← 返回 Skills 市场
463283
总下载
3806
收藏
6979
当前安装
33
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
Install only if you want a persistent local learning log for agent mistakes, fixes, and workflow notes. Avoid storing secrets, raw transcripts, command output with credentials, or private source dumps in `.learnings/`. If enabling hooks, prefer project-level configuration with a narrow matcher and review the script paths first; avoid global every-prompt hooks unless you intentionally want reminders across all workspaces.
能力评估
Purpose & Capability
The skill’s purpose is to capture learnings, errors, corrections, and feature requests in local markdown files, with optional promotion to project or OpenClaw workspace guidance files. The bundled scripts and hook handler support reminders and scaffold generation rather than unrelated data access or external communication.
Instruction Scope
Instructions include creating and appending to `.learnings/` files, optionally updating agent context files, and using OpenClaw session tools only in trusted environments with explicit user intent. The scope is broad enough to affect future agent behavior, but it is tied to the stated self-improvement purpose and includes warnings not to log secrets or raw transcripts.
Install Mechanism
Installation uses normal skill copy/install commands and optional hook enablement. The hook examples include blank matchers and a user-level global configuration example, which can run reminders on every prompt if enabled; this is opt-in but should be scoped carefully.
Credentials
The executable artifacts are small shell and JavaScript/TypeScript helpers. They emit reminders, inspect command output only for error-pattern detection, or create a new skill scaffold under a relative workspace path; no network calls, credential collection, or exfiltration behavior was found.
Persistence & Privilege
The skill can create persistent `.learnings/` files and may influence persistent agent guidance files such as `AGENTS.md`, `SOUL.md`, or `TOOLS.md`. The OpenClaw hook injects a virtual reminder at bootstrap when enabled, and the documentation describes disabling hooks.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.22
- Added detailed instructions and format standards for logging learnings, errors, and feature requests to markdown files in a `.learnings/` directory.
- Introduced a robust initialization process to automatically create missing `.learnings` log files without overwriting existing data.
- Provided clear tables and examples on when and how to log events, escalate learnings, and promote common patterns to broader workspace files.
- Added setup guidance for use in OpenClaw and generic agent environments, with installation, directory structures, and workflow integration steps.
- Outlined security best practices—never log secrets or raw output by default; use concise, redacted summaries instead.
- Offered sample logging templates and metadata fields to standardize entries for continuous self-improvement.
v3.0.23
- Initial release for OpenClaw: rewritten from the original self-improvement agent to fit OpenClaw workspace and workflows.
- Adds automatic logging of learnings, errors, and feature requests to structured markdown files in `.learnings/`.
- Provides step-by-step initialization and logging instructions, preventing overwriting or logging of secrets by default.
- Includes quick reference table to map common situations to correct log targets.
- Documents methods to promote important learnings to wider project/workspace files (`AGENTS.md`, `SOUL.md`, `TOOLS.md`, etc.).
- Offers OpenClaw-specific integration (hooks, session sharing tools), with safe practices for cross-session knowledge transfer.
v3.0.21
re-upload
v3.0.19
re-upload no changes
v3.0.18
no changes added re-upload
v3.0.16
No code or documentation changes detected in this release.
- Version bump only; no functional changes.
- All files remain unchanged from the previous version.
v3.0.15
Fixed duplicate SELF_IMPROVEMENT_REMINDER.md bootstrap injection in the OpenClaw hook.
Hardened hook behavior to skip sub-agent sessions and avoid overwriting non-hook files at the same path.
Improved reminder safety guidance to avoid logging secrets, tokens, env vars, or raw transcripts.
Added safer first-use initialization guidance for .learnings/ files.
Moved bundled log templates from .learnings/ into assets/ to avoid committing local learning logs by accident.
Strengthened privacy and documentation guidance across the skill.
Cleaned up repeated end-of-file guidance in SKILL.md to keep the skill definition leaner and less repetitive.
v3.0.14
Fixed duplicate SELF_IMPROVEMENT_REMINDER.md bootstrap injection in the OpenClaw hook.
Hardened hook behavior to skip sub-agent sessions and avoid overwriting non-hook files at the same path.
Improved reminder safety guidance to avoid logging secrets, tokens, env vars, or raw transcripts.
Added safer first-use initialization guidance for .learnings/ files.
Moved bundled log templates from .learnings/ into assets/ to avoid committing local learning logs by accident.
Strengthened privacy and documentation guidance across the skill.
Cleaned up repeated end-of-file guidance in SKILL.md to keep the skill definition leaner and less repetitive.
v3.0.13
re-upload no changes
v3.0.12
re-upload no changes
v3.0.11
re-upload no changes
v3.0.10
Self-improving-agent v3.0.10 introduces first-use initialization and improved privacy protections.
- Added automatic setup guidance and shell commands to ensure `.learnings/` files exist before logging.
- Removed default logging of full transcripts, secrets, or sensitive data; added explicit privacy and redaction warnings.
- Migrated learning log templates and setup steps into SKILL.md, eliminating separate `.learnings/*.md` assets.
- Clarified guidance for trusted use of inter-session learning sharing.
- No breaking changes to main usage or logging formats.
v3.0.9
removed empty metadata nothing else re-upload
v3.0.8
No code or documentation changes detected in this release.
- Version update with no modifications to files or SKILL.md.
- No user-facing changes or new features.
v3.0.7
no change re-upload
v3.0.6
no changes re-upload after clawhub update
v3.0.5
no changes re-upload after clawhub update
v3.0.4
no changes re-uploaded after vanishing from clawhub
v3.0.2
**New: Comprehensive guidelines for continuous self-improvement logging and promotion across OpenClaw and generic agent setups.**
- Detailed instructions for logging errors, learnings, and feature requests to markdown files with purpose-built templates.
- Quick-reference tables for when and where to log different types of events (errors, corrections, feature requests, best practices).
- Clear process for promoting broadly useful learnings to project memory files (CLAUDE.md, AGENTS.md, SOUL.md, TOOLS.md, etc.).
- Step-by-step setup guidance for using the skill with OpenClaw (recommended) or other agent platforms.
- Fully documented standardized markdown formats for each log type, including metadata and resolution tracking.
- Includes workflow tips for session linking, daily memory integration, and optional hook reminders.
v3.0.1
Version 3.0.1 – Expanded documentation, clarified workflow, and OpenClaw integration
- Major overhaul of SKILL.md with detailed instructions for logging errors, learnings, and feature requests.
- Added comprehensive quick reference tables for when and how to log issues and promote learnings.
- Included complete setup steps for OpenClaw and generic (non-OpenClaw) agents, with directory structure and file descriptions.
- Standardized formats for recording learnings, errors, and feature requests, including metadata and resolution process.
- Documented promotion workflow to elevate important learnings to project memory files.
- Clarified inter-session communication tools within OpenClaw for sharing and reviewing learnings.
元数据
常见问题
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 插件,目前累计下载 463283 次。
如何安装 self-improving agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent」即可一键安装,无需额外配置。
self-improving agent 是免费的吗?
是的,self-improving agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
self-improving agent 支持哪些平台?
self-improving agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 self-improving agent?
由 pskoett(@pskoett)开发并维护,当前版本 v3.0.23。
推荐 Skills