当股价接近、触达或穿越目标价时,生成分批处理、继续持有或重新评估的动作建议。适用于预设计划触发、止盈纪律执行、目标价再评估等场景。
npx skills add https://github.com/Wind-Alice/AliceMarket --skill price_target_reach_alert_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/price_target_reach_alert_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.