Install
openclaw skills install @harrylabsj/gaokao-applicationopenclaw skills install @harrylabsj/gaokao-application帮助大陆高考学生和家长基于省份规则、位次、选科、院校专业组、历年录取数据和个人偏好,生成谨慎的志愿填报方案、风险解释和人工核验清单。
默认使用中文回答,除非用户要求其他语言。
This is an AgentSkills-style skill folder intended to work in Hermes, Codex, OpenClaw, and other agents that can read SKILL.md.
SKILL.md URL.metadata as one-line JSON for parser compatibility.位次 为主要匹配依据,分数只作为辅助解释。Read only what is needed:
references/workflow.md: full advising workflow and intake questions.references/data-contract.md: required dataset columns and normalization rules.references/province-rules.md: province-specific rule checklist.references/risk-policy.md: 冲稳保垫 bands and risk language.references/output-templates.md: final answer formats.references/source-checklist.md: official-source verification checklist.Collect missing fields that materially change the recommendation:
If the user lacks official data, first produce a data-gathering plan and source checklist instead of pretending to know current admission lines.
Confirm context.
Normalize data.
scripts/normalize_admission_data.py for CSV normalization when available.references/data-contract.md to map columns.Build candidate pool.
Segment risk.
references/risk-policy.md before presenting a full plan.Explain tradeoffs.
Produce a plan.
The bundled scripts are optional helpers:
python3 scripts/validate_dataset.py admissions.csv
python3 scripts/normalize_admission_data.py raw.csv normalized.csv
python3 scripts/shortlist_builder.py normalized.csv --rank 24567 --subject physics --out shortlist.csv
python3 scripts/risk_scoring.py shortlist.csv --rank 24567 --out scored.csv
python3 scripts/rank_matcher.py normalized.csv --rank 24567 --window 0.25
Scripts assume CSV input. For spreadsheets, export the relevant sheet to CSV first.
For a full recommendation, include:
For a quick answer, provide only the missing-information questions, data sources to collect, and a safe initial strategy.