用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jdrhyne/agent-skills --skill clawdbot-release-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Persistent TODO scratch pad for tracking tasks across sessions. Use when the user asks to add, list, complete, remove, or summarize tasks in a portable workspace Markdown file. Uses stable task IDs and exact matching; heartbeat reporting is opt-in and count-only.
Review a specific decision, plan, or artifact using bounded evidence, counterevidence, alternatives, opportunity cost, and verifiable next checks. Use for a "Munger review", decision review, premortem, or blind-spot review. Do not automatically scan history or assess a person's character, intent, or mental state.
Recover missing conversation context after explicit compaction or truncation, or when the user explicitly asks to recover prior work. Use for requests such as "where were we before compaction?" when the current thread is insufficient. Do not trigger on a generic "continue" when the current thread already provides an actionable next step.
基于 SOC 职业分类
正在显示 SKILL.md
| name | clawdbot-release-check |
| description | Check for new OpenClaw releases and notify once per new version. |
| homepage | https://github.com/openclaw/openclaw |
| metadata | {"openclaw":{"emoji":"🔄","requires":{"bins":"[Truncated]"}}} |
Checks for new OpenClaw releases from GitHub and notifies once per version (no spam).
clawhub install clawdbot-release-check
# Add daily update check at 9am, notify via Telegram
{baseDir}/scripts/setup.sh --telegram YOUR_TELEGRAM_ID
# Custom hour
{baseDir}/scripts/setup.sh --hour 8 --telegram YOUR_TELEGRAM_ID
# Remove cron job
{baseDir}/scripts/setup.sh --uninstall
After setup, restart gateway:
openclaw gateway restart
{baseDir}/scripts/check.sh
{baseDir}/scripts/check.sh --status
{baseDir}/scripts/check.sh --force
{baseDir}/scripts/check.sh --all-highlights
{baseDir}/scripts/check.sh --reset
{baseDir}/scripts/check.sh --help
~/.openclaw/clawdbot-release-check-state.json~/.openclaw/clawdbot-release-check-cache.jsonEnvironment variables:
OPENCLAW_DIR — path to OpenClaw source/installCACHE_MAX_AGE_HOURS — cache TTL in hours (default: 24)