
Wind Find Finance Skill
Discover which Wind finance data and analysis skills exist and get exact npx skills add install commands without calling MCP or needing an API key.
Overview
wind-find-finance-skill is a journey-wide agent skill that discovers and recommends Wind finance platform skills from a local catalog with install commands—usable whenever a solo builder needs to pick the right finance c
Install
npx skills add https://github.com/wind-information-co-ltd/wind-skills --skill wind-find-finance-skillWhat is this skill?
- Meta-skill: reads references/skills-catalog.md to list data-discovery and financial-analysis skills on the Wind platform
- Outputs recommended install commands for GitHub or Gitee mirror with optional global -g symlink across agents
- Five-step trigger flow in SKILL.md when users ask what finance capabilities exist or pose ambiguous finance questions
- No WIND_API_KEY required—Read-only documentation plus optional scripts/update-check.mjs for lock-driven silent update ch
- Contrasts with data skills like wind-mcp-skill that actually call MCP servers
- SKILL.md describes a 5-step trigger flow for ambiguous finance questions
- Catalog splits platform skills into data discovery and financial analysis categories
Adoption & trust: 4.6k installs on skills.sh; 30 GitHub stars; 1/3 security scanners passed (skills.sh audits).
What problem does it solve?
You want Wind-backed financial data or analysis in your agent but do not know which wind-skills package to install or whether you need an API key yet.
Who is it for?
Indie builders and analysts onboarding to Wind who need a no-key catalog tour and install recipes across Claude Code, Cursor, OpenClaw, or Hermes.
Skip if: Users who already know the exact wind-mcp-skill to call, or anyone expecting live market data from this meta-skill alone without installing a downstream data skill.
When should I use this skill?
User asks what finance capabilities exist, has a finance question but the agent is unsure which Wind skill to use, or needs install commands for the wind-skills repository.
What do I get? / Deliverables
The agent lists matching catalog skills with GitHub or Gitee install lines so you can add the right data or MCP skill and proceed to keyed workflows separately.
- Enumerated Wind finance skills from the local catalog
- Copy-paste npx skills add install commands with optional -g global install
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
List every Wind finance skill before choosing a niche like equities or macro data.
Pick which catalog skill covers the dataset you need for a pricing or feasibility sketch.
Install the correct wind-mcp or analysis skill globally with -g after the meta-skill prints the command.
Confirm which Wind analytics skill to add when automating portfolio or market reporting in your agent.
Re-read the catalog after update-check.mjs to see newly published Wind skills without guessing package names.
How it compares
Use as a Read-only finance skill router in the Wind repo, not as a substitute for wind-mcp-skill or other MCP-connected data skills.
Common Questions / FAQ
Who is wind-find-finance-skill for?
Builders and finance-curious agent users who want a guided map of Wind’s skill catalog and install commands before touching API keys or MCP servers.
When should I use wind-find-finance-skill?
Use it in Idea discover when asking what finance skills exist; in Validate when scoping which data feeds you need; and in Build when wiring agent-tooling—anytime you must choose among Wind data versus analysis skills.
Is wind-find-finance-skill safe to install?
It does not call financial APIs by default; review the Security Audits panel on this page and treat separately installed data skills as the components that handle keys and network access.
SKILL.md
READMESKILL.md - Wind Find Finance Skill
# wind-find-finance-skill > **Wind 金融能力入口(meta-skill)** · 读 skill 清单,帮 AI 列举平台能力并推荐安装 --- ## 这是什么 不是数据 skill,是**入口 skill**: - 用户问"有什么金融能力" / 提了金融问题但 AI 不确定用哪个 → 触发本 skill - AI 读 `references/skills-catalog.md` → 列举平台所有可用 skill(数据发现 + 金融分析两类) - 给出对应安装命令,让用户自助挑装 - 可运行 `scripts/update-check.mjs` 按 lock-driven 方式非阻塞触发静默自更新。 --- ## 安装 ```bash # 全局(推荐 — 跨项目 + 跨 AI agent 共享) # GitHub npx skills add Wind-Information-Co-Ltd/wind-skills --skill wind-find-finance-skill -g -y # Gitee 镜像(国内) npx skills add https://gitee.com/wind_info/wind-skills.git --skill wind-find-finance-skill -g -y ``` > 想限制在当前项目内用,把命令的 `-g` 去掉即可。`-g` 会自动 symlink 到机器上所有已识别的 AI agent(Claude Code / Cursor / OpenClaw / Hermes 等)。 **不需要 API Key** —— 本 skill 不调任何 MCP server,纯读文档。 --- ## 目录结构 ``` wind-find-finance-skill/ ├── SKILL.md # AI 加载的核心守则(5 步触发流程) ├── references/ │ └── skills-catalog.md # 平台 skill 清单本地副本 ├── scripts/ │ ├── update-check.mjs # 非阻塞触发静默自更新检查 └── README.md ``` **没有数据 cli.mjs**——LLM 主要用 Read 处理;`scripts/update-check.mjs` 只负责非阻塞触发静默更新检查。 --- ## 工作原理 本 skill 是 **meta-skill**,跟数据 skill 的区别: | 维度 | 数据 skill(如 wind-mcp-skill) | 本 skill | | -------------------------- | ------------------------------- | ------------------------------ | | 调底层 MCP server | ✅ | ❌ | | 需要 WIND_API_KEY | ✅ | ❌ | | 返回业务数据 | ✅ | ❌ | | 返回 skill 推荐 + 安装命令 | ❌ | ✅ | | 谁来调用 | AI 直接调(取数据答用户) | AI 在不确定用哪个 skill 时先调 | AI 加载 SKILL.md 后按守则操作: 1. Read `references/skills-catalog.md` → 拿本地清单 2. 按用户问题筛 1-3 个相关 skill 列出(含安装命令) 3. 运行 `node scripts/update-check.mjs` → 立即后台启动更新检查;后台副本按 `wind-mcp-skill` 同类机制读取 lock、检查远端 HEAD、静默自更新;失败完全静默。 --- ## 升级 ```bash # 装到全局(默认推荐) npx skills update wind-find-finance-skill -g -y # 装到当前项目(不带 -g) npx skills update wind-find-finance-skill -y ``` `node scripts/update-check.mjs` 会非阻塞触发静默更新检查并写入本地状态,不输出升级提醒。 `references/skills-catalog.md` 随 skill 包一起更新。 --- ## 设计要点 - **轻代码**:核心推荐仍是 markdown + AI 工具能力;Node.js 脚本只做更新提醒 - **跨 agent 通用**:只要 agent 让 LLM 能 Read 文件 + WebFetch URL 即可 - 仅写当前 skill 的 `scripts/update-state.json` 与临时锁文件,不写业务数据 - **平台版本号** 由我们维护,跟 skill 自身 frontmatter version 解耦;改了 monorepo 哪个 skill 就把 skill.md 那一行 +1 --- --- name: find-skills-catalog description: 平台 skill 清单本地副本。由 npx skills update -g -y 随 wind-find-finance-skill 一起更新。 --- # Skill 目录 > 平台所有可装 skill 的清单。 > 由 `npx skills update -g -y` 随 wind-find-finance-skill 一起更新。 --- ## 数据类(取数 / 查询) > 取数 / 查询:行情、基金、股票财务、公告、新闻、宏观指标。 | 名称 | category | 装好需配置 | 一句话 | | --------------------- | ------------------------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------- | | wind-mcp-skill | 数据-行情/基金/股票/宏观/文档 | API Key | 访问万得 Wind 金融数据:A 股 / 港股股票(行情与财务) + ETF / 公募基金(行情与全维数据) + 公司公告 + 财经新闻 + 宏观经济指标 | | wind-alice | Alice 专业金融分析 Agent | API Key | Alice 综合分析入口,适合事实核验、公司一页纸、调研问题清单、财报点评、主题选股、基金分析、宏观/债券/信用分析、市场规模测算和可比公司分析 | | tushare-finance-skill | 数据-行情/财务/宏观/多资产 | 依赖 + Token | 访问 Tushare Pro 金融数据:覆盖 A 股、港股、美股、基金、期货、债券、财务报表与宏观经济指标 | --- ## Alice 子 Skill 索引 > 这些能力由 `wind-alice` 统一承载。用户点名中文名、英文名或提出高度匹配的问题时,推荐安装 / 调用 `wind-alice`,并把对应子 Skill 名传给 Alice。 | 中文名 | 英文 Skill 名 | 适合问题 | | ---------------------- | ---------------