← Back to Skills Marketplace
jimpang8

HK Parking Meter Finder

by jimpang8 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install hk-parking-meter-finder
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hk-parking-meter-finder
  3. After installation, invoke the skill by name or use /hk-parking-meter-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug hk-parking-meter-finder
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install HK Parking Meter Finder?

Run "/install hk-parking-meter-finder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HK Parking Meter Finder free?

Yes, HK Parking Meter Finder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does HK Parking Meter Finder support?

HK Parking Meter Finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HK Parking Meter Finder?

It is built and maintained by jimpang8 (@jimpang8); the current version is v1.0.1.

💬 Comments