From twparking
查台北/新北/基隆/桃園/台中即時停車格剩餘量。Use when user asks about Taiwan parking lot availability, looks for a specific lot, or wants to monitor favourites.
How this skill is triggered — by the user, by Claude, or both
Slash command
/twparking:twparkingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI tool for Taiwan real-time parking data across 5 cities.
CLI tool for Taiwan real-time parking data across 5 cities.
pnpm add -g twparking 或直接 npx -y twparking@latest ...
| Command | 用途 | Agent flag |
|---|---|---|
search <keyword> [--city X] | 跨城市模糊搜 | --json |
now <refs...> | 一次性拿剩餘量 | --json |
watch <refs...> | TUI 監控 loop | 不要在 agent context 用 |
add <ref> | 加進 favourites | — |
list | 列 favourites | --json |
remove <ref> | 移除 favourite | — |
refresh [--city X] | 強制更新 catalog cache | — |
台北 / 新北 / 基隆 / 桃園 / 台中
<city>:<id> — 例如 基隆:信二停車場 或 台北:TPE0334。
watch 是 TUI 長期 loop;agent 千萬不要直接呼叫,要單次查就用 nowrefreshnow 跟 search 都支援 --json、agent 一律帶 flag、之後再渲染給人看本 plugin 提供 /parking-search, /parking-status, /parking-add, /parking-list 對應 search/now/add/list。
使用者用自然語言問空位 / 找停車場時、應主動跑 npx -y twparking@latest now/search ... --json、把結果整理回中文表格給他,不要等使用者下 slash command。
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub echoulen/twparking --plugin twparking