/install coin-collection-truck
Hong Kong Coin Collection Truck (收銀車) Skill
This skill provides the ability to query the official schedule and locations of the Hong Kong Monetary Authority's Coin Collection Fleet (收銀車). The fleet consists of two trucks ("收銀車1號" and "收銀車2號") that travel across different districts in Hong Kong to collect coins from the public.
How to Use This Skill
To answer user queries about the coin truck locations, you must use the provided Python script to query the local database.
The Query Script
Execute the following script using the shell tool:
python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py [OPTIONS]
Available Arguments
--date \x3CDATE>: Query the active locations for a specific date.- Accepts
today,tomorrow, or an ISO date stringYYYY-MM-DD. - Example:
--date todayor--date 2026-03-20
- Accepts
--district \x3CDISTRICT>: Filter the results by district name (partial match, Chinese or English).- Example:
--district 沙田區or--district "Sha Tin"
- Example:
--truck \x3CTRUCK_NAME>: Filter by a specific truck.- Example:
--truck 收銀車1號
- Example:
--upcoming: Show the upcoming schedule from a specific date (or today if--dateis omitted).- Example:
--upcoming --days 7(shows the schedule for the next 7 days)
- Example:
--list-districts: List all available districts in the database.
Handling Natural Language Queries
- "Where are the coin trucks today?"
- Run:
python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --date today
- Run:
- "When will the coin truck come to Sha Tin?"
- Run:
python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --district "Sha Tin"
- Run:
- "What is the schedule for the next 3 days?"
- Run:
python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --upcoming --days 3
- Run:
- "Where is truck 1 on March 20th?"
- Run:
python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --truck 收銀車1號 --date 2026-03-20
- Run:
Output Formatting Guidelines
When presenting the results to the user, follow these guidelines:
- Be Clear and Concise: Present the information clearly, ideally using bullet points or a small table if there are multiple results.
- Include Key Details: Always include the Truck Name, District, Address (Chinese and English), and the Schedule (Start and End dates).
- Highlight Suspensions: Pay special attention to the
⚠️warnings in the script output. If a service is suspended on a specific day, you must mention it clearly to the user. - Provide Maps: Include the Google Maps link provided by the script so the user can easily find the location.
- Branding (Optional): If appropriate, you can attach the official logo from
/home/ubuntu/skills/coin-collection-truck/assets/logo_with chinese.pngwhen delivering the final result.
Example Response Format
Hong Kong Coin Cart Locations for Today (2026-03-20)
🚌 收銀車1號 (Truck 1) — 元朗區 (Yuen Long)
- Address: 元朗元朗文化康樂大樓對面路旁停車處(近馬田村口)
- English Address: Lay-by opposite to Yuen Long Leisure and Cultural Building, Yuen Long
- Schedule: 3月20日 ~ 3月22日
- 📍 View on Google Maps
🚌 收銀車2號 (Truck 2) — 沙田區 (Sha Tin)
- Address: 沙田上禾輋路旁停車處(沙田政府合署外)
- English Address: Lay-by on Sheung Wo Che Road, Sha Tin
- Schedule: 3月20日 ~ 3月22日
- 📍 View on Google Maps
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install coin-collection-truck - 安装完成后,直接呼叫该 Skill 的名称或使用
/coin-collection-truck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Coin Collection Truck 香港收銀車 是什么?
Agent skill to search for the Hong Kong Coin Cart (收銀車) locations and schedules. Use this skill when a user asks about the location, schedule, or availabilit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Coin Collection Truck 香港收銀車?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install coin-collection-truck」即可一键安装,无需额外配置。
Coin Collection Truck 香港收銀車 是免费的吗?
是的,Coin Collection Truck 香港收銀車 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Coin Collection Truck 香港收銀車 支持哪些平台?
Coin Collection Truck 香港收銀車 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Coin Collection Truck 香港收銀車?
由 sodiasm(@sodiasm)开发并维护,当前版本 v0.1.0。