← Back to Skills Marketplace
Skills Auto Manager
by
Duanmu Junqi
· GitHub ↗
· v1.0.0
· MIT-0
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skills-auto-manager
Description
自动管理 OpenClaw skills 的智能助手:定期检查更新、浏览 ClawHub 市场、智能推荐并安全安装有用的 skills
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skills-auto-manager - After installation, invoke the skill by name or use
/skills-auto-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Auto check, smart filtering, safe install
Metadata
Frequently Asked Questions
What is Skills Auto Manager?
自动管理 OpenClaw skills 的智能助手:定期检查更新、浏览 ClawHub 市场、智能推荐并安全安装有用的 skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Skills Auto Manager?
Run "/install skills-auto-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skills Auto Manager free?
Yes, Skills Auto Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skills Auto Manager support?
Skills Auto Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skills Auto Manager?
It is built and maintained by Duanmu Junqi (@cooperiano); the current version is v1.0.0.
More Skills