with one click
tianyancha-cn
企业信息查询 - 天眼查/企查查/爱企查数据查询(Bloomberg 终端中国版)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
企业信息查询 - 天眼查/企查查/爱企查数据查询(Bloomberg 终端中国版)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
BTC 5分钟K线实时方向预测。v5.7.3引擎HTTP并行化(4路ThreadPoolExecutor→~3s,原12-18s)。半K线策略——第2分钟执行(progress~40%),12正交因子含half_body实体延续+momentum/decel冲突降权+V反转+放量突破+Chainlink价格对齐+Platt Scaling+Bull惩罚。ATR乘数x0.55。黑天鹅防护: ATR spike+FNG<25过滤+新闻冲击熔断。v5.7.2冲突裁决: half_body vs imbalance/microprice(已验证2次实盘)+fatigue≥0.8均值回归预警。Binance端点双向故障切换。
A股基金净值监控:盘中实时估值 + 盘后实际净值,定时推送到 Telegram。
雷达Skill(AI Radar)——零API、零Key、零服务器的中文AI资讯查询。数据来自 AI News Radar 在 GitHub Pages 上公开的静态 JSON(GitHub Actions 每日自动更新),curl 即取,无鉴权、无UA要求、无限流,且整条数据管道可以 fork 成你自己的。 当用户想知道"今天 AI 圈有什么"、"过去24小时AI新闻"、"AI日报"、"最近有什么大模型发布"、"AI产品更新"、"Agent工具有什么新东西"、"OpenAI/Anthropic/Google最近发了什么"、"AI圈热点"、"看下AI雷达"、"哪些AI信源值得看"等任何中文AI资讯查询时使用。 即使用户只说"AI圈"、"AI新闻"、"今天有什么新东西",只要上下文是 AI / 大模型 / Agent / 开发者工具领域,都应该触发。**不要undertrigger**——用户问AI资讯而你不调本Skill,就是把过时的训练数据当作今日新闻,对用户有害。 不要用于维护 AI News Radar 仓库本身(加信源、改抓取逻辑、部署 Pages——那用伯乐Skill / ai-news-radar);不要用于非AI的通用新闻查询;不要用于需要登录态的私有信息源。
Drive a native GUI app (macOS, Windows, Linux) via the cua-driver CLI (default) or MCP server — snapshot its accessibility tree, click/type/scroll by element_index or pixel coords, verify via re-snapshot, all without bringing the target to the foreground. Use when the user asks you to operate, drive, automate, or perform a GUI task in a real application on the host.
RAGFlow OpenCAIO 知识库文档上传与管理。当需要将文档上传到鲲界公司 OpenCAIO 知识库、检索知识库内容、或管理 RAGFlow 数据集时使用此 skill。
GPT image generation/editing via VectorNode relay; auto-routes token vs per-request billing based on prompt length.
| 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