Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

优规划高报模型助手 Skill

这是一个面向 AI Agent 的高考志愿填报辅助 skill,适用于 Codex、OpenClaw、Hermes Agent 以及其他支持 Markdown skill/instruction 包的智能体。

能做什么

  • 按省份、选科、分数、位次、批次生成或复核高考志愿方案。
  • 使用位次优先逻辑分析冲刺、稳妥、保底。
  • 检查一分一段、招生计划、批次规则、院校专业组、专业代码和选科要求。
  • 输出风险提示和最终人工复核清单。

关键词

高考志愿填报、高报、优规划高报模型、冲稳保、一分一段、位次、招生计划、院校专业组、专业+院校、选科要求、批次规则、志愿方案、2026高考、2027高考。

安装

Codex

youguihua-gaokao-volunteer-planning/ 复制到你的 Codex skills 目录:

cp -R youguihua-gaokao-volunteer-planning ~/.codex/skills/

然后在 Codex 中使用:

Use $youguihua-gaokao-volunteer-planning to review 安徽 物化生 524 分 位次 104127 的本科批志愿方案。

OpenClaw / Hermes Agent

如果平台支持导入 skill 目录,导入 youguihua-gaokao-volunteer-planning/

如果平台只支持普通 agent instructions,把 youguihua-gaokao-volunteer-planning/SKILL.md 作为主说明,并按需附带 references/

数据版本

Skill 名称不绑定年份。年份是数据版本,不是 skill 版本。

示例:

  • skill version: v0.1.0
  • data year: 2026
  • data snapshot: 2026-06-26

后续 2027、2028 只需要更新数据源/API,不需要更换 skill 名。

API 接入

如果你有优规划模型 API,可以配置:

export YOUGUIHUA_API_URL="https://your-api.example.com/gaokao/recommend"
export YOUGUIHUA_API_KEY="optional-token"

然后 skill 内的脚本可以调用:

python youguihua-gaokao-volunteer-planning/scripts/query_youguihua_model.py \
  --province 安徽 \
  --track 物理类 \
  --subjects 物化生 \
  --score 524 \
  --rank 104127 \
  --batch 本科批

没有 API 时,skill 会要求 Agent 做结构化复核,不会编造模型结果。

重要边界

本 skill 只提供决策辅助,不承诺录取结果。最终填报必须以当年省级考试院、高校招生章程和正式招生计划为准。

About

AI agent skill for Gaokao volunteer application planning with Youguihua rank-first workflow

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages