Token导航 LogoToken导航TokenDH.com
研究检索权限需确认clawhub未标认证来源可访问clear审计通过

hk-parking-meter-finder香港停车计时器查找器

Agent Skill

hk-parking-meter-finder 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,752

周安装

198

GitHub Stars

公开资料未说明

下载量

1,584
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hk-parking-meter-finder(香港停车计时器查找器)
来源仓库:https://github.com/jimpang8/hk-parking-meter-finder
安装命令:
openclaw skills install hk-parking-meter-finder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install hk-parking-meter-finder

简介

hk-parking-meter-finder 利用运输署官方数据集查找路边停车咪表位置及实时空位情况。

  • 适用于驾车人士寻找停车位,减少无效绕行时间,提高出行效率。
  • 输入区域或街道名即可返回可用咪表列表,部分字段可能因数据延迟略有偏差。
  • 依赖政府开放数据接口,需保持网络畅通;建议结合现场观察确认实际可用性。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
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 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.

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, 中環 咪錶.

  1. Run the script with the user's place words.
  2. Read the top returned clusters.

- Each cluster groups nearby parking-meter spaces by district / sub-district / street / street-section / vehicle type.

  1. Prefer clusters with vacant spaces when the user asks for 空位, vacancy, available, or 有冇位.

- Use --vacant-only if that helps cut noise.

  1. Include the Google Maps link when it helps the user navigate quickly.
  2. 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.
  3. 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.58%
按下载量换算1,514

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills