← 返回 Skills 市场
zhihongyee

Self Improvement

作者 zhihongyee · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improvement-2
功能描述
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
安全使用建议
This skill is coherent and appears to do what it says: log learnings and errors to markdown files. Before installing, consider these precautions: (1) Decide whether .learnings/ should be in source control — add it to .gitignore if you do not want logs in your repo history. (2) Ensure the agent or CI does not log secrets, PII, or credentials into these files; add redaction or sanitization steps to any automated logging. (3) Be cautious about the 'promote to project memory' guidance because that writes to shared files (CLAUDE.md, AGENTS.md, etc.); require human review before promotion. (4) The SKILL.md shows an npx install command — only run it if you trust the upstream package name/owner. (5) If you want tighter control, restrict which contexts or users can invoke this skill, and add obvious markers for sensitive entries so they are not published automatically.
功能分析
Type: OpenClaw Skill Name: self-improvement-2 Version: 0.1.0 The skill facilitates a self-improvement loop by logging errors and learnings to local files and promoting them to project-level documentation. It is classified as suspicious due to instructions that direct the agent to modify sensitive configuration files (e.g., `.claude/settings.json`) and execute unverified shell scripts (`scripts/activator.sh`, `scripts/error-detector.sh`) via automated hooks. These high-risk capabilities, while serving the stated purpose, create a significant attack surface for persistent prompt injection or unauthorized code execution if the learning process is manipulated.
能力评估
Purpose & Capability
The name/description (capture learnings/errors and promote to project memory) matches the instructions: create a .learnings/ folder and append structured markdown entries. It does not request unrelated credentials or binaries.
Instruction Scope
Instructions are narrowly focused on creating and appending to files under .learnings/ and promoting entries to project files (CLAUDE.md, AGENTS.md, .github/copilot-instructions.md, etc.). This is within purpose, but promotion steps imply writing to shared repository files and possibly exposing logged content to contributors — review/sanitization guidance would be prudent.
Install Mechanism
No registry install spec is embedded in the skill bundle (instruction-only). SKILL.md includes an example npx install command for convenience; that is informational and not enforced by the skill metadata. No downloads/executables are installed by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. There are no opaque secret requirements inconsistent with its stated purpose.
Persistence & Privilege
always:false (default) and model invocation is allowed (normal). The skill writes files inside the project workspace (.learnings and promoted docs) which is consistent with its goal; it does not request system-wide persistence or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-improvement-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-improvement-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release enables structured learning and error logging for continuous self-improvement. - Introduces markdown-based logging for learnings, errors, and feature requests, supporting CI/headless workflows. - Provides detailed templates and metadata for consistent capture of incidents and improvements. - Outlines promotion process for broadly applicable learnings to persistent project knowledge files. - Includes quick-reference tables for when and how to log or promote different types of information. - Defines mechanisms for recurring pattern detection and guidance for resolving or promoting insights.
元数据
Slug self-improvement-2
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Self Improvement 是什么?

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 插件,目前累计下载 104 次。

如何安装 Self Improvement?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improvement-2」即可一键安装,无需额外配置。

Self Improvement 是免费的吗?

是的,Self Improvement 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Self Improvement 支持哪些平台?

Self Improvement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Self Improvement?

由 zhihongyee(@zhihongyee)开发并维护,当前版本 v0.1.0。

💬 留言讨论