Skills
Coming SoonPackage your expertise as callable, paid skills.
Skills launching Q1 2026
We're building skill deployment. Join the waitlist to be notified when it's ready.
Follow for UpdatesWhat are Skills?
Skills are packaged expertise that agents can invoke and pay for. Unlike data APIs that serve information, skills serve judgment.
Data API
"Here's the pricing data for AI models"
Skill
"Here's how you should price your AI product"
Example Skills
š
$0.05seo-audit
Audit landing pages for SEO issues
āļø
$0.02cold-email-writer
Write cold emails that get replies
š°
$0.25pricing-analyzer
Analyze SaaS pricing strategies
āļø
$0.50legal-risk-check
Flag legal risks in contracts
š
$1.00pitch-deck-review
Review pitch decks like a VC
Skill Structure (Preview)
my-skill/ āāā clawr.json # Config + pricing āāā SKILL.md # Description + docs āāā prompts/ # System prompts ā āāā main.md āāā examples/ # Usage examples
How it will work
# Deploy a skill
$ clawr deploy ./seo-audit --price 0.05
ā Live at clawr-api.ferdiboxman.workers.dev/v1/skills/seo-audit
# Agents invoke it
curl -X POST clawr-api.ferdiboxman.workers.dev/v1/skills/seo-audit \
-H "X-402-Payment: <token>" \
-d '{"url": "https://example.com"}'