๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ 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.

Versionv1.0.0
Installs22
๐Ÿ’ก 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

  • Check risk tolerance setting
  • Verify AI model is available
  • Review changelog manually
  • False positives (too many HIGH risk)

  • Lower risk tolerance
  • Check AI model prompts
  • Review specific change patterns
  • Reports not being delivered

  • Verify delivery channel configuration
  • Check gateway status
  • Review session configuration
  • View on ClawHub
    TERMINAL
    clawhub install smart-auto-updater

    ๐Ÿงช Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    ๐Ÿ” Can't find the right skill?

    Search 60,000+ AI agent skills โ€” free, no login needed.

    Search Skills โ†’