用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill tianyancha-cn命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | tianyancha-cn |
| description | 企业信息查询 - 天眼查/企查查/爱企查数据查询(Bloomberg 终端中国版) |
| metadata | {"openclaw":{"emoji":"🏢","category":"business","tags":["tianyancha","qichacha","china","company","business-intelligence"]}} |
天眼查/企查查/爱企查数据查询。
| 平台 | 免费额度 | 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