Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

coin-collection-truck硬币收集车

Agent Skill

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

总安装

4,524

周安装

183

GitHub Stars

公开资料未说明

下载量

1,420
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:coin-collection-truck(硬币收集车)
来源仓库:https://github.com/sodiasm/coin-collection-truck
安装命令:
openclaw skills install coin-collection-truck
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install coin-collection-truck

简介

搜寻香港收银车位置与时间表,支持用户查询可用性与服务信息。

  • 适用于 OpenClaw 中需要根据关键词快速定位候选结果的研究检索场景。
  • 可结合来源仓库和 README 核验具体用法。
  • 安装命令:openclaw skills install coin-collection-truck;建议确认权限与维护状态。
  • 注意:需评估是否会触发联网、命令执行或文件读写操作。

SKILL.md

name
coin-collection-truck
description
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 availability of coin collection trucks in Hong Kong on a specific date or in a specific district.

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 <DATE>: Query the active locations for a specific date.

* Accepts today, tomorrow, or an ISO date string YYYY-MM-DD. * *Example:* --date today or --date 2026-03-20

  • --district <DISTRICT>: Filter the results by district name (partial match, Chinese or English).

* *Example:* --district 沙田區 or --district "Sha Tin"

  • --truck <TRUCK_NAME>: Filter by a specific truck.

* *Example:* --truck 收銀車1號

  • --upcoming: Show the upcoming schedule from a specific date (or today if --date is omitted).

* *Example:* --upcoming --days 7 (shows the schedule for the next 7 days)

  • --list-districts: List all available districts in the database.

Handling Natural Language Queries

  1. "Where are the coin trucks today?"

* Run: python3 /home/ubuntu/skills/coin-collection-truck/scripts/query_coin_truck.py --date today

  1. "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"

  1. "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

  1. "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

Output Formatting Guidelines

When presenting the results to the user, follow these guidelines:

  1. Be Clear and Concise: Present the information clearly, ideally using bullet points or a small table if there are multiple results.
  2. Include Key Details: Always include the Truck Name, District, Address (Chinese and English), and the Schedule (Start and End dates).
  3. 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.
  4. Provide Maps: Include the Google Maps link provided by the script so the user can easily find the location.
  5. Branding (Optional): If appropriate, you can attach the official logo from /home/ubuntu/skills/coin-collection-truck/assets/logo_with chinese.png when 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

98.59%
按下载量换算1,400

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install coin-collection-truck 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills