← 返回 Skills 市场
jimpang8

HK Parking Meter Finder

作者 jimpang8 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

  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.
安全使用建议
This skill appears coherent and low-risk: it fetches official HK Transport Department CSV feeds, searches them locally, and returns results with Google Maps links. Before installing, confirm you are comfortable with the agent making outbound HTTP requests to data.one.gov.hk (no credentials are sent). Review updates before running in a high-security environment and avoid supplying any unrelated secrets when interacting with the skill. If you need offline use, note it requires network access to fetch live occupancy data.
功能分析
Type: OpenClaw Skill Name: hk-parking-meter-finder Version: 1.0.1 The skill is a legitimate tool for finding Hong Kong roadside parking meters using official datasets from data.gov.hk. The Python script (scripts/hk_metered_parking.py) fetches CSV data from official government URLs, performs fuzzy keyword matching, and calculates occupancy status without any suspicious execution patterns, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
Name/description (find HK parking meter locations & live vacancy) align with the included script and the declared data sources (official Transport Department / DATA.GOV.HK CSV feeds). There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
SKILL.md instructs running the bundled Python script and how to format queries; the script only fetches the two official CSV endpoints, performs local search/aggregation, and builds Google Maps links. It does not instruct reading unrelated system files or exfiltrating data to non-official endpoints.
Install Mechanism
This is an instruction-only skill with a bundled script and no install spec. No downloads from arbitrary URLs, no package installs, and nothing is written to disk beyond normal script execution.
Credentials
The skill requires no environment variables, secrets, or credentials. Its network access (HTTP GET to official data.one.gov.hk CSV feeds) is proportionate to its purpose.
Persistence & Privilege
always:false and no special persistence or system-wide config changes. The skill does not attempt to modify other skills or agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hk-parking-meter-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hk-parking-meter-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Sanitize publish docs: remove local absolute path and keep usage portable.
v0.1.0
Initial publish: Hong Kong roadside parking meter finder with live vacancy and map links.
元数据
Slug hk-parking-meter-finder
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论