Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

self-evolving自我进化

Agent Skill

self-evolving 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

70,478

周安装

2,879

GitHub Stars

5

下载量

22,571
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:self-evolving(自我进化)
来源仓库:https://github.com/ivangdavila/self-evolving
安装命令:
openclaw skills install self-evolving
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install self-evolving

简介

用于反思实验结果并优化工作流程。

  • 可本地存储模式记忆提升复用效率。
  • 适合重复性任务的自动化改进。self-evolving 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install self-evolving
  • 内存数据需定期清理以防膨胀。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Self-Evolving
slug
self-evolving
version
1.0.0
homepage
https://clawic.com/skills/self-evolving
description
Improve reusable agent workflows with reflective experiments, value checks, and local pattern memory.
changelog
Introduces a clearer local evolution loop, setup guidance, and safer local memory boundaries.
metadata
{"clawdbot":{"emoji":"🧬","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/self-evolving/"]}}

When to Use

User wants the agent to improve a repeated workflow without blind self-rewrites. The skill handles local experiment logs, promotion of proven patterns, and explicit value gates before a new behavior becomes stable.

Architecture

Memory lives in ~/self-evolving/. If ~/self-evolving/ does not exist, run setup.md. See memory-template.md, memory.md, experiments.md, evolution-loop.md, and boundaries.md for the operating model.

~/self-evolving/
├── memory.md        # HOT: stable rules, guardrails, activation cues
├── experiments.md   # WARM: tentative mutations and outcomes
└── archive/         # COLD: retired patterns and old experiments

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Hot memory baselinememory.md
Experiment log formatexperiments.md
Evolution cycleevolution-loop.md
Safety boundariesboundaries.md

Requirements

  • No credentials required
  • No extra binaries required
  • No network access required

Core Rules

1. Start From Real Friction

  • Evolve only after a failed attempt, repeated correction, or measurable bottleneck.
  • Do not invent mutations just because a task feels interesting.

2. Change One Lever at a Time

  • Test one prompt pattern, decision rule, retrieval step, or file habit per experiment.
  • Small mutations make the winning variable obvious.

3. Gate by Value, Not Novelty

  • Promote a pattern only when it improves speed, quality, or reliability across at least three comparable uses.
  • Unproven ideas stay tentative in experiments.md.

4. Keep Local Evidence

  • Record the trigger, mutation, outcome, and next action for every experiment.
  • Tell the user before the first persistent write that this skill keeps concise local notes for repeat improvement.
  • Promote durable rules into memory.md only after evidence repeats.

5. Prefer Promotion Over Rewrite

  • Convert winners into short rules, checklists, or retrieval triggers.
  • Stable systems compound by accumulation, not by starting over.

6. Respect Hard Boundaries

  • Follow boundaries.md before storing data or changing behavior.
  • Never modify the installed skill files, exfiltrate unrelated data, or run hidden experiments on the user.

Common Traps

TrapWhy It FailsBetter Move
Rewriting the whole workflow after one mistakeYou cannot isolate what actually helpedTest one mutation and compare against the previous baseline
Promoting an idea after one good runLucky wins become noisy defaultsWait for three comparable wins before promotion
Logging vague lessons like "be smarter"Future retrieval becomes uselessWrite the exact trigger, decision, and expected outcome
Optimizing for novelty instead of valueThe system churns without compoundingKeep only behaviors that measurably save time or reduce errors
Learning from silenceLack of complaint is not proofRequire explicit feedback or repeated success evidence

Security & Privacy

Data that leaves your machine:

  • None by default

Data that stays local:

  • Stable rules, guardrails, and activation notes in ~/self-evolving/memory.md
  • Tentative experiments and outcomes in ~/self-evolving/experiments.md
  • First-time local storage should be announced before the first write

This skill does NOT:

  • Call external APIs
  • Read or store credentials
  • Modify its own installed instructions
  • Read unrelated files outside the active task plus ~/self-evolving/

Related Skills

Install with clawhub install <slug> if user confirms:

  • self-improving — learn from corrections and compound execution quality over time
  • memory — keep durable long-term context and retrieval patterns
  • decide — compare options and commit to a clear next move
  • learning — structure deliberate practice and feedback loops
  • proactivity — follow through on next steps once a better pattern is chosen

Feedback

  • If useful: clawhub star self-evolving
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.8%
按下载量换算21,849

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills