What I found
While setting up self-improving-agent for OpenClaw, two copy-paste hazards
showed up in the README and SKILL.md:
-
Repo URL typo (peterskoett → pskoett)
- README and SKILL.md reference
github.com/peterskoett/self-improving-agent
and git clone https://github.com/peterskoett/self-improving-agent.git.
- That owner handle redirects to
pskoett/self-improving-agent on the web,
so git clone from a fresh machine fails until the user notices.
- Affects:
README.md, self-improving-agent/SKILL.md (Installation section),
and self-improving-agent/CHANGELOG.md.
-
clawdhub install self-improving-agent command
- README and SKILL.md (and CHANGELOG) advertise
clawdhub install ... as
the recommended install path.
clawdhub is not on the install path here; the working commands are
openclaw skills install self-improving-agent (built-in) or
clawhub install self-improving-agent (separate publisher CLI).
- Right now
clawdhub is the only install command that does not work
out of the box.
Suggested fix
- Replace
peterskoett/ with pskoett/ everywhere it is used as a git URL or
GitHub link.
- Either rename
clawdhub → openclaw / clawhub in install commands, or
document clawdhub as a deliberate alias and clarify when it applies.
Context
- Installed via the published ClawHub package (SKILL.md frontmatter: v4.0.0).
- Set up on Ubuntu 24.04, OpenClaw 2026.6.11.
- Verified against the ClawHub skill page and the local installed SKILL.md —
both contain the same typos.
What I found
While setting up
self-improving-agentfor OpenClaw, two copy-paste hazardsshowed up in the README and SKILL.md:
Repo URL typo (
peterskoett→pskoett)github.com/peterskoett/self-improving-agentand
git clone https://github.com/peterskoett/self-improving-agent.git.pskoett/self-improving-agenton the web,so
git clonefrom a fresh machine fails until the user notices.README.md,self-improving-agent/SKILL.md(Installation section),and
self-improving-agent/CHANGELOG.md.clawdhub install self-improving-agentcommandclawdhub install ...asthe recommended install path.
clawdhubis not on the install path here; the working commands areopenclaw skills install self-improving-agent(built-in) orclawhub install self-improving-agent(separate publisher CLI).clawdhubis the only install command that does not workout of the box.
Suggested fix
peterskoett/withpskoett/everywhere it is used as a git URL orGitHub link.
clawdhub→openclaw/clawhubin install commands, ordocument
clawdhubas a deliberate alias and clarify when it applies.Context
both contain the same typos.