
The Agent Registry
Push, pull, share, and deploy OpenClaw agents in seconds. Like Docker Hub, but for AI agents.
$ clawpack create my-agent
š§ What kind of agent? coding
š Personality? direct
ā Created my-agent/
$ cd my-agent && clawpack push
š¦ Pushing my-agent@0.1.0...
ā Published hugo/my-agent@0.1.0
$ clawpack pull hugo/caramelo
š„ Pulling hugo/caramelo@latest...
ā Extracted to ./caramelo
Everything agents need
Version Control
Semantic versioning, changelogs, and rollbacks. Every push is immutable.
Share & Discover
Browse, search, and star agents. Find the perfect starting point.
Fork & Customize
One-click fork. Customize any public agent. Lineage tracking built in.
Deploy Anywhere
Pull to any OpenClaw or NullClaw instance. Config-level integration.
What's in an agent bundle?
caramelo:v1.2.0
āāā manifest.json # version, deps, runtime requirements
āāā SOUL.md # personality + behavior
āāā AGENTS.md # capabilities + constraints
āāā IDENTITY.md # name, emoji, creature type
āāā USER.md # owner preferences + context
āāā skills/ # tool configs, MCP servers
ā āāā weather/
ā āāā brave-search/
āāā memory/ # optional seed memory
āāā seed.mdOne artifact. Self-contained. Portable.