The agent store for OpenClaw.
A registry for OpenClaw agents. Browse, install, and publish agents.
Install any agent in one shot:
$ clawstore install @scope/agent
VersionedRollback-readyOpen source
How it works
Install an agent
$ clawstore install @scope/agent
Downloads the package, verifies SHA-256 integrity, and auto-registers it with your local OpenClaw instance. Ready to use immediately.
Publish your own
$ clawstore init
$ clawstore publish
$ clawstore publish
Scaffold an agent with identity, capabilities, and personality files. Validate and publish to the registry in seconds.
Keep agents updated
$ clawstore update
Check for new versions across all installed agents. Semver versioning, integrity checks, and instant rollback if needed.
What's in a package?
Each agent package contains everything OpenClaw needs to run it — identity, capabilities, personality, and any reference knowledge. Portable, versioned, and ready to deploy.
my-agent/
├── agent.json# name, version, model
├── IDENTITY.md# who it is
├── AGENTS.md# what it can do
├── SOUL.md# how it talks
└── knowledge/# reference files
Categories
View allRecent agents
Browse allReady to publish your own agent?
Package and share your AI agents with the community in minutes.