← 返回 Skills 市场
Self Improving Agent 1 0 2 Litiao
作者
litiao1224
· GitHub ↗
· v1.0.0
· MIT-0
154
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improving-agent-1-0-2-litiao
功能描述
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
安全使用建议
This package appears to do what it says: reminders, error-detection based on tool output, and a helper to scaffold extracted skills. Before enabling it: (1) review the three scripts (activator.sh, error-detector.sh, extract-skill.sh) to ensure you are comfortable with file paths and behavior; (2) prefer adding hooks at the project-level rather than user-level if you only want it active per-repo — user-level settings make the hooks run globally; (3) be aware error-detector relies on the CLAUDE_TOOL_OUTPUT env var (provided by the host) and extract-skill.sh will create files under ./skills or wherever SKILLS_DIR points — confirm that location and permissions are acceptable; (4) no credentials are requested, and there are no outbound network calls in the scripts, but if you later modify scripts to send or publish learnings, re-review for exfiltration risks.
功能分析
Type: OpenClaw Skill
Name: self-improving-agent-1-0-2-litiao
Version: 1.0.0
The bundle is a legitimate productivity tool designed to help AI agents log errors, user corrections, and new knowledge into markdown files for continuous improvement. It includes shell scripts (activator.sh, error-detector.sh, extract-skill.sh) that provide context reminders, detect command failures via environment variables, and scaffold new skill directories. The logic is transparent, lacks any data exfiltration or remote execution capabilities, and includes input validation in the extraction script to prevent path traversal.
能力评估
Purpose & Capability
Name/description (self-improvement / logging / skill extraction) match the included assets: templates, examples, and three small helper scripts (activator, error-detector, extract-skill). There are no unrelated binaries, network endpoints, or undeclared third-party services required.
Instruction Scope
SKILL.md instructs writing entries into .learnings/ and promoting learnings to project/workspace files — exactly the advertised behavior. It also documents adding hook commands to project or user-level settings to run the provided scripts. Caution: enabling the user-level (~/.claude/settings.json) hook will cause the scripts to run for every session on that host, which is broader in scope than a per-project opt-in.
Install Mechanism
No install spec; this is instruction-plus-scripts only. Scripts are small, local shell scripts included in the repo. Nothing is downloaded from external URLs and no archives are extracted.
Credentials
The skill requires no credentials and declares no env vars. At runtime the error-detector script expects CLAUDE_TOOL_OUTPUT (host-provided) and extract-skill.sh respects SKILLS_DIR if set; these are reasonable for the documented integration but are not listed as required env vars in metadata. No secrets or unrelated credentials are requested.
Persistence & Privilege
always:false and the skill does not attempt to modify other skills. The extract-skill helper creates files under a skills directory (default ./skills or SKILLS_DIR), which is expected for a skill-scaffolding tool. The main privilege concern is user choice: if you configure user-level hooks, the scripts will run for all sessions on that machine (they execute with the same permissions as the host agent).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent-1-0-2-litiao - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent-1-0-2-litiao触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Bug fixes and improvements with -litiao suffix
元数据
常见问题
Self Improving Agent 1 0 2 Litiao 是什么?
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 插件,目前累计下载 154 次。
如何安装 Self Improving Agent 1 0 2 Litiao?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-1-0-2-litiao」即可一键安装,无需额外配置。
Self Improving Agent 1 0 2 Litiao 是免费的吗?
是的,Self Improving Agent 1 0 2 Litiao 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self Improving Agent 1 0 2 Litiao 支持哪些平台?
Self Improving Agent 1 0 2 Litiao 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Improving Agent 1 0 2 Litiao?
由 litiao1224(@litiao1224)开发并维护,当前版本 v1.0.0。
推荐 Skills