{
  "markdown": "# self-improving-agent\n\nSelf-improvement skill for OpenClaw. It captures learnings, errors, and feature requests to support continuous improvement across sessions.\n\n**This version is OpenClaw-only.** To use the skill with other agents\n(Claude Code, Codex, GitHub Copilot, …), use the original multi-agent\nversion instead:\nhttps://github.com/pskoett/pskoett-ai-skills/tree/main/skills/self-improvement\n\n## Repository Layout\n\nThe publishable skill package is the [`self-improving-agent/`](self-improving-agent/)\nsubfolder — that is what ClawHub installs and what you copy into\n`~/.openclaw/skills/`. Repo-level files (this README, `.github/` CI) stay\noutside the package on purpose.\n\n- Skill entry point: [`self-improving-agent/SKILL.md`](self-improving-agent/SKILL.md)\n- OpenClaw hook: [`self-improving-agent/hooks/openclaw/`](self-improving-agent/hooks/openclaw/)\n\n## Installation\n\nWith OpenClaw's built-in skill installer — this installs into the active\nOpenClaw workspace:\n\n```bash\nopenclaw skills install @pskoett/self-improving-agent\n```\n\nOr with the ClawHub CLI (`npm i -g clawhub`). Note this installs into\n`./skills` under the current working directory, not the workspace:\n\n```bash\nclawhub install @pskoett/self-improving-agent\n```\n\nOr manually — copy the skill subfolder (not the repo root):\n\n```bash\ngit clone https://github.com/pskoett/self-improving-agent.git /tmp/self-improving-agent-repo\ncp -r /tmp/self-improving-agent-repo/self-improving-agent ~/.openclaw/skills/self-improving-agent\n```\n\n## Attribution\n\nRemade for OpenClaw from the original repo:\n\n- https://github.com/pskoett/pskoett-ai-skills\n- https://github.com/pskoett/pskoett-ai-skills/tree/main/skills/self-improvement\n\n## Upgrading\n\nSee `self-improving-agent/CHANGELOG.md` for version history and per-version\nupgrade notes. After upgrading, re-copy the OpenClaw hook and restart the\ngateway:\n\n```bash\ncp -r ~/.openclaw/skills/self-improving-agent/hooks/openclaw ~/.openclaw/hooks/self-improvement\n```\n\n## Uninstalling\n\nSee `self-improving-agent/references/uninstall.md` for disable vs.\nfull-removal steps. Review `.learnings/` before deleting — it contains your\ncaptured learnings, not skill code.\n",
  "bytes": 2174,
  "sha": "550470610c2b99789e66e5d1c293fb308e967ff96a3f3a6012773db4c115c4a0",
  "repo_slug": "pskoett/self-improving-agent",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_pskoett_self_improving_agent_self_improv_6757d1b7/readme"
}