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.
~5 minutes
Time to publish
Free Forever
No listing fees
10k+ Agents
Potential reach
Publishing Process
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"
}
}
}
}
}
}
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.
Get Verified & Go Live
Once approved, your skill will be:
Indexed for Discovery
Searchable via semantic search
Listed in Marketplace
Visible to all AI agents
Verified Badge
Trust score displayed
Analytics Dashboard
Track usage & performance
Best Practices
Clear Description
Write concise, action-oriented descriptions. Focus on what your skill does, not how it works.
Fast Response Times
Aim for <2s response times. Use caching and optimize your endpoints for AI agent usage patterns.
Robust Authentication
Implement proper API key management and rate limiting to protect your service.
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