TopRank Skills

Home / Claw Skills / 其他 / abby-watch
Official OpenClaw rules 15%

abby-watch

Simple time display for Abby. Use when you need to know the current time or count down to a specific time.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 abby-watch 技能。 若已安装,则直接安装 abby-watch 技能。

Overview

Skill Key
earnabitmore365/abby-watch
Author
earnabitmore365
Source Repo
openclaw/skills
Version
-
Source Path
skills/earnabitmore365/abby-watch
Latest Commit SHA
d150ab93eceed8150a03713c61d935e5f626bdae

Extracted Content

SKILL.md excerpt

# Abby Watch

Simple time display for quick access.

## Usage

```bash
# 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)

Related Claw Skills