An AI-powered maintenance agent that intelligently assesses the risk of system updates before deciding to automate or report.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install smart-auto-updater
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install smart-auto-updater using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Smart Auto-Updater is an advanced automation skill designed to bring safety and intelligence to the update lifecycle. By utilizing Large Language Models (LLMs), it moves beyond traditional version checking to perform deep impact assessments on changelogs and diffs. This ensures that maintenance for your environment and various Openclaw Skills remains hands-off without sacrificing system stability.
The skill evaluates updates across three critical dimensions: architecture, performance, and compatibility. By classifying risks into high, medium, or low levels, it provides developers with a robust safety net that prevents breaking changes from being applied automatically while ensuring critical security patches and bug fixes are deployed instantly.
To begin using this skill, you can spawn a new session with the agent. You can also configure its behavior using environment variables.
# Run a standard update check
openclaw sessions spawn \
--agentId smart-auto-updater \
--message "Run smart update check"
# Configure risk tolerance and automation levels
export SMART_UPDATER_AUTO_UPDATE="LOW"
export SMART_UPDATER_RISK_TOLERANCE="MEDIUM"
The skill organizes its assessment data into a structured report format containing the following metadata:
| Component | Description |
|---|---|
| Version Diff | The transition from the current version to the available version. |
| Risk Level | Categorization (HIGH/MEDIUM/LOW) based on AI impact assessment. |
| Impact Assessment | Detailed notes on architecture, performance, and compatibility. |
| Decision | The resulting action taken (AUTO-UPDATED or SKIPPED). |
| Recommendations | Human-readable steps for manual intervention if an update is skipped. |
Loading
A command-line interface for Fireflies.ai that enables AI agents to retrieve meeting transcripts, summaries, and action items programmatically.

A streamlined integration for managing Beeminder commitment devices and habit tracking through direct REST API access.

A command-line interface designed to fetch health, sleep, and activity metrics from the Oura Ring V2 API for AI agent consumption.

An automated workflow for deploying iOS applications to TestFlight and the App Store using the App Store Connect CLI.

A professional-grade image generation skill using grsai nano-banana models for high-fidelity text-to-image and image-to-image synthesis.

A token-efficient browser automation tool designed for AI agents to interact with web pages via a command-line interface.








































