← 返回
未分类

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...
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...
jimpang8 jimpang8 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 438
下载
💾 6
安装
1
版本
#latest

概述

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 <street-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

  1. Extract the place keyword first.
    • Accept street names, districts, sub-districts, estates, landmarks, station names, or short area phrases.
    • Examples: 富善街 大埔, 火炭站, 廣福坊, Causeway Bay, 中環 咪錶.
  2. Run the script with the user's place words.
  3. Read the top returned clusters.
    • Each cluster groups nearby parking-meter spaces by district / sub-district / street / street-section / vehicle type.
  4. Prefer clusters with vacant spaces when the user asks for 空位, vacancy, available, or 有冇位.
    • Use --vacant-only if that helps cut noise.
  5. Include the Google Maps link when it helps the user navigate quickly.
  6. 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.
  7. 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 --json only 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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 23:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Security Network Hardening

jimpang8
审计并加固 OpenClaw 主机及其网络暴露。适用于安全检查、加固、防火墙设置、网络暴露审查及指标端点配置。
★ 0 📥 841
it-ops-security

HashiCorp Vault

jimpang8
使用 HashiCorp Vault CLI 进行身份验证检查、KV 密钥读写、路径列表、启用和调优 secrets 引擎、策略管理...
★ 0 📥 730
life-service

HK Transit ETA

jimpang8
通过官方九巴/城巴和港铁开放数据接口,利用自然语言处理技术查询香港巴士到站时间、站点数据及港铁重铁到站时间。
★ 0 📥 499