Self Improving Agent.Bak
PassAudited by ClawScan on Apr 14, 2026.
Overview
The skill's files, hooks, and scripts are consistent with its stated purpose (capturing and promoting learnings); it doesn't request credentials or perform network installs, but you should review and constrain hook activation and learning contents before enabling globally.
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.
