← 返回 Skills 市场
Abby Watch
作者
earnabitmore365
· GitHub ↗
· v1.0.0
641
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install abby-watch
功能描述
Simple time display for Abby. Use when you need to know the current time or count down to a specific time.
使用说明 (SKILL.md)
Abby Watch
Simple time display for quick access.
Usage
# Simple time
abby time
# Verbose (full details)
abby time --verbose
# Countdown to a time
abby time --countdown "11:00"
Examples
| Query | Command | Output |
|---|---|---|
| What time is it? | abby time |
🕐 08:00 |
| Full details | abby time --verbose |
Sunday, February 15th, 2026 — 8:00 AM (Australia/Sydney) |
| How long until 11? | abby time --countdown 11:00 |
⏰ 3小时后 |
Notes
- Default format: HH:MM
- Verbose includes full date and timezone
- Countdown handles times in 24-hour format (HH:MM)
安全使用建议
This skill appears safe and coherent for a simple clock/countdown: it does not request credentials or network access. Before installing or using it, consider: 1) SKILL.md shows usage as 'abby time' but the package does not provide an 'abby' CLI wrapper or install step — you will need to run the script directly or add an executable wrapper. 2) The countdown implementation contains a bug (it attempts to call .replace() on a timedelta), which will likely crash when the target time is earlier than now; the logic should add one day to the target datetime instead. 3) Timezone is hardcoded as 'Australia/Sydney' in outputs; if you need local/timezone-correct results across environments, update the code to use tz-aware datetimes or accept a timezone option. If you don’t want to run untrusted code, run the script in a sandbox or inspect/modify the source yourself before use.
功能分析
Type: OpenClaw Skill
Name: abby-watch
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear usage instructions without any prompt injection attempts against the agent. The `scripts/time_cli.py` script uses standard Python libraries (`argparse`, `datetime`) to display and calculate time, safely parsing user input for the `--countdown` argument without any file system, network, or command execution capabilities. All files align with the stated purpose of a simple time display skill.
能力评估
Purpose & Capability
Name/description, the README, reference file, and the included Python script all describe a simple time display/countdown. Required env vars/binaries/configs are none, which is appropriate for this functionality.
Instruction Scope
SKILL.md instructs running an 'abby' CLI (e.g., 'abby time'), but the bundle only contains scripts/time_cli.py with no install spec or wrapper that would make an 'abby' command available. The runtime instructions do not ask for unrelated files, environment variables, or external network access.
Install Mechanism
There is no install spec (instruction-only), so nothing will be downloaded or installed by default. A code file is included but not automatically installed — no external URLs, package managers, or extraction steps are present.
Credentials
The skill requests no environment variables or credentials. The code hardcodes a timezone label ('Australia/Sydney') but does not attempt to access system timezone configuration or secrets.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. It does not modify other skills or agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install abby-watch - 安装完成后,直接呼叫该 Skill 的名称或使用
/abby-watch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of abby-watch.
- Quickly display the current time or count down to a specified time.
- Supports simple (HH:MM) and verbose (full date and timezone) time formats.
- Countdown feature calculates time remaining until a given 24-hour time.
- Easy command-line usage for fast time checks.
元数据
常见问题
Abby Watch 是什么?
Simple time display for Abby. Use when you need to know the current time or count down to a specific time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 641 次。
如何安装 Abby Watch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install abby-watch」即可一键安装,无需额外配置。
Abby Watch 是免费的吗?
是的,Abby Watch 完全免费(开源免费),可自由下载、安装和使用。
Abby Watch 支持哪些平台?
Abby Watch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Abby Watch?
由 earnabitmore365(@earnabitmore365)开发并维护,当前版本 v1.0.0。
推荐 Skills