๐ฆ ClawHub
Smart Auto Updater
by @ruiwang20010702
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.
๐ก Examples
Basic usage
# Run smart update check
openclaw sessions spawn \
--agentId smart-auto-updater \
--message "Run smart update check"
With custom parameters
openclaw sessions spawn \
--agentId smart-auto-updater \
--message "Check updates with custom settings: auto-update LOW risk, report MEDIUM risk"
โ๏ธ Configuration
Environment Variables
# 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"
๐ Tips & Best Practices
Updates keep being skipped
False positives (too many HIGH risk)
Reports not being delivered
TERMINAL
clawhub install smart-auto-updater