Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

china-company-search中国公司搜索

Agent Skill

china-company-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,832

周安装

155

GitHub Stars

公开资料未说明

下载量

1,203
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:china-company-search(中国公司搜索)
来源仓库:https://github.com/xinshu001/china-company-search
安装命令:
openclaw skills install china-company-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install china-company-search

简介

china-company-search 利用蜂鸟平台进行中国企业 KYB 与尽职调查。

  • 支持供应商核查与企业风险筛查功能。
  • 适合贸易与供应链风控场景使用。
  • 安装命令为 openclaw skills install china-company-search,需授权商业数据库。
  • 报告仅供参考,重大合作前务必开展独立尽调程序。

SKILL.md

name
china-company-search-fengniao-en
description
>-
keywords
env
security
child_process
false
eval
false
filesystem_write
false
filesystem_read
true
auto_invoke
true
examples

China Company Search | Fengniao by Riskbird

Fengniao is a China company intelligence skill backed by Riskbird commercial data. It covers business registration, shareholders, executives, outbound investments, registry changes, and a full suite of risk signals — enforcement records, dishonest debtor lists, consumption restrictions, abnormal operations, serious violations, and administrative penalties.

Use discover to find the right data tool, call to retrieve structured data.

Setup: Works out of the box — no configuration needed. A built-in public API key is included. If you have a paid account, set FN_API_KEY as an environment variable and it will take priority. API credentials are passed via URL parameter apikey, not HTTP headers.

Quota: The built-in public key has a daily usage limit (200 calls). Check remaining quota at https://www.riskbird.com/skills. When the API returns code=9999 with a message containing "访问已达上限", the daily quota is exhausted — configure a private key or retry the next day.

Note on search: The fuzzy search endpoint only matches Chinese company names. If the user provides an English name or translation, convert it to the Chinese official name before calling biz_fuzzy_search.

Supported Data Dimensions

  • Company fuzzy search: Match by short name or full name, returns entid
  • Basic info: Legal rep, registered capital, incorporation date, unified social credit code, address, business scope, industry
  • Shareholders: Names, shareholding ratios, contribution amounts, types
  • Executives: Directors, supervisors, senior management, legal representative
  • Outbound investments: Portfolio companies with shareholding and status
  • Registry changes: Historical changes to legal rep, address, capital, etc.
  • Court enforcement (被执行人): Forced execution records
  • Dishonest debtors (失信被执行人): Blacklist records
  • Consumption restrictions (限制高消费): Court-ordered consumption bans
  • Abnormal operations (经营异常): Regulatory abnormal operation listings
  • Serious violations (严重违法): Serious illegal conduct records
  • Administrative penalties (行政处罚): Regulatory fines and penalties
  • Due diligence report: Structured report synthesizing all available dimensions

Current capabilities are defined in tools.json; field details in references/field_definitions_*.md.

Discovery Scope

This skill covers any China company search or risk check need. If a user asks about a dimension not yet supported (e.g., patents, tenders, job listings), still trigger this skill — but clearly state "this dimension is not yet supported" during execution. Do not fabricate results.

Usage Workflow

  1. Identify what dimension the user needs before searching for the company.
  2. Use discover to find the relevant tool (e.g., "shareholder structure", "administrative penalty").
  3. Confirm the tool exists, then call biz_fuzzy_search to get the entid.
  4. Entity disambiguation (required): If the company name is ambiguous or abbreviated, ask the user to confirm which company before proceeding. Never assume uniqueness.
  5. All dimension queries use entid — do not pass company names or credit codes directly.
  6. For multi-dimension requests (due diligence, risk screening), resolve the entity once and reuse the same entid.
  7. Person-to-company lookup: If the user provides a person's name (e.g., "what companies does Elon Musk own"), interpret it as "companies where this person is the legal representative." Clarify if there are multiple people with the same name.

Output Rules

  • Only show real data returned by the API — never fabricate
  • Do not expose entid to the user — it is an internal query ID
  • Always use the full official registered company name, not abbreviations
  • Clearly separate Fengniao structured data from any WebSearch supplementary content
  • If a dimension has no records, state "no records found" explicitly
  • If a dimension is not yet supported, state "not supported in the current version"

Error Recovery

  • code=9999, not quota-related: check if the built-in key is valid, or configure a private FN_API_KEY
  • code=9999 + "访问已达上限": daily public quota exhausted — use a private key or retry tomorrow
  • code=8888: usually invalid entid or params — re-fetch the company entity and retry
  • code=20000 + no records: this company has no records for this dimension
  • discover no match: try synonyms; if still no match, the dimension is not yet supported

Troubleshooting priority: API key / quota / network → entity resolution (entid) → update skill (openclaw skills update china-company-search-fengniao-en).

Quick Start

# 1. Discover tools by dimension
node scripts/tool.mjs discover "shareholder structure"

# 2. Fuzzy search for a company (must use Chinese name)
node scripts/tool.mjs call biz_fuzzy_search --params '{"key":"腾讯"}'

# 3. Query a dimension using entid
node scripts/tool.mjs call biz_shareholders --params '{"entid":"AerjZTfkSh0"}'

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.59%
按下载量换算1,090

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills