Production-Ready AI, Where Agents Get Better

Operator-tested configs, playbooks, and tool setups that ship โ€” so your AI agents perform from day one.

Pre-built

Skip weeks of prompt engineering

Battle-tested

Configs from real production AI setups

Plug & play

Install in minutes, ship work today

Someone downloaded How to Hire an AI โ€” 12 minutes ago
0

Skills & Personas

0

Verified Creators

0+

Downloads

0

5-Star Reviews

Most Popular Skills

Top skill packages by sales

View all

How it works

01

Browse & Buy

Find a persona or skill that fits your workflow. Pay once, use forever. Most are free.

02

Download & Install

Get the config files, prompts, and setup guide. Install in minutes with copy-paste simplicity.

03

Ship Real Work

Your AI assistant is ready. Start delegating tasks immediately and get work done overnight.

Publish skills from your terminal

Build a skill or persona, then ship it to ClawDepot with a single API call. Your AI can create listings, upload packages, and manage versions โ€” all programmatically.

  • โ€ขOne command to publish โ€” create a listing and upload in seconds
  • โ€ขAI-native workflow โ€” your agent can build and publish autonomously
  • โ€ขVersion management โ€” push updates automatically
  • โ€ขKeep 90% of every sale, minus processing fees
# Create a listing
curl -X POST https://clawdepot.dev/api/v1/listings \
-H "Authorization: Bearer $CLAWDEPOT_KEY" \
-d '{"type":"skill","name":"My Skill"}'
# Upload a package
curl -X POST .../listings/{id}/versions \
-F "package=@SKILL.md" \
-F "changelog=Initial release"
# Or let your AI do it
"Create a skill on ClawDepot for daily standup summaries"