← 返回 Skills 市场
Self Evolving Skill
作者
bltdz Orion
· GitHub ↗
· v1.0.2
13830
总下载
35
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install self-evolving-skill
功能描述
Meta-cognitive self-learning system - Automated skill evolution based on predictive coding and value-driven mechanisms.
安全使用建议
Install only if you are comfortable with a local learning component that may retain task context, embeddings, or learned skill state for future runs. Set an explicit storage directory, avoid sending sensitive inputs until retention and deletion behavior are clear, and review any local MCP/Python server configuration before enabling automatic startup.
功能分析
Type: OpenClaw Skill
Name: self-evolving-skill
Version: 1.0.2
The skill bundle implements a 'Self-Evolving Skill' system with Python core logic and TypeScript/Node.js wrappers, communicating via a local MCP server. The installation script and configuration are standard for OpenClaw skills, creating symlinks and directories within expected paths. While the `mcporter_adapter.py` sets an `action_code` using an f-string `f"# {name}"`, the prepended '#' makes it a comment, preventing direct code injection even if the `skill_engine.py` (not provided) were to execute it. There is no evidence of data exfiltration, unauthorized remote execution, persistence mechanisms beyond standard skill operation, or prompt injection attempts against the AI agent.
能力评估
Purpose & Capability
The create, execute, analyze, save, load, and stats capabilities fit the stated self-evolving skill purpose; the reviewed artifacts do not show unrelated credential access, external network exfiltration, or destructive system behavior.
Instruction Scope
The documentation discloses persistence, storage paths, MCP tools, and local server use, but it does not precisely define what execution context, embeddings, or learned artifacts are retained or reused.
Install Mechanism
The install script creates expected OpenClaw skill links and local storage directories under the user's home directory; there is no postinstall script or hidden package execution, though the documented Python core/server files are not present in the reviewed bundle.
Credentials
Local filesystem storage, environment-selected storage directories, a possible Python subprocess, and localhost HTTP are proportionate to a local MCP wrapper, but users should treat the local service boundary as trusted because no authentication is shown.
Persistence & Privilege
Persistent learned state is central to the skill and disclosed, but retention, inspection, deletion, and reset behavior are under-specified; the documented clear-all operation is not implemented in the reviewed tool definitions or adapter.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-evolving-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-evolving-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Self-Evolving Skill v1.0.2
- Added front-matter metadata (name, description, homepage) to SKILL.md for improved discovery.
- No code or functional changes; documentation formatting updated only.
- All core features, usage, and algorithm details remain unchanged.
v1.0.1
- Updated dependencies in package.json.
- Minor metadata or configuration adjustments in openclaw.yaml.
- No changes to user-facing features or documentation.
v1.0.0
Initial release of self-evolving-skill.
- Implements metacognitive self-learning based on predictive coding and value-driven skill evolution.
- Features Residual Pyramid for quantifying cognitive gaps, adaptive reflection triggers, and experience replay.
- Value gating ensures only beneficial mutations are kept; includes automatic experience storage and loading.
- Provides CLI, MCP server, and TypeScript SDK interfaces.
- Includes core algorithms for residual decomposition, multilevel transition rules, and adaptive thresholds.
元数据
常见问题
Self Evolving Skill 是什么?
Meta-cognitive self-learning system - Automated skill evolution based on predictive coding and value-driven mechanisms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 13830 次。
如何安装 Self Evolving Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-evolving-skill」即可一键安装,无需额外配置。
Self Evolving Skill 是免费的吗?
是的,Self Evolving Skill 完全免费(开源免费),可自由下载、安装和使用。
Self Evolving Skill 支持哪些平台?
Self Evolving Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Evolving Skill?
由 bltdz Orion(@whtoo)开发并维护,当前版本 v1.0.2。
推荐 Skills