解读高开、低开、跳空缺口背后的预期差、事件含义与日内风险点。适用于集合竞价后判断方向、评估跳空可信度、区分强势开盘与情绪透支等场景。
npx skills add https://github.com/Wind-Alice/AliceMarket --skill gap_open_interpreter_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/gap_open_interpreter_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.