← 返回 Skills 市场
Self Improving Agent
作者
WuXian-upup
· GitHub ↗
· v1.0.0
· MIT-0
204
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improving-agent-zh
功能描述
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
安全使用建议
This skill appears coherent and focused on logging learnings. Before installing: (1) Inspect the scripts (activator.sh, error-detector.sh, extract-skill.sh) and hook handlers to confirm they contain only the benign behavior you expect (they do in this package). (2) If you install hooks, be aware they run with the agent's user permissions and will inject reminders into every session — enable them only if you want that persistent behavior. (3) When using extract-skill.sh, prefer --dry-run first and avoid running scripts as root. (4) If you don't use OpenClaw hooks, you can still use this skill manually by adding .learnings/ files without enabling hooks.
功能分析
Type: OpenClaw Skill
Name: self-improving-agent-zh
Version: 1.0.0
The 'self-improving-agent' skill bundle is a productivity framework designed to help AI agents log errors, user corrections, and new patterns into markdown files (e.g., `.learnings/`, `SOUL.md`, `AGENTS.md`). It includes utility scripts like `extract-skill.sh` for scaffolding new skills and OpenClaw hooks (`handler.js`) that inject reminders into the agent's bootstrap process. While the skill encourages the agent to modify its own behavioral guidelines and workspace files, the logic is entirely local, lacks any network exfiltration or obfuscation, and serves the stated purpose of session-to-session memory and optimization.
能力评估
Purpose & Capability
The skill's name/description (capture learnings, errors, promote to workspace) matches the provided files and scripts: activator and error-detector reminders, an extractor for creating new skills, and an OpenClaw hook that injects a reminder at bootstrap. Required credentials/env/config are none, which is reasonable for this local logging workflow.
Instruction Scope
Runtime instructions tell the agent and user to create .learnings/, optionally copy/enabled hooks under ~/.openclaw/hooks, and to use scripts that read the CLAUDE_TOOL_OUTPUT env var. The instructions do ask to copy files into the user's OpenClaw workspace and enable hooks (which will affect session bootstrap and PostToolUse events) — this is coherent with the stated purpose but does give the skill a persistent hook into agent sessions when enabled.
Install Mechanism
No automated install spec is included. The README suggests cloning from GitHub or using ClawdHub; scripts are provided locally. There is no download-from-arbitrary-URL or opaque installer — manual git clone is the only remote fetch mentioned. Scripts are included as plain shell/JS files and would be written to disk only if the user installs them.
Credentials
The skill declares no required env vars or credentials. The error-detector script reads CLAUDE_TOOL_OUTPUT (an agent-provided env var) which is expected for PostToolUse hooks; no unrelated secrets or cloud credentials are requested.
Persistence & Privilege
The skill expects optional installation of an OpenClaw hook that injects a virtual reminder at agent bootstrap and a PostToolUse hook that reads tool output. This is appropriate for a self-improvement reminder but does create persistent behavior in the user's OpenClaw environment if they enable the hooks. always:true is not set.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent-zh - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent-zh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Self-Improvement Skill v1.0.0
- Initial release of the self-improvement skill for agents.
- Provides structured guidelines for logging errors, learnings, and feature requests to markdown files.
- Includes procedures for promoting important learnings to persistent project memory files (e.g., CLAUDE.md, AGENTS.md, TOOLS.md, SOUL.md).
- Offers quick references for when and how to log various improvement events.
- Contains detailed workflow and markdown templates for learnings, errors, and feature requests.
- Designed for integration with OpenClaw, but also supports generic agent setups.
元数据
常见问题
Self Improving Agent 是什么?
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。
如何安装 Self Improving Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-zh」即可一键安装,无需额外配置。
Self Improving Agent 是免费的吗?
是的,Self Improving Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self Improving Agent 支持哪些平台?
Self Improving Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Improving Agent?
由 WuXian-upup(@wuxian-upup)开发并维护,当前版本 v1.0.0。
推荐 Skills