返回顶部
s

scout

Automate update tracking for OpenClaw and any other GitHub-released tools. Scout monitors your watchlist weekly, reviews release notes with a security lens, checks for post-release regressions, and posts a recommendation card before asking for approval — so you always know what changed and why before anything gets installed. Use when checking for available updates, reviewing a release link, running a periodic software health check, or adding new tools to monitor. Never installs anything without

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.2
安全检测
已通过
188
下载量
0
收藏
概述
安装方式
版本历史

scout

# Scout — Software Update Advisor Scout monitors GitHub releases for watched tools, reviews release notes, assesses risk, and recommends whether to upgrade. It never installs anything without explicit approval. ## Running a Check ```bash python3 scripts/check_updates.py # structured output: python3 scripts/check_updates.py --json ``` Config is read from `~/.config/scout/watchlist.json`. Created automatically on first run with openclaw as the default. ## Adding a Tool (conversational) When a user wants to add a tool, ask for: 1. GitHub repo (e.g. `owner/repo`) 2. How to detect the installed version (command, npm, pip, or file) Then run: ```bash python3 scripts/add_tool.py \ --name "tool-name" \ --repo "owner/repo" \ --detect-type command \ --detect-cmd "tool --version" \ --version-prefix "v" \ --notes "What this tool does" ``` See `references/watchlist.md` for supported detect types and examples. ## Verifying a Release Before recommending any upgrade, run the issue checker: ```bash python3 scripts/verify_release.py --repo owner/repo --since YYYY-MM-DD ``` Reports bug-labeled issues and regression keywords created after the release date. ## Skipping a Version When a user decides to skip an update: ```bash python3 scripts/skip_release.py --tool toolname --version v1.2.3 --reason "why" # list skipped: python3 scripts/skip_release.py --list # un-skip: python3 scripts/skip_release.py --clear --tool toolname ``` Skipped versions are stored in `~/.config/scout/skip_list.json` and suppressed from future `check_updates.py` output. ## Review Workflow For every update found, produce a full recommendation card before asking for approval: ``` 🔔 Update: <tool name> <installed> → <latest> Source: <GitHub repo> by <author/org> Released: <date> Risk: 🟢/🟡/🔴 <level> What changed: - <plain-language summary> - <note security fixes, breaking changes, new permissions> Impact on our setup: - <what this touches in config/workflow> - <anything requiring config changes or re-auth> Post-release issues: <none found / list any regressions> Recommendation: <Upgrade now / Wait / Skip> Reason: <one sentence> ``` Never ask "want me to upgrade X?" without the full card. The user needs enough context to decide without prior knowledge of the tool. **Risk levels:** - 🟢 Low — patch/fix only, no config changes, no new permissions - 🟡 Medium — new features, minor config additions, optional breaking changes - 🔴 High — breaking changes, auth changes, schema migrations, security patches ## After Approval 1. Run the appropriate install command for the tool 2. Validate config if applicable (`openclaw config validate`) 3. Restart services if needed 4. Confirm health ## Skill Health Review Periodically review your own skills against OpenClaw best practices: ```bash python3 scripts/review_skills.py [--skills-dir /path/to/skills] ``` Checks each skill for structural issues and quality improvements. Reports findings — all changes require explicit approval before applying. ## Periodic Use Add to heartbeat or weekly cron. Recommended cadence: weekly (Sundays).

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 update-scout-1776066731 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 update-scout-1776066731 技能

通过命令行安装

skillhub install update-scout-1776066731

下载 Zip 包

⬇ 下载 scout v1.1.2

文件大小: 14.86 KB | 发布时间: 2026-4-15 14:48

v1.1.2 最新 2026-4-15 14:48
v1.1.2: Polish pass — removed unused imports, fixed return type annotation, merged duplicate SKILL.md sections. Passes self-review clean.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部