{"id":47675514,"url":"https://github.com/ke11/skills","last_synced_at":"2026-04-02T13:28:58.884Z","repository":{"id":346148975,"uuid":"1188655679","full_name":"ke11/skills","owner":"ke11","description":"Hong Kong-based AI agent skills. Natural language queries with real-time data.","archived":false,"fork":false,"pushed_at":"2026-03-22T18:07:48.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-23T04:57:17.777Z","etag":null,"topics":["claude-code","forecast","hong-kong","hong-kong-observatory","rainfall","skills","weather"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ke11.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-22T11:59:03.000Z","updated_at":"2026-03-22T18:07:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ke11/skills","commit_stats":null,"previous_names":["ke11/skills"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ke11/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ke11%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ke11%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ke11%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ke11%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ke11","download_url":"https://codeload.github.com/ke11/skills/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ke11%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","forecast","hong-kong","hong-kong-observatory","rainfall","skills","weather"],"created_at":"2026-04-02T13:28:58.766Z","updated_at":"2026-04-02T13:28:58.872Z","avatar_url":"https://github.com/ke11.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hong Kong AI Agent Skills\n\n[繁體中文](README.md) | English\n\n\u003e **Beta** — A casual project. Skills, APIs, and configuration formats may change without notice. Feedback and contributions welcome.\n\nAI agent skills designed for Hong Kong. All data from public APIs, no keys required.\n\n## Quick Install\n\n```bash\n# Install all\nnpx skills add ke11/skills\n\n# Or install individual skills\nnpx skills add ke11/skills --skill hk-weather\nnpx skills add ke11/skills --skill hk-kmb-eta\nnpx skills add ke11/skills --skill hk-aed-wait\nnpx skills add ke11/skills --skill hk-tcsp-licence\nnpx skills add ke11/skills --skill hk-holiday\nnpx skills add ke11/skills --skill hk-planner\n```\n\n---\n\n## Skills Overview\n\n| Skill | Function | Quick Example | Data Source |\n|-------|----------|---------------|-------------|\n| [hk-weather](skills/hk-weather/references/usage.md) | Real-time weather, forecasts, warnings, rainfall | `/hk-weather forecast` | [HK Observatory](https://data.weather.gov.hk) |\n| [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) |\n| [hk-aed-wait](skills/hk-aed-wait/references/usage.md) | A\u0026E waiting times | `/hk-aed-wait 屯門` | [Hospital Authority](https://www.ha.org.hk/opendata) |\n| [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) |\n| [hk-holiday](skills/hk-holiday/references/usage.md) | Public holidays lookup | `/hk-holiday 2026` | [1823 Government Hotline](https://www.1823.gov.hk) |\n| [hk-planner](skills/hk-planner/references/usage.md) | Activity planner (calendar + holidays + weather) | `/hk-planner hiking next week` | Google Calendar + above skills |\n\nClick a skill name for full usage docs and output examples.\n\n---\n\n## Privacy\n\nThis 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.\n\n- Weather data: [HK Observatory Open Data API](https://data.weather.gov.hk)\n- 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)\n- A\u0026E waiting times: [Hospital Authority](https://www.ha.org.hk) / [CSDI Portal](https://portal.csdi.gov.hk)\n- TCSP licensee data: [Companies Registry](https://www.cr.gov.hk) / [CSDI Portal](https://portal.csdi.gov.hk)\n- Public holidays: [1823 Government Hotline](https://www.1823.gov.hk) / [DATA.GOV.HK](https://data.gov.hk)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fke11%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fke11%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fke11%2Fskills/lists"}