在极短时间内解释热门股的业务、催化、市场预期、资金关注点与主要风险。适用于看到热股但不熟悉、临时补课、快速建立可讨论的基础认知等场景。
npx skills add https://github.com/Wind-Alice/AliceMarket --skill hot_stock_quick_read_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
本技能用于在短时间内让使用者“先看懂,再决定要不要继续研究”。输出不追求面面俱到,而是把热门股最关键的五件事讲清楚:它做什么、为什么火、市场在赌什么、最容易错在哪里、现在最该看哪个变量。
先明确这只股票为什么成为热门股,热度来源通常包括:
不同热度来源决定后续解读框架不同。
用极简语言回答三个问题:
不要写成长篇公司介绍,只保留和当前热度有关的业务模块。
围绕热度来源,提炼当前市场真正关心的核心命题,例如:
至少分别给出 2-3 条最重要的看多与看空逻辑,避免只写单边叙事。重点不是全面列举,而是找出当前股价最敏感的争议变量。
告诉使用者若继续关注这只票,接下来最应该看什么:
最终输出应让用户在 3 分钟内完成补课。保留判断密度,压缩背景废话,不展示采集过程。
{用 2-3 句话说明当前热度来源与市场关注焦点}
Take wind-alice/hot_stock_quick_read_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.