Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install auto-updater或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install auto-updater⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/auto-updater/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: auto-updater description: "Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed." metadata: {"version":"1.0.0","clawdbot":{"emoji":"🔄","os":["darwin","linux"]}} ---
Keep your Clawdbot and skills up to date automatically with daily update checks.
This skill sets up a daily cron job that:
clawdbot doctor or package manager)clawdhub update --all)Ask Clawdbot to set up the auto-updater:
Set up daily auto-updates for yourself and all your skills.
Or manually add the cron job:
clawdbot cron add \
--name "Daily Auto-Update" \
--cron "0 4 * * *" \
--tz "America/Los_Angeles" \
--session isolated \
--wake now \
--deliver \
--message "Run daily auto-updates: check for Clawdbot updates and update all skills. Report what was updated."
| Option | Default | Description | |--------|---------|-------------| | Time | 4:00 AM | When to run updates (use --cron to change) | | Timezone | System default | Set with --tz | | Delivery | Main session | Where to send the update summary |
For npm/pnpm/bun installs:
npm update -g clawdbot@latest
# or: pnpm update -g clawdbot@latest
# or: bun update -g clawdbot@latest
For source installs (git checkout):
clawdbot update
Always run clawdbot doctor after updating to apply migrations.
clawdhub update --all
This checks all installed skills against the registry and updates any with new versions available.
After updates complete, you'll receive a message like:
🔄 Daily Auto-Update Complete
**Clawdbot**: Updated to v2026.1.10 (was v2026.1.9)
**Skills Updated (3)**:
- prd: 2.0.3 → 2.0.4
- browser: 1.2.0 → 1.2.1
- nano-banana-pro: 3.1.0 → 3.1.2
**Skills Already Current (5)**:
gemini, sag, things-mac, himalaya, peekaboo
No issues encountered.
Check for updates without applying:
clawdhub update --all --dry-run
View current skill versions:
clawdhub list
Check Clawdbot version:
clawdbot --version
cron.enabled in configclawdbot cron listIf an update fails, the summary will include the error. Common fixes:
clawdbot doctor to diagnoseRemove the cron job:
clawdbot cron remove "Daily Auto-Update"
Or disable temporarily in config:
{
"cron": {
"enabled": false
}
}
安装 Auto-Updater Skill 后,可以对 AI 说这些话来触发它
Help me get started with Auto-Updater Skill
Explains what Auto-Updater Skill does, walks through the setup, and runs a quick demo based on your current project
Use Auto-Updater Skill to automatically update Clawdbot and all installed skills once daily
Invokes Auto-Updater Skill with the right parameters and returns the result directly in the conversation
What can I do with Auto-Updater Skill in my ai agent & automation workflow?
Lists the top use cases for Auto-Updater Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/auto-updater/ 目录(个人级,所有项目可用),或 .claude/skills/auto-updater/(项目级)。重启 AI 客户端后,用 /auto-updater 主动调用,或让 AI 根据上下文自动发现并使用。
Auto-Updater Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Auto-Updater Skill 可免费安装使用。请查阅仓库了解许可证信息。
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Auto-Updater Skill 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Auto-Updater Skill
Identifies repetitive steps in your workflow and sets up Auto-Updater Skill to handle them automatically