Smart auto-updater with AI-powered impact assessment. Checks updates, analyzes changes, evaluates system impact, and decides whether to auto-update or just report. Perfect for hands-off maintenance with safety guarantees.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install smart-auto-updater或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install smart-auto-updater⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/smart-auto-updater/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: smart-auto-updater description: Smart auto-updater with AI-powered impact assessment. Checks updates, analyzes changes, evaluates system impact, and decides whether to auto-update or just report. Perfect for hands-off maintenance with safety guarantees. ---
AI-powered auto-updater that intelligently decides whether to update based on impact assessment. Safe, intelligent, and configurable.
| Risk Level | Action | |------------|--------| | HIGH | Skip update, send detailed report | | MEDIUM | Skip update, send warning + report | | LOW | Auto-update, send summary |
# Run smart update check
openclaw sessions spawn \
--agentId smart-auto-updater \
--message "Run smart update check"
openclaw sessions spawn \
--agentId smart-auto-updater \
--message "Check updates with custom settings: auto-update LOW risk, report MEDIUM risk"
# AI Model (optional, defaults to configured model)
export SMART_UPDATER_MODEL="minimax-portal/MiniMax-M2.1"
# Auto-update threshold (default: LOW)
# Options: NONE (report only), LOW, MEDIUM
export SMART_UPDATER_AUTO_UPDATE="LOW"
# Risk tolerance (default: MEDIUM)
# HIGH: Only auto-update LOW risk
# MEDIUM: Auto-update LOW + MEDIUM risk
# LOW: Auto-update all
export SMART_UPDATER_RISK_TOLERANCE="MEDIUM"
# Report level (default: detailed)
# Options: brief, detailed, full
export SMART_UPDATER_REPORT_LEVEL="detailed"
🔴 Smart Auto-Updater Report
Update Available: v1.2.3 → v1.3.0
⚠️ Risk Level: HIGH
📋 Changes Summary:
- Breaking API changes detected
- Database migration required
- 3 files modified
🏗️ Impact Assessment:
- Architecture: MAJOR changes to core components
- Performance: Potential impact on startup time
- Compatibility: Breaks backward compatibility
🚫 Decision: SKIPPED
💡 Recommendations:
1. Review changelog manually
2. Test in staging environment
3. Schedule maintenance window
🗓️ Next Check: 24 hours
🟢 Smart Auto-Updater Report
Updated: v1.2.3 → v1.2.4
✅ Risk Level: LOW
📋 Changes:
- Bug fixes (2)
- Performance improvements (1)
🏗️ Impact Assessment:
- Architecture: No changes
- Performance: Minor improvement
- Compatibility: Fully compatible
✅ Decision: AUTO-UPDATED
📊 Summary:
- OpenClaw: v1.2.3 → v1.2.4
- Skills updated: 2
- Skills unchanged: 15
- Errors: none
⏱️ Next Check: 24 hours
┌──────────────────┐
│ Trigger (Cron) │
└────────┬─────────┘
│
▼
┌──────────────────┐
│ Check Updates │ ← clawhub update --dry-run
└────────┬─────────┘
│
▼
┌──────────────────┐
│ AI Analysis │ ← Analyze changes, assess risk
└────────┬─────────┘
│
┌────┴────┐
│ │
▼ ▼
┌───────┐ ┌───────┐
│ HIGH │ │ MEDIUM│
│ Skip │ │ Skip │
└───┬───┘ └───┬───┘
│ │
▼ ▼
┌───────┐ ┌───────┐
│ LOW │ │ Report│
│ Update│ │ Only │
└───┬───┘ └───────┘
│ │
└────┬─────┘
│
▼
┌──────────────────┐
│ Generate Report │ ← Send summary
└──────────────────┘
references/risk-assessment.md → AI risk assessment methodologyreferences/report-templates.md → Report format examplesreferences/integration.md → Integration with cron/jobs安装 Smart Auto Updater 后,可以对 AI 说这些话来触发它
Help me get started with Smart Auto Updater
Explains what Smart Auto Updater does, walks through the setup, and runs a quick demo based on your current project
Use Smart Auto Updater to smart auto-updater with AI-powered impact assessment
Invokes Smart Auto Updater with the right parameters and returns the result directly in the conversation
What can I do with Smart Auto Updater in my ai agent & automation workflow?
Lists the top use cases for Smart Auto Updater, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/smart-auto-updater/ 目录(个人级,所有项目可用),或 .claude/skills/smart-auto-updater/(项目级)。重启 AI 客户端后,用 /smart-auto-updater 主动调用,或让 AI 根据上下文自动发现并使用。
Smart Auto Updater 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Smart Auto Updater 可免费安装使用。请查阅仓库了解许可证信息。
Smart auto-updater with AI-powered impact assessment. Checks updates, analyzes changes, evaluates system impact, and decides whether to auto-update or just report. Perfect for hands-off maintenance with safety guarantees.
Smart Auto Updater 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Smart Auto Updater
Identifies repetitive steps in your workflow and sets up Smart Auto Updater to handle them automatically