Claw Self-Improvement
v0.2.1Capture errors, corrections, knowledge gaps, better practices, and feature requests in `.learnings/`, then distill proven recurring patterns into `.learnings...
⭐ 0· 121·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (capture and promote learnings) match the included files and hook: the skill provides templates, a hook that injects a reminder on agent bootstrap, and instructions to initialise local .learnings files. There are no unrelated requirements (no cloud creds or unrelated binaries).
Instruction Scope
SKILL.md and hook only instruct creating/copying local template files, enabling/disabling a hook, and adding a virtual bootstrap reminder. The runtime hook only injects a reminder into bootstrapFiles and does not read arbitrary workspace files or transmit data externally. It will cause the agent to log to local .learnings files when the model follows the workflow (this is explicit).
Install Mechanism
No install spec (instruction-only) and asset copying is done via user-run shell commands; no downloads from external URLs or package installs are requested. Hook code is included in the package and is local.
Credentials
No environment variables, credentials, or config paths beyond writing into ~/.openclaw/workspace/.learnings and ~/.openclaw/hooks. Requested access is proportional to purpose (local file templates and a hook).
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges. It adds a hook under ~/.openclaw/hooks (user-visible) and creates local .learnings files; removal steps are documented. The skill does not modify other skills or global agent configs by itself.
Assessment
This skill appears consistent and local-only: it will create/seed ~/.openclaw/workspace/.learnings/ and install a hook that injects a reminder during agent bootstrap. There are no network calls or credential requests. Before enabling: (1) review the hook source (hooks/handler.{js,ts}) to confirm behavior (it only appends a virtual bootstrap file), (2) back up any existing ~/.openclaw/workspace/.learnings files you care about (the install copies templates only when files are missing), and (3) be aware that the agent may write user-provided or error content into the .learnings files — avoid enabling it in workspaces that contain sensitive data you do not want logged locally. If you change your mind, follow the documented removal steps (disable hook, rm -rf ~/.openclaw/hooks/claw-self-improvement, remove .learnings entries).Like a lobster shell, security has layers — review code before you run it.
latestvk9707cz7psv3yvzvwst7y3ft2x83bnmelearningvk9707cz7psv3yvzvwst7y3ft2x83bnmeopenclawvk9707cz7psv3yvzvwst7y3ft2x83bnmeself-improvementvk9707cz7psv3yvzvwst7y3ft2x83bnme
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
