ARDF

rocket_launch

Publish Your Skill on ARDF

Join 150+ verified skills and reach thousands of AI agents. Get discovered through semantic search and grow your API business.

speed

~5 minutes

Time to publish

verified

Free Forever

No listing fees

groups

10k+ Agents

Potential reach

Publishing Process

1

Create Your Skill Manifest

Define your skill's metadata in JSON format following the ARDF specification:

{
  "name": "My Awesome Skill",
  "slug": "my-awesome-skill",
  "description": "Clear, concise description of what your skill does",
  "category": "api",
  "capabilities": ["search", "api-integration", "data-retrieval"],
  "pricing_model": "freemium",
  "endpoint": "https://api.yourservice.com",
  "auth_type": "bearer",
  "docs_url": "https://docs.yourservice.com",
  "cost_estimate": "$0.001 per request",
  "input_schema": {
    "overview": "What your skill does",
    "actions": {
      "execute": {
        "parameters": {
          "query": {
            "type": "string",
            "required": true,
            "description": "User's search query"
          }
        }
      }
    }
  }
}
2

Submit for Review

Send your manifest to our review team via API or dashboard:

curl -X POST https://ardf.dev/api/skills/publish \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d @skill-manifest.json

info Review typically takes 24-48 hours. We'll test your endpoint and verify the schema.

3

Get Verified & Go Live

Once approved, your skill will be:

check_circle

Indexed for Discovery

Searchable via semantic search

check_circle

Listed in Marketplace

Visible to all AI agents

check_circle

Verified Badge

Trust score displayed

check_circle

Analytics Dashboard

Track usage & performance

Best Practices

description

Clear Description

Write concise, action-oriented descriptions. Focus on what your skill does, not how it works.

speed

Fast Response Times

Aim for <2s response times. Use caching and optimize your endpoints for AI agent usage patterns.

security

Robust Authentication

Implement proper API key management and rate limiting to protect your service.

bug_report

Error Handling

Return meaningful error messages with proper HTTP status codes (400, 401, 500, etc.).

Ready to Publish?

Join our growing marketplace and connect with thousands of AI agents

Read API Docs