← 返回 Skills 市场
tunsuy

self-evolving-skills

作者 tunsuy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
90
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install self-evolving-skills
功能描述
Agent 自我进化机制 - 将成功的复杂任务沉淀为可复用的 Skill,实现持续学习和知识积累。
安全使用建议
This skill appears to do what it says: it helps an agent save workflows as SKILL.md and optionally scripts/templates. Before installing or enabling it, consider: (1) verify that your agent runtime enforces the 'ask user' confirmation before any file writes, (2) restrict the skill storage directory to a non-privileged location you control (e.g., a dedicated ./skills or ~/.agent/skills path), (3) inspect any scripts the agent generates before running them, and (4) consider limiting autonomous agent actions or requiring interactive approval for creating executable files. If you want stronger assurance, run static checks on created scripts (linters, virus scan) and avoid granting blanket permission for the agent to create/execute code.
功能分析
Type: OpenClaw Skill Name: self-evolving-skills Version: 1.0.1 The skill bundle defines a 'self-evolution' mechanism for an AI agent to document and save successful workflows as reusable skills. It includes a Python validation script (scripts/skill_validator.py), templates, and comprehensive documentation on decision-making and formatting. While the skill instructs the agent to perform file system operations (creating directories and writing files), the instructions emphasize user confirmation and organizational structure without any evidence of malicious intent, data exfiltration, or unauthorized persistence.
能力评估
Purpose & Capability
Name/description describe an agent mechanism for converting successful tasks into reusable skills; the files and included validator script are appropriate for that purpose. There are no unexpected env vars, binaries, or external service credentials requested.
Instruction Scope
SKILL.md explicitly instructs the agent to create files and optional scripts/templates/references in user-specified skill directories and to ask the user for confirmation before creating a Skill. This is within scope, but the instructions allow the agent to produce executable code (scripts/) — which is expected for a 'save script' flow but expands the attack surface if created files are later executed without review.
Install Mechanism
No install spec and no network/downloads — instruction-only plus included helper script. No high-risk install behavior (no remote archive downloads or package installs).
Credentials
The skill requires no environment variables, credentials, or config paths. The included Python validator reads local skill files (expected for validation) but does not request secrets or unrelated credentials.
Persistence & Privilege
always:false (normal). The skill enables creation of persistent files under user-chosen directories; combined with model invocation allowed by default, that means an agent could autonomously propose creating code artifacts — mitigated by explicit 'ask user confirmation' steps in the instructions, but users should ensure prompts are actually enforced by their agent runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-evolving-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-evolving-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
v1.0.1 - No file changes detected in this release. - Version and documentation remain unchanged from v1.0.0. - No user-facing updates in this version.
v1.0.0
- Initial release of **self-evolving-skills** (version 1.0.0). - Defines a mechanism for agents to turn successful complex tasks into reusable, procedural Skills for ongoing learning and knowledge accumulation. - Outlines clear criteria for when new Skills should or should not be created, and provides a step-by-step decision and confirmation process. - Provides detailed guidelines for Skill formatting, directory structure, content standards, and file operation instructions—tool-agnostic for broad compatibility. - Includes maintenance and lifecycle best practices to ensure Skills remain accurate and valuable over time.
元数据
Slug self-evolving-skills
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

self-evolving-skills 是什么?

Agent 自我进化机制 - 将成功的复杂任务沉淀为可复用的 Skill,实现持续学习和知识积累。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 self-evolving-skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-evolving-skills」即可一键安装,无需额外配置。

self-evolving-skills 是免费的吗?

是的,self-evolving-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

self-evolving-skills 支持哪些平台?

self-evolving-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 self-evolving-skills?

由 tunsuy(@tunsuy)开发并维护,当前版本 v1.0.1。

💬 留言讨论