Install
openclaw skills install hk-parking-meter-finderFind Hong Kong roadside parking meter (咪錶) locations and live vacancy using official Transport Department / DATA.GOV.HK datasets. Use when the user asks in Cantonese, Chinese, or English things like「大埔富善街附近有冇咪錶位?」「火炭站附近有冇路邊錶位」「幫我搵銅鑼灣咪錶空位」「尖沙咀 parking meter vacancy」or any request to locate nearby Hong Kong metered street parking by street, area, district, landmark, or available-space intent.
openclaw skills install hk-parking-meter-finderUse the bundled script to search the official Transport Department metered parking space inventory together with the live occupancy feed.
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
富善街 大埔, 火炭站, 廣福坊, Causeway Bay, 中環 咪錶.空位, vacancy, available, or 有冇位.
--vacant-only if that helps cut noise.--json only when structured follow-up processing is useful.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.附近 without any place anchor are too vague; provide a street, district, station, or landmark.scripts/hk_metered_parking.py — search official Hong Kong metered parking spaces and live occupancy by street / area keyword.