Scout is an automated software update advisor that tracks GitHub releases, assesses security risks, and provides detailed upgrade recommendations for your development tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install update-scout
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 update-scout using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Scout is a specialized software update advisor designed to automate the monitoring of Openclaw Skills and other GitHub-released tools. By acting as a security-conscious bridge between developers and upstream changes, it ensures that your automation environment remains up-to-date without sacrificing stability. The skill reviews release notes with a focus on potential breaking changes, security vulnerabilities, and new permission requirements, allowing you to maintain full control over your software stack.
Beyond simple version tracking, Scout integrates community feedback by analyzing post-release issues and regressions on GitHub. This deep technical analysis provides the necessary context to make informed decisions about when to upgrade, when to wait, and when to skip a version entirely. It embodies a 'human-in-the-loop' philosophy, where complex technical assessments are performed automatically, but no installation occurs without explicit human approval.
Scout is initialized on the first run, creating a default configuration for Openclaw Skills tracking. Use the following commands to get started:
# Check for available updates for all watched tools
python3 scripts/check_updates.py
# Add a new tool to your watchlist
python3 scripts/add_tool.py \
--name "tool-name" \
--repo "owner/repo" \
--detect-type command \
--detect-cmd "tool --version"
Scout organizes its monitoring and exclusion lists using JSON files stored in the user's home directory. This allows for easy portability and manual auditing of your Openclaw Skills environment.
| File Path | Description | Key Metadata Fields |
|---|---|---|
~/.config/scout/watchlist.json |
Main monitoring list | name, repo, detect-type, detect-cmd, notes |
~/.config/scout/skip_list.json |
Versions explicitly ignored | tool, version, reason, timestamp |
references/watchlist.md |
Detection documentation | Supported detection methods (npm, pip, command) |
Loading
Analyze engineering performance and track DORA metrics directly through your AI agent using the LinearB integration for Openclaw Skills.

BaseLinker is a comprehensive e-commerce integration that centralizes product management and order fulfillment across multiple marketplaces and stores.

A real-time monitoring tool for Baidu search rankings, trend analysis, and keyword popularity tracking.

A powerful SMS gateway integration that enables AI agents to send, receive, and manage text messages programmatically through a secure CLI interface.

A high-performance image generation skill that uses the Google Antigravity API to create native AI visuals without browser automation.

A specialized tool for managing WordPress.com OAuth authentication and automated post publishing.








































