/install hk-parking-meter-finder
HK Parking Meter Finder
Use the bundled script to search the official Transport Department metered parking space inventory together with the live occupancy feed.
Quick start
Run the bundled script from the skill directory:
python3 scripts/hk_metered_parking.py \x3Cstreet-or-area-keywords>
Or use an absolute path rooted at the installed skill folder if needed.
Examples:
python3 scripts/hk_metered_parking.py 富善街 大埔
python3 scripts/hk_metered_parking.py 廣福坊
python3 scripts/hk_metered_parking.py 火炭站 --vacant-only
python3 scripts/hk_metered_parking.py 銅鑼灣 怡和街 --json
Workflow
- Extract the place keyword first.
- Accept street names, districts, sub-districts, estates, landmarks, station names, or short area phrases.
- Examples:
富善街 大埔,火炭站,廣福坊,Causeway Bay,中環 咪錶.
- Run the script with the user's place words.
- Read the top returned clusters.
- Each cluster groups nearby parking-meter spaces by district / sub-district / street / street-section / vehicle type.
- Prefer clusters with vacant spaces when the user asks for
空位,vacancy,available, or有冇位.- Use
--vacant-onlyif that helps cut noise.
- Use
- Include the Google Maps link when it helps the user navigate quickly.
- If the exact street is absent from the official metered-space feed, say so and report the nearest likely street clusters instead of pretending there is an exact match.
- Summarize clearly with vacant vs occupied counts and mention the best-matching street names.
Reporting guidance
- Keep the answer practical: which nearby street clusters have vacant spaces right now.
- Include the Google Maps link for each recommended cluster when useful.
- If there are several plausible matches, list the top few instead of guessing.
- If the user gave a broad district only, mention that the result is area-level and may need a more specific street.
- Use
--jsononly when structured follow-up processing is useful.
Data sources
The script joins these official datasets:
parkingspaces.csv— static metered-space inventory from Transport Department / DATA.GOV.HK.occupancystatus.csv— live occupancy status for sensor-equipped / new meter spaces from Transport Department / DATA.GOV.HK.
Scope and limitations
- This skill covers roadside metered parking spaces only, not car parks, private parking, or non-metered kerbside spaces.
- Live occupancy is only as complete as the official occupancy feed. Some metered spaces may exist in the inventory but not have live occupancy records.
- Matching is keyword-based and fuzzy; it is good for nearby / likely street matches, not turn-by-turn navigation.
- The script reports approximate cluster centres from official coordinates, but it does not geocode arbitrary addresses.
- Queries like
附近without any place anchor are too vague; provide a street, district, station, or landmark.
scripts/
scripts/hk_metered_parking.py— search official Hong Kong metered parking spaces and live occupancy by street / area keyword.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hk-parking-meter-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/hk-parking-meter-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
HK Parking Meter Finder 是什么?
Find Hong Kong roadside parking meter (咪錶) locations and live vacancy using official Transport Department / DATA.GOV.HK datasets. Use when the user asks in C... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 HK Parking Meter Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hk-parking-meter-finder」即可一键安装,无需额外配置。
HK Parking Meter Finder 是免费的吗?
是的,HK Parking Meter Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HK Parking Meter Finder 支持哪些平台?
HK Parking Meter Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HK Parking Meter Finder?
由 jimpang8(@jimpang8)开发并维护,当前版本 v1.0.1。