← 返回 Skills 市场
Hk School Selection
作者
wuchenyao-tx
· GitHub ↗
· v1.1.0
· MIT-0
121
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hk-school-selection
功能描述
全方位的香港中小學選校指導技能,涵蓋 512 所學校數據、Banding 分析、升中派位流程、一條龍資訊、不會粵語選校策略等。
使用说明 (SKILL.md)
香港中小學擇校技能 🎓
作者: 伍琛尧 (Ryan Wu)
版本: 1.0.0
许可: MIT
数据源: schooland.hk, 教育局 (EDB)
⚠️ 重要免责声明 (必读)
本技能数据基于 2026-04-20 的快照,部分学校可能已停办、合并、改名或搬迁。 强烈建议您在申请前,通过电话或学校官网核实最新状态。 如发现数据错误,请反馈以更新数据库。
🚀 Quick Start
安装
clawhub install hk-school-selection
使用示例
- "查找港岛区 Band 1 的直资中学"
- "什么是 Band 1A?如何判断学校 Banding?"
- "香港升中派位的三回合机制是什么?"
- "列出所有一条龍学校及其优势"
- "不会粤语的学生如何选校?"
- "比较直资和私立学校的学费"
📋 核心能力
1. 學校數據查詢
- 全港中學數據庫: 約 512 所中學(官立、資助、直資、私立、國際)
- 分類篩選: 地區、Band 分級、教學語言、性別、宗教、辦學團體
- 學校詳情: 學費、班級結構、教學語言、收生情況、升學表現
2. Banding 分析
- 劃分原理: 非官方分類,參考中一新生源和中六畢業生成績
- 分級: Band 1A/1B/1C, Band 2A/2B/2C, Band 3A/3B/3C
- 判斷方法: 收生源頭、公開試成績、英文班開設情況
3. 升中派位流程
- 三回合機制: 自行分配 (30%)、統一甲部 (7%)、統一乙部 (59%)
- 時間表: 1 月申請、4-5 月選校、7 月公布結果
- 滿意率: 整體 95%, 首志願 85%
4. 一條龍學校
- 定義: 小學和中學結龍,小六學生可直升
- 數量: 38 所 (16 資助 + 15 直資 + 7 私立)
- 優勢: 穩定、減輕升中壓力
5. 特殊需求選校
- 不會粵語: 首選全普教中 (培僑、漢華),次選有語言支援
- 英語較弱: 優先選擇中文中學,有數學拔尖班
- 語言支援標註: 🗣️全普教中, 🗣️普通話輔助, 🌏內地生友好
6. 學費比較
- 官立/資助: 免學費,雜費 HK$2,000-5,000/年
- 直資: HK$10,000-60,000/年
- 私立/國際: HK$50,000-200,000+/年
7. 辦學團體
- 主要團體: 基督教 147, 天主教 88, 佛教 23, 東華三院 18, 保良局 17, 聖公會 32
📂 文件結構
hk-school-selection/
├── SKILL.md # 核心技能文档
├── README.md # 使用说明
├── data/
│ ├── through-train.json # 一條龍學校名單
│ └── schools.json # 學校數據庫
├── guides/
│ ├── cantonese-free-strategy.md # 不會粵語選校策略
│ └── spa-process.md # 升中派位流程
└── templates/
├── school-comparison.md # 學校比較模板
└── application-checklist.md # 申請清單模板
⚠️ 注意事项
- Banding 非官方: 坊间分类,仅供参考
- 数据时效性: 学校收生情况年年不同,需核实
- 个性化建议: 需结合孩子具体情况
- 地区因素: 考虑交通、住宿、家庭位置
📊 数据来源
- 主要来源: schooland.hk
- 官方来源: 教育局 (EDB)
- 更新频率: 每月更新
最后更新: 2026-04-21
维护者: 伍琛尧 (Ryan Wu)
安全使用建议
This skill is local, readable, and does not ask for credentials — but it overstates its coverage and includes an internal verification report that flags missing/dated data. Before relying on it for applications: (1) inspect data/schools.json yourself — it currently lists ~37 schools not 512; (2) treat all contact info and Banding as tentative and verify directly with school websites or EDB; (3) ask the maintainer (contact info not provided) for an explanation of the 512→37 discrepancy or for an automated sync mechanism to EDB; (4) avoid using the skill as the sole source for application decisions (deadlines, school status) until data provenance and update mechanisms are fixed.
功能分析
Type: OpenClaw Skill
Name: hk-school-selection
Version: 1.1.0
The skill bundle is a purely informational resource for Hong Kong school selection, consisting of school databases (JSON), procedural guides, and application templates. It contains no executable code, scripts, or network-calling functions. The documentation, including the SKILL.md and verification_report.md, focuses on data accuracy and user guidance without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
The skill claims a '512 所學校' database in its description, but the packaged data files (schools.json and through-train.json) contain only ~37/38 schools. README and verification_report also disagree about the presence/state of schools.json. The declared data sources (schooland.hk and EDB) are appropriate for the stated purpose, but the included dataset and the skill's claims are not proportionate or consistent.
Instruction Scope
SKILL.md and guides are instruction-only and confine runtime behavior to reading local data and presenting guidance; there are no instructions to read unrelated system files or to exfiltrate secrets. The verification_report recommends building automated web-checks (web_fetch/browser), but no such code is included—so any automated live verification would require additional tools or credentials not provided.
Install Mechanism
No install spec and no code files beyond static data and markdown — lowest-risk distribution. There are no downloads, archives, or external install URLs included.
Credentials
The skill requires no environment variables, no credentials, and no special config paths; requested access is proportional (none) to the stated purpose.
Persistence & Privilege
Flags show default behavior (always:false, agent invocation allowed). The skill does not request persistent or elevated privileges and does not modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hk-school-selection - 安装完成后,直接呼叫该 Skill 的名称或使用
/hk-school-selection触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
hk-school-selection 1.1.0 introduces enhanced data transparency.
- Added schools.json as a structured school database.
- Included verification_report.md to improve data reliability and transparency.
- Updated README.md and SKILL.md with a clear, prominent data accuracy disclaimer and usage guidance.
- No changes to core features or school selection logic.
v1.0.0
hk-school-selection 1.0.0 初始发布
- 提供覆盖 512 所香港中小学的选校查询功能,包括 Banding 分析、多条件筛选、一条龙信息等。
- 收录升中派位 SPA 流程、时间表及常见问题说明。
- 支持不懂粤语或英语较弱学生的择校策略建议。
- 按学费、办学团体等维度比较直资、私立、国际等类型学校。
- 包含丰富的数据结构与文件模板,便于家长查询和对比。
元数据
常见问题
Hk School Selection 是什么?
全方位的香港中小學選校指導技能,涵蓋 512 所學校數據、Banding 分析、升中派位流程、一條龍資訊、不會粵語選校策略等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Hk School Selection?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hk-school-selection」即可一键安装,无需额外配置。
Hk School Selection 是免费的吗?
是的,Hk School Selection 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hk School Selection 支持哪些平台?
Hk School Selection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hk School Selection?
由 wuchenyao-tx(@wuchenyao-tx)开发并维护,当前版本 v1.1.0。
推荐 Skills