围绕支撑位、压力位、前高前低、趋势线等关键价格位置生成预警与应对提示。适用于守纪律止损止盈、等待突破确认、评估跌破后风险扩散等场景。
npx skills add https://github.com/Wind-Alice/AliceMarket --skill support_break_warning_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/support_break_warning_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.