Now in Public Beta — Free for Open Source

The Skill Marketplace
for AI Agents

Discover, install, and run production-ready skills for your AI agents. One CLI command. One API call. Infinite possibilities.

terminal
$skilldepot install web-researcher-pro

Resolving dependencies...

Downloading web-researcher-pro@3.2.1

✓ Installed successfully in 1.2s

Ready to use: skilldepot run web-researcher-pro

15K+

Skills

50K+

Developers

10M+

API Calls

99.9%

Uptime

How It Works

Three steps from discovery to execution. No boilerplate, no configuration headaches.

STEP 1

Find

Browse thousands of production-ready skills built by the community. Filter by category, framework, language, or use case.

STEP 2

Install

One command to install any skill into your project. Dependencies are resolved automatically with zero configuration.

STEP 3

Run

Execute skills locally or call them via API. Built-in monitoring, logging, and error handling out of the box.

Skills as a Service

Every skill is available as an API endpoint. Call any skill with a single HTTP request — no infrastructure to manage.

request.ts
typescript
import { SkillDepot } from '@skilldepot/sdk';

const client = new SkillDepot({
  apiKey: process.env.SKILLDEPOT_API_KEY,
});

const result = await client.skills.run(
  'web-researcher-pro',
  {
    url: 'https://example.com',
    extract: ['title', 'price', 'description'],
    format: 'json',
  }
);

console.log(result.data);
response.json200 OK
json
{
  "status": "success",
  "duration_ms": 1240,
  "data": {
    "title": "Premium Wireless Headphones",
    "price": "$299.99",
    "description": "Active noise cancelling..."
  },
  "metadata": {
    "skill": "web-researcher-pro",
    "version": "3.2.1",
    "tokens_used": 156
  }
}
RESTful API API Key Auth Avg. <200ms latency Built-in Analytics

Built by the Community

Join a global network of developers building the future of AI agent tooling.

50K+

Active Developers

2.3K

Open Source Skills

180+

Countries

98%

Satisfaction Rate

SkillDepot cut our agent development time in half. The quality of community skills is remarkable.

SC

Sarah Chen

ML Engineer at Vercel

We replaced three internal tools with skills from the marketplace. The API-first approach is exactly what we needed.

JR

James Rodriguez

CTO at Nexus AI

Publishing our skills on SkillDepot brought us 10x more users than our own distribution. The ecosystem is thriving.

AP

Anika Patel

Lead Developer at Cascade

Ready to supercharge
your AI?

Sign up for free and start building with thousands of production-ready skills today.

No credit card required • Free tier includes 1,000 API calls/month