用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill schedule命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | schedule |
| command | /schedule |
| description | Schedule a one-shot reminder or check-in after a time delay. |
| allowed-tools | ["exec"] |
| version | 1.0.0 |
When the user asks you to check on them, follow up, or do something after a delay:
betaclaw schedule once --group {GROUP_ID} --delay "30 seconds" --message "Hey! Checking in"
Valid delay formats: "30 seconds", "5 minutes", "2 hours", "1 day" Minimum: 10 seconds. Maximum: 7 days.
Always say: "I'll check in with you in {delay}!"
betaclaw schedule cancel --id {TASK_ID}
betaclaw schedule list-pending --group {GROUP_ID}