← Back to Skills Marketplace
windy-001-crypto

Self Evolution Pro

by windy-001-crypto · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
276
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-evolution-pro
Description
增强型自我进化技能,集成自动技能提取、根因分析、知识图谱、跨会话同步、自动晋级机制。触发词:'总结这个经验'、'保存为技能'、'自我进化'、'学习这个'、'记录教训'。相比原版self-improving-agent,新增自动提取、多维度分析、进化追踪功能。
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-evolution-pro
  3. After installation, invoke the skill by name or use /self-evolution-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug self-evolution-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Self Evolution Pro?

增强型自我进化技能,集成自动技能提取、根因分析、知识图谱、跨会话同步、自动晋级机制。触发词:'总结这个经验'、'保存为技能'、'自我进化'、'学习这个'、'记录教训'。相比原版self-improving-agent,新增自动提取、多维度分析、进化追踪功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 276 downloads so far.

How do I install Self Evolution Pro?

Run "/install self-evolution-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Self Evolution Pro free?

Yes, Self Evolution Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Self Evolution Pro support?

Self Evolution Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self Evolution Pro?

It is built and maintained by windy-001-crypto (@windy-001-crypto); the current version is v1.0.0.

💬 Comments