← 返回 Skills 市场
Self Improving Agent.Bak
作者
robertstarry-gif
· GitHub ↗
· v1.0.0
· MIT-0
82
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improving-agent-bak
功能描述
Captures learnings, errors, and corrections for continuous improvement. Use when: (1) a command fails, (2) user corrects you, (3) user requests a missing cap...
安全使用建议
This skill appears to do what it says: inject lightweight reminders, detect command errors from CLAUDE_TOOL_OUTPUT, and help scaffold extracted skills. Before installing/activating: 1) Inspect the scripts (activator.sh, error-detector.sh, extract-skill.sh) and hook handler to ensure they match your expectations. 2) Prefer project-level hook configuration (not user/global) to limit how often hooks run. 3) Do not log secrets into .learnings/ (these files may be stored in your workspace and could be visible to other tools). 4) Keep script permissions conservative (chmod +x only after review). 5) If you plan to run extract-skill.sh, note it will create files under a relative ./skills directory (the script prohibits absolute/.. paths). If you want extra assurance, enable the hook in a sandbox workspace first and confirm behavior.
功能分析
Type: OpenClaw Skill
Name: self-improving-agent-bak
Version: 1.0.0
The skill bundle implements a 'Self-Improvement' framework that allows an AI agent to log errors, user corrections, and new insights into a `.learnings/` directory. It includes shell scripts for error detection (`error-detector.sh`) and skill scaffolding (`extract-skill.sh`), as well as OpenClaw hooks (`handler.js`) to inject reminders into the agent's context. The code is well-documented, includes path-traversal protections in its file-creation scripts, and lacks any indicators of data exfiltration, unauthorized persistence, or malicious intent.
能力标签
能力评估
Purpose & Capability
Name/description (capture learnings, errors, promotions) match the included artifacts: SKILL.md, hook handlers that inject a bootstrap reminder, and scripts to activate/error-detect and extract skills. No extraneous credentials, binaries, or network installs are requested.
Instruction Scope
Runtime instructions and scripts focus on writing/readings under a .learnings folder, injecting a virtual reminder at agent bootstrap, and inspecting CLAUDE_TOOL_OUTPUT for errors. They do not instruct reading unrelated system files or exfiltrating data, but if enabled at a user/global level the hooks will run frequently and could capture whatever is written into .learnings (so avoid logging secrets).
Install Mechanism
No install spec or external downloads. All code is included in the package (hooks and shell scripts); nothing is fetched from external URLs and no archives are extracted.
Credentials
The skill declares no required environment variables or credentials. The error-detector script reads CLAUDE_TOOL_OUTPUT (expected for a PostToolUse hook) which aligns with its purpose. No unrelated secrets or keys are requested.
Persistence & Privilege
always is false and the skill is user-invocable. Hook files can be copied/enabled in OpenClaw, but the package does not demand forced or system-wide persistence nor modify other skills' configs. Note: enabling hooks in user-level settings will make them run for that user/session.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent-bak - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent-bak触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the self-improvement skill for continuous workspace learning and improvement.
- Introduces a standardized logging system for learnings, errors, and feature requests.
- Defines clear routing rules for capturing different types of insights and incidents.
- Outlines promotion targets for broadly relevant lessons to key workspace files.
- Provides log formats and resolution procedures for effective record-keeping and follow-up.
- Includes periodic review and trigger guidelines to maintain a dynamic, self-improving environment.
元数据
常见问题
Self Improving Agent.Bak 是什么?
Captures learnings, errors, and corrections for continuous improvement. Use when: (1) a command fails, (2) user corrects you, (3) user requests a missing cap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Self Improving Agent.Bak?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-bak」即可一键安装,无需额外配置。
Self Improving Agent.Bak 是免费的吗?
是的,Self Improving Agent.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self Improving Agent.Bak 支持哪些平台?
Self Improving Agent.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Improving Agent.Bak?
由 robertstarry-gif(@robertstarry-gif)开发并维护,当前版本 v1.0.0。
推荐 Skills