← 返回 Skills 市场
300
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-evolver
功能描述
A complete skill lifecycle manager for discovering, orchestrating, fusing, and evolving skills. Helps decide which skills to use, how to compose or fuse them...
安全使用建议
This skill appears internally consistent and implements a reasonable workflow for discovering, inspecting, auditing, and fusing skills. Before installing or allowing autonomous runs, consider: 1) Review the three bundled scripts (audit_skill.py, verify_skill.py, search_skills.py) to ensure they meet your expectations; they read your local skill directories (e.g., ~/.claude/skills) and generate reports. 2) Do not allow automated execution to run the shell removal snippet or any destructive command without an explicit human confirmation — the audit report includes an rm -rf suggestion that could be executed if you or an agent runs it. 3) If you enable registry interactions, be aware the docs recommend running global installs (npm i -g clawhub) or npx commands; prefer running those manually under a controlled environment. 4) If you plan to use fusion/materialization, review the 'skill-creator' tool or process that will produce new code and audit it before installing. If you want higher assurance, run the scripts in a sandbox or non-production environment first.
功能分析
Type: OpenClaw Skill
Name: skill-evolver
Version: 0.1.0
The skill-evolver bundle is a legitimate meta-skill designed to manage the lifecycle of other skills, including discovery, installation, and security auditing. It contains Python scripts (audit_skill.py, search_skills.py, verify_skill.py) that perform functional tasks like keyword-based skill matching and regex-based security scanning for high-risk patterns (e.g., RCE, destructive commands, and credential theft). The workflow defined in SKILL.md explicitly incorporates security checkpoints and human-in-the-loop confirmations before executing or materializing new capabilities. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found; the tool's capabilities are well-aligned with its stated purpose of providing a safer framework for skill management.
能力评估
Purpose & Capability
Name and description match the included files and runtime instructions: the repo contains search, verify, and audit scripts and many templates describing search/inspection/fusion/orchestration; these are exactly what a 'skill lifecycle manager' would need.
Instruction Scope
SKILL.md instructs the agent to create an output directory, run intent analysis, search local and remote registries, verify installation, run security audits, and optionally invoke a skill-creator. The scripts read local skill directories (e.g., ~/.claude/skills and ./skills), inspect SKILL.md content, and produce audit reports. This is within scope, but the audit workflow produces explicit removal instructions (a rm -rf command snippet) when a high-risk pattern is found — allowlist/confirm any destructive actions before permitting autonomous execution.
Install Mechanism
No install spec; this is an instruction-only skill with bundled utility scripts. No remote downloads or extract/install steps are present in the repository files. External CLIs (npx skills, clawhub) are optional prerequisites referenced in docs; those are standard for registry interactions.
Credentials
The skill declares no required environment variables or credentials. The scripts operate on local skill directories and templates; they do not request secrets or unrelated credentials. References to external CLIs are optional and reasonable for registry searches.
Persistence & Privilege
always is false and the skill does not claim permanent elevated privileges or attempt to modify other skills' configs. The workflow can invoke destructive actions (deleting a skill directory) but the repo only suggests rm -rf in an audit report rather than performing deletion itself — still, human confirmation is advisable before executing such actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-evolver - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-evolver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of skill-evolver: a full lifecycle manager for discovering, orchestrating, fusing, and evolving skills.
- Introduces a multi-phase workflow: intent analysis, skill search, deep inspection, orchestration, execution, and optional materialization.
- Includes clear checkpoints for user decision-making at key steps (approach selection, plan confirmation, preservation).
- Supports both skill orchestration and fusion workflows, with audit and security checks.
- Emphasizes “solve first, materialize later” and prioritizes native solutions when possible.
- Provides templates, file output structure, and guidance for each phase.
元数据
常见问题
Skill Evolver 是什么?
A complete skill lifecycle manager for discovering, orchestrating, fusing, and evolving skills. Helps decide which skills to use, how to compose or fuse them... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。
如何安装 Skill Evolver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-evolver」即可一键安装,无需额外配置。
Skill Evolver 是免费的吗?
是的,Skill Evolver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Evolver 支持哪些平台?
Skill Evolver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Evolver?
由 testlbin(@testlbin)开发并维护,当前版本 v0.1.0。
推荐 Skills