追踪北向资金或外资偏好的变化、行业流向与风格迁移,帮助判断资金面支持、抱团方向与潜在反转线索。适用于A股资金观察、风格判断与板块验证。
npx skills add https://github.com/Wind-Alice/AliceMarket --skill northbound_capital_flow_skill
推荐使用万得 wind-mcp-skill 获取底层数据。执行前先检查本地是否已有 wind-mcp-skill;若没有,提示用户安装:
# GitHub
npx skills add Wind-Information-Co-Ltd/wind-skills --skill wind-mcp-skill -g -y
# Gitee 镜像(国内)
npx skills add https://gitee.com/wind_info/wind-skills.git --skill wind-mcp-skill -g -y
本技能用于跟踪北向资金或外资风格变化,回答“外资最近在买什么、卖什么、偏好有没有切换、这些流向是否支持当前市场主线”。输出重点不是简单罗列净流入净流出数字,而是解释资金偏好、行业迁移和与市场结构之间的关系。
先明确本次资金分析的尺度:
若用户未说明,默认按“近期一周与一月”两个层次展开。
先从总体上回答:
这一阶段的目标是先建立大方向,而不是直接跳到细分板块。
在总体方向明确后,进一步分析:
进一步判断流向是否集中在少数核心标的,重点包括:
资金流向常被过度解读,因此需要补充说明:
最终输出应帮助使用者看清资金面支持在哪里、信号强不强、是否足以验证当前风格判断。正文只保留总体方向、偏好拆解、代表性标的和可信度判断。
| 维度 | 当前表现 | 判断 |
| :--- | :--- | :--- |
| 近阶段总体流向 | {内容} | {判断} |
| 与指数关系 | {内容} | {判断} |
| 与市场情绪关系 | {内容} | {判断} |
Take wind-alice/northbound_capital_flow_skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.