timer-management

Installation
SKILL.md

timer-management

定时提醒的设置、查询和取消。

调用

# 设置定时器
python3 scripts/cli/timer/timer_cli.py set '{"delay":"30m", "task":"喝水提醒"}'

# 查看所有定时器
python3 scripts/cli/timer/timer_cli.py list

# 取消定时器
python3 scripts/cli/timer/timer_cli.py cancel '{"id":"timer-12345"}'

参数

Installs
1
GitHub Stars
11
First Seen
Mar 1, 2026
timer-management — cklxx/elephant.ai