HK Bus ETA

v0.2.0

Query Hong Kong bus ETA/stop data and MTR heavy rail ETA from natural-language transport questions using official KMB/LWB, Citybus, and MTR open-data endpoin...

0· 75·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (HK Bus ETA / MTR ETA) matches the included script and SKILL.md: the script queries KMB/LWB, Citybus, and MTR open-data endpoints to produce ETAs. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs running the bundled Python script and describes parsing user queries, inferring operator/direction, and optionally using shared coordinates. The script's behavior (fetching public APIs, CSV of stations, matching stops, returning ETA) matches these instructions and does not access local files or unrelated environment variables.
Install Mechanism
This is an instruction-only skill with a bundled script and no install spec. Nothing is downloaded during installation and no archives or third-party installers are referenced.
Credentials
The skill requires no environment variables, credentials, or config paths. Network access is limited to documented public open-data endpoints (data.etabus.gov.hk, rt.data.gov.hk, opendata.mtr.com.hk), which is appropriate for its function.
Persistence & Privilege
always is false, there is no code that modifies other skills or system-wide settings, and the skill does not request persistent privileges or store external tokens.
Assessment
This skill appears coherent and uses official public transport open-data endpoints only. Before installing, consider: (1) the script will make outbound network requests to the listed public APIs (no credentials are sent), (2) avoid sharing precise live-location coordinates if you do not want your location used—the SKILL.md and script will prefer coordinates when provided, and (3) check rate-limit implications if you expect heavy automated use. Otherwise the footprint looks proportional to its stated purpose.

Like a lobster shell, security has layers — review code before you run it.

latestvk977qkxrqarsx8xw4nnzd1sxz983e7ct

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments