CrateHub
Now in public beta

Ship AI agents
you can trust

The package registry for AI agents. Build with Agentfiles, publish to CrateHub, run anywhere.

Explore the registry
$curl -fsSL get.agentcrate.ai | sh

From the registry

Popular agents

View all →
cloud-ops/k8s-agentVetted

Kubernetes cluster management, monitoring, and auto-scaling with Prometheus integration

312K87
$ crate pull cloud-ops/k8s-agent
devtools/code-reviewerVetted

AI-powered code review with security scanning, style checks, and actionable suggestions

245K64
$ crate pull devtools/code-reviewer
data-eng/etl-agentVetted

Automated data pipeline orchestration with schema validation and anomaly detection

189K41
$ crate pull data-eng/etl-agent

How it works

Three commands to production

Define your agent, package it, ship it. All from your terminal.

01

Write

Define your agent's brain, skills, and persona in a declarative Agentfile.

$ crate init
02

Build

Package your agent into a signed, portable OCI container image.

$ crate build
03

Publish

Ship to CrateHub or any OCI registry. Discoverable instantly.

$ crate publish
Agentfile.yaml
metadata:  name: finance-analyst  version: 2.1.0
brain:  default: main  models:    - name: main      model: anthropic/claude-sonnet-4-20250514
skills:  - name: web-search    type: mcp    source: cratehub.dev/tools/web-search
persona:  system_prompt: "You are a financial analyst..."

Why CrateHub

Built for trust at scale

Supply chain security, built in

Every agent published to CrateHub is automatically vetted — container scanning, dependency audits, and Sigstore provenance signing. No unsigned agents in your stack.

Container scanningSigstore provenanceDependency auditSBOM generation
Container imagePassed
Dependency auditPassed
Sigstore signatureVerified
SBOMGenerated

MCP Skills

1,000+ MCP tools — web search, databases, APIs. One line to add.

OCI-Native

Standard OCI registry. Push to CrateHub, Docker Hub, GHCR, or ECR.

Multi-Model

OpenAI, Anthropic, Google, Ollama — switch providers without code changes.

Fork & Evolve

Fork any public agent. Customize, improve, publish with full lineage tracking.

A growing ecosystem

Developers are building on CrateHub every day.

500
Agents published
1.2K
MCP skills
70.0K
Total installs
8
Model providers

Start building

Install the CLI and publish your first agent in minutes.