← 返回 Skills 市场
Skills Auto Manager
作者
Duanmu Junqi
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skills-auto-manager
功能描述
自动管理 OpenClaw skills 的智能助手:定期检查更新、浏览 ClawHub 市场、智能推荐并安全安装有用的 skills
安全使用建议
This skill appears to do what it says: discover, score, and (optionally) install skills. Key things to consider before installing: 1) Review and edit config.json: set auto_install_low_risk to false if you want all installs to require manual confirmation. 2) Inspect and approve any cron job it creates (schedule and session target). 3) Check reports and install logs (memory/ and logs/) after runs to verify actions. 4) Because it can install other skills, always review recommended skills (and their requested permissions) before allowing automated installs. 5) Although the skill itself has no requested secrets or downloads, the manager will interact with other skills that may require API keys — treat those on a per-skill basis. If you want lower risk, keep the skill manual (disable cron) and require confirmations for all installs.
功能分析
Type: OpenClaw Skill
Name: skills-auto-manager
Version: 1.0.0
The skills-auto-manager bundle is a legitimate automation tool designed to manage the OpenClaw skill ecosystem. It provides logic for the agent to check for updates, browse the ClawHub marketplace, and recommend or install skills based on a user's profile (e.g., quantitative trading). Key safety features include a risk-assessment framework in 'implementation.md' that distinguishes between low-risk (auto-installable) and high-risk (manual confirmation required) skills, as well as automated backups before installation. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力标签
能力评估
Purpose & Capability
The name/description say it will scan installed skills, browse ClawHub, recommend, and install low-risk skills. The SKILL.md and implementation.md only reference OpenClaw CLI commands, web_fetch of ClawHub, local config/report files, and a scoring/risk algorithm — all coherent with that purpose. No unrelated credentials, binaries, or unrelated install actions are requested.
Instruction Scope
Instructions direct the agent to run openclaw CLI commands (skills check/list/install/backup), fetch ClawHub pages via web_fetch, read/write config.json and reports under memory/, and create cron jobs. Those actions are expected for a manager skill, but they do grant the skill the ability to enumerate, back up, and install other skills and to access local skill-related files — reviewers should be aware the skill exercises broad agent management capabilities.
Install Mechanism
This is instruction-only (no install spec, no downloads). No archives or external installers are pulled by the skill itself; it uses existing OpenClaw tooling (openclaw CLI and web_fetch). That lowers filesystem/execute risk from the skill package itself.
Credentials
The skill declares no required environment variables or credentials. The config.json contains non-sensitive preferences (frequency, focus areas, risk tolerance, a numeric 'capital' field used for profiling). It does not request unrelated secrets. However, the skill may detect other installed skills that do require API keys; it is designed to flag those for confirmation.
Persistence & Privilege
The skill configures a cron job (periodic automated runs) and by default config.json sets auto_install_low_risk=true. It does not set always:true and has no direct credentials. Still, recurring execution plus automated installation capability increases the operational blast radius — users should control scheduling and auto-install policy.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skills-auto-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/skills-auto-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Auto check, smart filtering, safe install
元数据
常见问题
Skills Auto Manager 是什么?
自动管理 OpenClaw skills 的智能助手:定期检查更新、浏览 ClawHub 市场、智能推荐并安全安装有用的 skills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Skills Auto Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skills-auto-manager」即可一键安装,无需额外配置。
Skills Auto Manager 是免费的吗?
是的,Skills Auto Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skills Auto Manager 支持哪些平台?
Skills Auto Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skills Auto Manager?
由 Duanmu Junqi(@cooperiano)开发并维护,当前版本 v1.0.0。
推荐 Skills