From agi-super-team
Queries Chinese business registry data from Tianyancha, Qichacha, and Aiqicha. Useful for due diligence, partner vetting, and market research on Chinese companies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:tianyancha-cnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
天眼查/企查查/爱企查数据查询。
天眼查/企查查/爱企查数据查询。
| 平台 | 免费额度 | API | 数据质量 |
|---|---|---|---|
| 天眼查 | 有限 | ✅ | ⭐⭐⭐⭐ |
| 企查查 | 有限 | ✅ | ⭐⭐⭐⭐ |
| 爱企查 | 免费 | ❌ | ⭐⭐⭐ |
# 需要 API Token
curl "https://open.api.tianyancha.com/services/open/search/2.0?keyword=腾讯" \
-H "Authorization: YOUR_TOKEN"
# 第三方库
pip install tianyancha
from tianyancha import Tianyancha
client = Tianyancha(API_KEY)
company = client.search("腾讯")
curl "https://api.qichacha.com/ECIV4/GetEnterpriseByName?keyword=腾讯" \
-H "Authorization: YOUR_TOKEN"
| 字段 | 说明 |
|---|---|
| name | 企业名称 |
| credit_code | 统一社会信用代码 |
| legal_person | 法定代表人 |
| registered_capital | 注册资本 |
| establish_date | 成立日期 |
| status | 经营状态 |
| shareholders | 股东信息 |
| risk_info | 风险信息 |
版本: 1.0.0
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamQueries Chinese company registration data from official sources like gsxt.gov.cn and creditchina.gov.cn, with web search fallback for verification. Used for business identity and credit status lookups.
Cross-references 6 Korean public data sources (tax status, pension, delinquency, corporate info, sanctions, license status) to produce a factual due-diligence report for a business registration number. No scores or risk judgments.
Looks up NZ company records by name, number, or NZBN. Returns directors, shareholders, addresses, and filing history from the public register.