Agent skill · Data & Analytics

sn-search-market-cn

Use when researching China market, industry, macro, trade, procurement, listed-company disclosure, regulation, IP, healthcare, logistics, energy, environment, or industrial-operation information using free official sources with no registration, no API key, and no cryptocurrency data.

OpenSenseNovagithub.com/OpenSenseNovaGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add OpenSenseNova/SenseNova-Skills --skill sn-search-market-cn --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/sn-search-market-cn/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,855
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 中国市场商业搜索 ## 凭证配置 API key、token 与 cookie 统一建议写在仓库根目录 `.env`(参考 `.env.example`),并由 runtime 或用户在执行前加载为同名环境变量。脚本仍只从环境变量或显式 CLI 参数读取凭证;不要把真实密钥写入 skill payload、报告、日志或提交。 只使用本技能列出的中国官方免费资源。不要补充表外资源;遇到注册、登录、验证码、授权码、API key、OAuth、数字签名对接、商业试用、付费墙、访问防护或加密货币数据,立即放弃该资源。 ## 工作流 1. 明确研究对象:行业、公司、地区、时间段、指标口径和需要的证据类型。 2. A 股公告、年报、季报、问询函先用 API 脚本;脚本拿不到再用 browser-use 打开巨潮页面。 3. 其它资源统一用 browser-use 正常访问网页,通过站内搜索、栏目导航、筛选器和公开下载文件取数。 4. 宏观、监管、招投标、采购、行业运行数据优先引用官方页面或官方文件链接;结论中保留来源 URL、指标口径和时间范围。 5. 不绕过验证码、防护页、登录墙、签名接口或授权申请;不要采集个人敏感信息。 ## API 脚本 脚本:`scripts/free_market_api.py`。只依赖 Python 标准库。 可用接口: | 命令 | 来源 | 适合用途 | | --- | --- | --- | | `cninfo-announcements` | 巨潮资讯公告查询接口 | A 股公告、年报、季报、问询函、招股书线索 | 示例: ```bash python scripts/free_market_api.py cninfo-announcements --keyword 年报 --start-date 2026-01-01 --end-date 2026-05-18 --page-size 5 python scripts/free_market_api.py cninfo-announcements --keyword 业绩说明会 --page-size 10 python scripts/free_market_api.py cninfo-announcements --keyword 问询函 --start-date 2026-04-01 --end-date 2026-05-18 ``` 输出 JSON 中的 `data.announcements[].pdfUrl` 是公告 PDF 地址,可直接作为引用或交给 browser-use 打开核对原文。 ## Browser-use 资源 以下资源没有可直接使用的免 key API,或接口需要签名/授权;统一用 browser-use 访问网页。 | 场景 | 资源 | URL

What's inside
Steps it walks through
  1. 凭证配置
  2. 工作流
  3. API 脚本
  4. Browser-use 资源
  5. 使用边界
Ships with 1 file
  • scripts/free_market_api.py
Commands it runs
python scripts/free_market_api.py cninfo-announcements --keyword 年报 --start-date 2026-01-01 --end-date 2026-05-18 --page-size 5
python scripts/free_market_api.py cninfo-announcements --keyword 业绩说明会 --page-size 10
python scripts/free_market_api.py cninfo-announcements --keyword 问询函 --start-date 2026-04-01 --end-date 2026-05-18
More from SenseNova-Skills
All skills →
About this skill
What does the sn-search-market-cn skill do?

Use when researching China market, industry, macro, trade, procurement, listed-company disclosure, regulation, IP, healthcare, logistics, energy, environment, or industrial-operation information using free official sources with no registration, no API key, and no cryptocurrency data.

How do I install it?

Run `npx skills add OpenSenseNova/SenseNova-Skills --skill sn-search-market-cn --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From OpenSenseNova/SenseNova-Skills, a repository with 4,855 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going