Install
openclaw skills install coin-collection-truckAgent skill to search for the Hong Kong Coin Cart (收銀車) locations and schedules. Use this skill when a user asks about the location, schedule, or availability of coin collection trucks in Hong Kong on a specific date or in a specific district.
openclaw skills install coin-collection-truckThis 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.
To answer user queries about the coin truck locations, you must use the provided Python script to query the local database.
Execute the following script using the shell tool:
python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py [OPTIONS]
--date <DATE>: Query the active locations for a specific date.
today, tomorrow, or an ISO date string YYYY-MM-DD.--date today or --date 2026-03-20--district <DISTRICT>: Filter the results by district name (partial match, Chinese or English).
--district 沙田區 or --district "Sha Tin"--truck <TRUCK_NAME>: Filter by a specific truck.
--truck 收銀車1號--upcoming: Show the upcoming schedule from a specific date (or today if --date is omitted).
--upcoming --days 7 (shows the schedule for the next 7 days)--list-districts: List all available districts in the database.python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --date todaypython3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --district "Sha Tin"python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --upcoming --days 3python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --truck 收銀車1號 --date 2026-03-20When presenting the results to the user, follow these guidelines:
⚠️ warnings in the script output. If a service is suspended on a specific day, you must mention it clearly to the user./home/ubuntu/skills/coin-collection-truck/assets/logo_with chinese.png when delivering the final result.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