在收盘后总结自选股当日表现、驱动因素、强弱分化与次日观察点。适用于每日收盘复盘、维护自选股观察节奏、为次日盘前准备提供输入等场景。
npx skills add https://github.com/Wind-Alice/AliceMarket --skill after_close_watchlist_recap_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
本技能用于把一组自选股的收盘后复盘工作标准化,帮助使用者回答三件事:今天谁强谁弱、强弱背后因为什么、明天还值不值得继续看。目标是为下一交易日输入更清晰的观察清单,而不是只做涨跌幅汇总。
逐只检查当日的关键表现,包括:
优先判断今日表现主要由哪类因素驱动:
把强弱分成更有决策意义的类型,而不只是看涨跌:
针对每只值得继续跟踪的股票,提炼一个最关键的次日验证点,例如:
给出次日关注等级调整建议:
最终输出应以“结果 + 解释 + 次日观察”为主,不展示逐步排查过程。
| 股票 | 当日表现 | 驱动解释 | 强弱性质 | 次日观察点 | 关注级别 |
| :--- | :--- | :--- | :--- | :--- | :--- |
| {股票A} | {简述} | {原因} | 主动走强 | {看什么} | 提高 |
| {股票B} | {简述} | {原因} | 承压转弱 | {看什么} | 降低 |
Take wind-alice/after_close_watchlist_recap_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.