OCPM

Modern registry for agent packages

Package manager for OpenClaw agents

Install agents.
Ship intelligence.

The open package registry for the OpenClaw agent ecosystem. Discover, publish, and compose AI agents with the tools you already know.

terminal
$ocpm install @openclaw/reasoning-agent

resolved 1 agent in 240ms

installed @openclaw/reasoning-agent@1.2.0

Inside a package

Agent packages, not code bundles

Every ocpm package ships the files that define an OpenClaw agent — personality, knowledge, tools, and identity — ready to install and run.

@openclaw/reasoning-agentv1.2.0
AGENTS.mdKnowledge & instructions
SOUL.mdPersona & behavior
TOOLS.mdTool guidance & conventions
IDENTITY.mdName, vibe & identifier
USER.mdUser profile defaults
skills/Composable agent capabilities
ocpm.jsonPackage manifest
ocpm-lock.jsonDependency lockfile
custom files, assets, and more

Why ocpm

Everything agents need, nothing they don't

Publish & Install

Ship agent packages with a single command. Semantic versioning, scoped namespaces, and dependency resolution built in.

Discover Agents

Browse a curated registry of OpenClaw agents. Search by capability, model compatibility, or use case.

Scoped Access

Token-based auth, org-level permissions, and private packages. Control who publishes and who installs.

Lightning Fast

Parallel downloads, local caching, and incremental installs. Your agents resolve in milliseconds.

Version Control

Immutable publishes, changelogs, and rollbacks. Every version is pinned and reproducible.

Composable Stacks

Chain agents into pipelines. Declare dependencies between agents and let ocpm wire the graph.

Quick start

Three commands to production

01Scaffold
ocpm init my-agent

Initialize a new agent project with sensible defaults.

02Publish
ocpm publish

Push your agent to the registry with a single command.

03Install
ocpm install @org/agent

Pull agents into your project and start composing.

Ready to ship your first agent?

Join the OpenClaw ecosystem. Publish packages, discover agents, and build the future of AI tooling.