# Send tianyancha-cn to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tianyancha-cn",
    "name": "tianyancha-cn",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/guohongbin-git/tianyancha-cn",
    "canonicalUrl": "https://clawhub.ai/guohongbin-git/tianyancha-cn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tianyancha-cn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tianyancha-cn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tianyancha-cn"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tianyancha-cn",
    "downloadUrl": "https://openagent3.xyz/downloads/tianyancha-cn",
    "agentUrl": "https://openagent3.xyz/skills/tianyancha-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tianyancha-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tianyancha-cn/agent.md"
  }
}
```
## Documentation

### 企业信息查询

天眼查/企查查/爱企查数据查询。

### 功能

🏢 企业基本信息
👥 股东/高管
📊 财务数据
⚖️ 法律风险
📈 经营状况

### 平台对比

平台免费额度API数据质量天眼查有限✅⭐⭐⭐⭐企查查有限✅⭐⭐⭐⭐爱企查免费❌⭐⭐⭐

### 获取企业信息

# 需要 API Token
curl "https://open.api.tianyancha.com/services/open/search/2.0?keyword=腾讯" \\
  -H "Authorization: YOUR_TOKEN"

### Python SDK

# 第三方库
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"

### 1. 投资尽调

公司背景调查
股东穿透
关联企业

### 2. 商务合作

合作方资质
经营风险
信用评估

### 3. 市场研究

竞品分析
行业分布
资本图谱

### 数据字段

字段说明name企业名称credit_code统一社会信用代码legal_person法定代表人registered_capital注册资本establish_date成立日期status经营状态shareholders股东信息risk_info风险信息

### 爱企查

网页: https://aiqicha.baidu.com/
免费，但无 API

### 国家企业信用信息公示系统

网页: http://www.gsxt.gov.cn/
官方数据，免费

### 注意事项

API 费用: 按次收费
数据更新: 非实时
合规使用: 仅用于合法目的

版本: 1.0.0
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: guohongbin-git
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tianyancha-cn)
- [Send to Agent page](https://openagent3.xyz/skills/tianyancha-cn/agent)
- [JSON manifest](https://openagent3.xyz/skills/tianyancha-cn/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tianyancha-cn/agent.md)
- [Download page](https://openagent3.xyz/downloads/tianyancha-cn)