← 返回 Skills 市场
Openclaw Self Improve
作者
gopendrasharma89-tech
· GitHub ↗
· v1.0.8
· MIT-0
167
总下载
1
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install openclaw-self-improve
功能描述
Evidence-based and approval-gated self-improvement workflow for OpenClaw. Use when the user asks to make OpenClaw more powerful, optimize behavior, improve r...
安全使用建议
This skill is coherent with its stated purpose, but review and take these precautions before running it: 1) Run in dry-run mode first (init-improvement-run.sh --dry-run) and inspect the generated scaffold in a non-production clone of your repo. 2) Confirm the repo path you pass (it may default to /root/openclaw if you omit scope). 3) Ensure required tools are available (git, zip, python3, standard shell utils) — the bundle's SKILL.md lists them even though registry metadata didn't. 4) Be aware the scripts will read arbitrary files in the repo and can run commands you supply as validation gates; avoid pointing the skill at sensitive production repositories until you’ve tested in a safe environment. 5) If using rollback, note it runs 'git checkout .' which will reset working tree changes. 6) If you have limited trust, inspect the scripts locally (they’re included) — especially uses of eval/log_command and any places where user-supplied patterns get interpolated into shell commands.
能力评估
Purpose & Capability
The name/description (self-improvement for OpenClaw) match the provided scripts and docs: they scaffold run artifacts, capture baselines, propose changes, create backups, detect validation gates, and export JSON. There are no unrelated credential requests or external endpoints. Note: the SKILL.md lists required binaries (bash, git, date, grep, awk, zip, python3) but the registry metadata showed 'none'; this mismatch is an operational/metadata inconsistency rather than a capability mismatch.
Instruction Scope
Runtime instructions and scripts legitimately read repository contents, create a run directory under <repo>/.openclaw-self-improve, optionally create zip backups of the repo, and (on rollback) call 'git checkout .' to restore state. Scripts auto-detect validation commands and write those commands into run artifacts. They do not transmit data to external endpoints. Caveats: some helper functions (log_command) use eval to execute arbitrary commands passed to them and backup-repo.sh builds a zip command string and executes it via eval; these are reasonable for a tooling script but mean the code will execute commands you pass as validation gates or other inputs. Also the SKILL.md says if scope is unspecified and /root/openclaw exists it uses that path — this default could cause the skill to operate on a system repository unexpectedly if invoked without explicit scope.
Install Mechanism
There is no install spec (instruction-only with included scripts); nothing is downloaded or installed from remote URLs. All code is contained in the bundle. This is low install risk.
Credentials
The skill requests no environment variables or credentials and writes only inside the target repo (creates .openclaw-self-improve). It does require filesystem and executable access (git, zip, python3, shell utilities) which are proportionate to a repo-improvement workflow.
Persistence & Privilege
always:false and user-invocable:true. The skill writes artifacts into the repository under a namespaced directory and can create backups; it does not modify other skills or system-wide settings. Rollback (git checkout) requires repository write access and is gated by explicit flags; the implementation mode requires approval before making behavior edits per the docs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-self-improve - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-self-improve触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
Added logging system, validation gate auto-detection, backup mechanism for non-git repos, improved documentation with playbooks and output contract references.
v1.0.7
Fixed suspicious flag by adding input sanitization and added a new rollback feature.
v1.0.6
v1.0.6: Added required_binaries metadata, detailed init template placeholders, Examples section with 3 use cases, path-agnostic Quick Start, Git Commit/Branch auto-fill in run-info.md, post-scaffold verification in checklists, README.md, refined description, graceful fallbacks in export script, cleaner error messages in validate script
v1.0.5
Add optional CI-style JSON enforcement to run validation and align docs/metadata for automation-ready outputs
v1.0.4
Add machine-readable JSON export, playbook-guided workflow docs, and artifact validation improvements
v1.0.3
Add dry-run and force-safe scaffold options, stricter normalization, status fields, and contract alignment
v1.0.2
Fix scaffold collisions, add mode/objective parameters, auto-capture git state, and tighten workflow docs/contracts
v1.0.1
Add structured modes, checklists, output contract, and run scaffolding script
v1.0.0
Initial release
元数据
常见问题
Openclaw Self Improve 是什么?
Evidence-based and approval-gated self-improvement workflow for OpenClaw. Use when the user asks to make OpenClaw more powerful, optimize behavior, improve r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Openclaw Self Improve?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-self-improve」即可一键安装,无需额外配置。
Openclaw Self Improve 是免费的吗?
是的,Openclaw Self Improve 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Self Improve 支持哪些平台?
Openclaw Self Improve 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Self Improve?
由 gopendrasharma89-tech(@gopendrasharma89-tech)开发并维护,当前版本 v1.0.8。
推荐 Skills