← 返回 Skills 市场
144
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-evolve
功能描述
自进化技能管理器 — 复杂任务后自动将经验固化为 SKILL.md,下次同类任务直接复用
安全使用建议
This skill is coherent and low-risk as delivered, but review these before installing: 1) Confirm the agent's `write`/`edit` tools are sandboxed to ~/.openclaw/workspace/skills and cannot escape to other paths. 2) Do not store passwords, API keys, or other secrets in SKILL.md; add a guideline or filter to redact secrets before saving. 3) Replace or limit examples that use `rm -rf` with safer deletion flows (e.g., prompts, trash, or targeted removal) to avoid accidental data loss. 4) Set restrictive file permissions on the workspace and periodically audit SKILL.md contents for sensitive data. If you cannot verify the agent tools' filesystem boundaries, consider running this skill in a restricted/test agent first.
功能分析
Type: OpenClaw Skill
Name: skill-evolve
Version: 1.0.0
The skill bundle is a 'Self-evolving Skill Manager' designed to help an AI agent record and reuse workflows by managing markdown files in a local workspace directory (~/.openclaw/workspace/skills/). While the instructions guide the agent to use file system tools (write, edit, rm, ls) and suggest recording environment-specific details like port numbers or password handling logic, the behavior is strictly aligned with the stated purpose of task efficiency and lacks any indicators of malicious intent, data exfiltration, or unauthorized persistence.
能力评估
Purpose & Capability
The name/description (auto-solidify experience into SKILL.md) matches the instructions: all guidance focuses on creating, editing, listing and deleting SKILL.md under ~/.openclaw/workspace/skills. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions explicitly instruct writing, editing, viewing, and deleting files in ~/.openclaw/workspace/skills and reference using `write`/`edit` tools and shell commands (ls, cat, rm -rf). They do not instruct reading arbitrary system files or environment variables, but the examples encourage recording environment-specific details which could lead to persisting secrets or sensitive config data if operators are careless. The use of rm -rf in examples is potentially dangerous if misapplied.
Install Mechanism
No install spec and no code files — lowest-risk, instruction-only skill. Nothing will be downloaded or written by an installer as part of skill installation.
Credentials
The skill requests no env vars or credentials (proportional), but its purpose (recording environment-specific issues) means users or the agent might accidentally write passwords, tokens, or other secrets into SKILL.md files. There is no guidance in the doc to avoid storing secrets or to use a secret store.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes or other skills' credentials. It prescribes creating files within a specific workspace path, which is normal for a skill manager. Note: default autonomous invocation is allowed by platform but is not a specific additional risk here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-evolve - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-evolve触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — self-evolving skills manager inspired by Hermes Agent
元数据
常见问题
Skill Evolve 是什么?
自进化技能管理器 — 复杂任务后自动将经验固化为 SKILL.md,下次同类任务直接复用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 Skill Evolve?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-evolve」即可一键安装,无需额外配置。
Skill Evolve 是免费的吗?
是的,Skill Evolve 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Evolve 支持哪些平台?
Skill Evolve 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Evolve?
由 lorinwei(@lorinwei)开发并维护,当前版本 v1.0.0。
推荐 Skills