https://github.com/ke11/skills
Hong Kong-based AI agent skills. Natural language queries with real-time data.
https://github.com/ke11/skills
claude-code forecast hong-kong hong-kong-observatory rainfall skills weather
Last synced: 3 months ago
JSON representation
Hong Kong-based AI agent skills. Natural language queries with real-time data.
- Host: GitHub
- URL: https://github.com/ke11/skills
- Owner: ke11
- License: mit
- Created: 2026-03-22T11:59:03.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-03-22T18:07:48.000Z (3 months ago)
- Last Synced: 2026-03-23T04:57:17.777Z (3 months ago)
- Topics: claude-code, forecast, hong-kong, hong-kong-observatory, rainfall, skills, weather
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# Hong Kong AI Agent Skills
[繁體中文](README.md) | English
> **Beta** — A casual project. Skills, APIs, and configuration formats may change without notice. Feedback and contributions welcome.
AI agent skills designed for Hong Kong. All data from public APIs, no keys required.
## Quick Install
```bash
# Install all
npx skills add ke11/skills
# Or install individual skills
npx skills add ke11/skills --skill hk-weather
npx skills add ke11/skills --skill hk-kmb-eta
npx skills add ke11/skills --skill hk-aed-wait
npx skills add ke11/skills --skill hk-tcsp-licence
npx skills add ke11/skills --skill hk-holiday
npx skills add ke11/skills --skill hk-planner
```
---
## Skills Overview
| Skill | Function | Quick Example | Data Source |
|-------|----------|---------------|-------------|
| [hk-weather](skills/hk-weather/references/usage.md) | Real-time weather, forecasts, warnings, rainfall | `/hk-weather forecast` | [HK Observatory](https://data.weather.gov.hk) |
| [hk-kmb-eta](skills/hk-kmb-eta/references/usage.md) | Bus arrival times, route lookup | `/hk-kmb-eta 42C 業成街` | [KMB Open Data](https://data.etabus.gov.hk) |
| [hk-aed-wait](skills/hk-aed-wait/references/usage.md) | A&E waiting times | `/hk-aed-wait 屯門` | [Hospital Authority](https://www.ha.org.hk/opendata) |
| [hk-tcsp-licence](skills/hk-tcsp-licence/references/usage.md) | TCSP licensee lookup | `/hk-tcsp-licence name 富年` | [Companies Registry / CSDI](https://portal.csdi.gov.hk) |
| [hk-holiday](skills/hk-holiday/references/usage.md) | Public holidays lookup | `/hk-holiday 2026` | [1823 Government Hotline](https://www.1823.gov.hk) |
| [hk-planner](skills/hk-planner/references/usage.md) | Activity planner (calendar + holidays + weather) | `/hk-planner hiking next week` | Google Calendar + above skills |
Click a skill name for full usage docs and output examples.
---
## Privacy
This plugin does not collect, store, or transmit any user data. All data is fetched from public APIs using HTTP GET requests only. No API keys or authentication required.
- Weather data: [HK Observatory Open Data API](https://data.weather.gov.hk)
- Bus route and stop data sourced from [DATA.GOV.HK](https://data.gov.hk), used under the [DATA.GOV.HK Terms and Conditions](https://data.gov.hk/en/terms-and-conditions)
- A&E waiting times: [Hospital Authority](https://www.ha.org.hk) / [CSDI Portal](https://portal.csdi.gov.hk)
- TCSP licensee data: [Companies Registry](https://www.cr.gov.hk) / [CSDI Portal](https://portal.csdi.gov.hk)
- Public holidays: [1823 Government Hotline](https://www.1823.gov.hk) / [DATA.GOV.HK](https://data.gov.hk)
## License
MIT