← 返回 Skills 市场
windy-001-crypto

Self Evolution Pro

作者 windy-001-crypto · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
276
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-evolution-pro
功能描述
增强型自我进化技能,集成自动技能提取、根因分析、知识图谱、跨会话同步、自动晋级机制。触发词:'总结这个经验'、'保存为技能'、'自我进化'、'学习这个'、'记录教训'。相比原版self-improving-agent,新增自动提取、多维度分析、进化追踪功能。
安全使用建议
This skill appears to do what it says (collect learnings, extract skills, sync across sessions), but it carries data-exposure and automation risks you should consider before installing: - It writes into ~/.openclaw/workspace and will read those files and your session histories. Inspect those files for any sensitive content you wouldn't want stored or published. - The extractor can call `clawhub publish` (network publish). If run, that could push learned content — potentially containing secrets — to ClawHub. Verify how ClawHub publishing is authenticated and require explicit consent before publishing; do not assume this is safe for confidential data. - The SKILL.md instructs spawning subagents and scheduling cron jobs. If the agent invokes this autonomously, it could run background tasks. Limit the agent's ability to run the skill autonomously or review scheduled jobs/cron entries the skill creates. - The skill does not declare required credentials but expects platform APIs/CLI (sessions_* functions, clawhub). Confirm what credentials/platform permissions are used and avoid supplying broad tokens unless you trust the code. Recommendations before enabling: - Review the three bundled scripts line-by-line and run them in a sandbox or VM first. - Disable automatic publishing (do not run extract.sh --publish) until you confirm outputs are safe. - Audit existing .learnings and session history for secrets; consider redaction policies before use. - Require manual approval for any publish/auto-extract actions and restrict agent autonomy for this skill. Given these ambiguities and the potential for unintended data exfiltration or background actions, treat this skill as suspicious until you validate the publish/auth flows and restrict its autonomy.
功能分析
Type: OpenClaw Skill Name: self-evolution-pro Version: 1.0.0 The bundle implements a 'self-evolution' framework that grants the agent high-privilege autonomy, including instructions to autonomously modify its core behavioral rules (SOUL.md), schedule recurring background tasks via cron_add, and access data across different sessions using sessions_history. While these capabilities align with the stated purpose of self-improvement, they represent significant security risks, such as persistent prompt injection (self-poisoning) and cross-session data leakage. The scripts (extract.sh, init.sh, review.sh) are functional utilities for managing this framework but facilitate the automated modification of the agent's environment and the publication of 'learned' content to an external hub (ClawHub).
能力评估
Purpose & Capability
Name/description (self-improvement, skill extraction, cross-session sync) aligns with what the SKILL.md and scripts do: creating a ~/.openclaw/workspace, storing learnings, detecting recurrence, extracting skills and optionally publishing them. The behavior requested (read session history, create skills, schedule reviews) matches the stated purpose.
Instruction Scope
SKILL.md instructs the agent to read and write local files under ~/.openclaw/workspace, access other sessions via sessions_list/sessions_history/sessions_send/sessions_spawn, schedule cron jobs via cron_add, and run included scripts (extract.sh, review.sh). Those actions go beyond passive note-taking: they allow automated cross-session reading, spawning background subagents, and automated publishing. The spec also encourages automatic extraction/publishing when recurrence thresholds are met, which could cause sensitive conversation content to be promoted or shared without explicit user approval.
Install Mechanism
No install spec is declared (instruction-only), which is lower risk, but three executable shell scripts are bundled and intended to be run. The scripts create files under the user's home directory and call external CLI commands (clawhub). Because code is present, running these scripts writes to disk and can trigger network activity (clawhub publish). There is no external download or obfuscated installer, but presence of runnable scripts increases runtime risk vs. pure-documentation skills.
Credentials
The skill declares no required environment variables or primary credential, yet the extract script can call `clawhub publish` and SKILL.md shows use of sessions_* and cron_add platform APIs. Publishing to ClawHub or using platform session APIs typically requires authenticated credentials or platform capabilities; the skill does not declare or justify credential needs. More importantly, automatic extraction/publishing could expose sensitive conversation content or secrets recorded in .learnings to an external registry. The number and sensitivity of accessible data sources (local workspace files and other sessions) is high relative to the simple description.
Persistence & Privilege
always:false (good). The skill suggests scheduling recurring reviews with cron_add and spawning subagents via sessions_spawn, which grants it the ability to cause recurring or background activity if invoked or if the agent calls it autonomously. Autonomous invocation is the platform default; combined with publishing capability this increases blast radius. The skill does not request to change other skills' configs or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-evolution-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-evolution-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Self Evolution Pro 1.0.0 introduces an advanced AI self-improvement skill with major upgrades over the original self-improving-agent. - Adds automatic skill extraction, multi-dimensional root cause analysis (RCA), and evolution tracking. - Integrates a knowledge graph to link learnings, errors, and skills. - Enables automatic skill promotion based on recurrence, with effect metrics and version history. - Supports cross-session synchronization, making learnings and skills available to all agents. - Provides cron-based automated review and promotion workflows. - Enhances logging formats, time tracking, and best practice guidelines for continuous AI improvement.
元数据
Slug self-evolution-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Self Evolution Pro 是什么?

增强型自我进化技能,集成自动技能提取、根因分析、知识图谱、跨会话同步、自动晋级机制。触发词:'总结这个经验'、'保存为技能'、'自我进化'、'学习这个'、'记录教训'。相比原版self-improving-agent,新增自动提取、多维度分析、进化追踪功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。

如何安装 Self Evolution Pro?

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

Self Evolution Pro 是免费的吗?

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

Self Evolution Pro 支持哪些平台?

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

谁开发了 Self Evolution Pro?

由 windy-001-crypto(@windy-001-crypto)开发并维护,当前版本 v1.0.0。

💬 留言讨论