sano-intel

探针资本出品。中国医疗产业情报引擎,覆盖10万+医疗公司、50万+融资事件、109万条专利、全市场临床试验、A/港/美三地行情。查公司/融资/临床试验/专利/赛道热度/二级市场行情。By Probe Capital. Use when user asks about Chinese healthcare/biotech companies, financing events, clinical trials, patents, sector trends, or market data.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sano-intel" with this command: npx skills add yanjj-cmd/sano-intel

Sano Intel — 中国医疗产业情报引擎

探针资本出品,中国首个医疗产业情报 CLI,覆盖 10万+医疗公司50万+融资事件109万条专利全市场临床试验A/港/美三地二级市场行情

首次使用

需要 API Token。申请地址:https://ffmp60ytnq.feishu.cn/share/base/shrcniDTJZknKba0LUeaF5BBuJg

拿到 Token 后配置:

export SANO_TOKEN=sk_你的token
# 或写入 ~/.zshrc 永久生效
echo 'export SANO_TOKEN=sk_你的token' >> ~/.zshrc

数据查询方式

所有查询通过 curl 调用 Sano Intel API,必须带上 X-API-Key: $SANO_TOKEN header。

API Base:http://47.102.196.1:8081


搜索公司

curl -s "http://47.102.196.1:8081/v1/search_companies" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"keyword": "公司名或关键词", "limit": 10}'

公司详情

curl -s "http://47.102.196.1:8081/v1/company/恒瑞医药" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json"

融资事件

curl -s "http://47.102.196.1:8081/v1/search_financing" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"sector": "创新药", "stage": "B轮", "limit": 10}'

stage 可选:天使轮、Pre-A、A轮、A+轮、B轮、B+轮、C轮、D轮及以上、IPO

赛道热度

curl -s "http://47.102.196.1:8081/v1/sector_heat?top_n=10" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json"

返回各赛道融资事件数、公司数、总融资金额排行。

临床试验

curl -s "http://47.102.196.1:8081/v1/clinical_trials" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"keyword": "PD-1", "phase": "三期", "limit": 10}'

二级市场行情

curl -s "http://47.102.196.1:8081/v1/market/600276" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json"

支持 A股(600276)、港股(1177.HK)、美股(MRNA)

每日情报摘要

curl -s "http://47.102.196.1:8081/v1/daily_digest?days=1&sectors=创新药" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json"

专利查询

curl -s "http://47.102.196.1:8081/v1/search_patents" \
  -H "X-API-Key: $SANO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"keyword": "CAR-T", "limit": 10}'

支持参数:keyword(标题/摘要/申请人)、company_name(公司名)、sector(赛道)、status(专利状态)、limit(最多返回数,默认20)


使用原则

常见问法

用户问法调用接口
今年创新药融了多少钱/哪些公司在融资search_financing,sector=创新药
最热的医疗赛道是什么sector_heat
帮我查XX公司search_companies + company detail
PD-1相关临床试验进展clinical_trials,keyword=PD-1
恒瑞今天股价market,code=600276
今天医疗行业有什么重要新闻daily_digest,days=1
最近B轮融资的医疗器械公司search_financing,sector=医疗器械,stage=B轮
查CAR-T相关专利search_patents,keyword=CAR-T
恒瑞的专利数量search_patents,company_name=恒瑞医药

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated