Arsenal API
Programmatic access to the curated, locally verified skill catalog with quality ratings, permission manifests, and deploy feedback.
bolt
Quick Start
1. Register for an API key
curl -X POST 'https://openclaw-foundry-api.maoyuan-wen-683.workers.dev/api/tenants/register' \
-H 'Content-Type: application/json' \
-d '{"name":"my-app"}'2. Use the API key to search skills
curl -H 'Authorization: Bearer ocf_YOUR_KEY' \ 'https://openclaw-foundry-api.maoyuan-wen-683.workers.dev/api/arsenal/search?q=browser&rating=S'
/api/skillsSearch and browse skills with pagination, category/rating filters, and fuzzy search.
Parameters
| Name | Type | Description |
|---|---|---|
search | string | Fuzzy text search (name, description, author) |
category | string | Filter by category (e.g. "Agent 基建") |
rating | S|A|B|C|D | Filter by quality rating |
limit | number | Page size (1-100, default 50) |
offset | number | Pagination offset |
Request Example
curl 'https://openclaw-foundry-api.maoyuan-wen-683.workers.dev/api/skills?search=browser&rating=S&limit=5'
Response
{ "meta": {...}, "total": 42, "skills": [{ "name": "...", "rating": "S", "deploySuccessRate": 0.95, "permissionManifest": {...} }] }/api/skills/categoriesGet all categories with skill counts.
Request Example
curl 'https://openclaw-foundry-api.maoyuan-wen-683.workers.dev/api/skills/categories'
Response
{ "categories": { "Agent 基建": 1649, "搜索与研究": 2440, ... } }API Tiers & Quotas
Free
$0
Most Popular
Arsenal
$19/mo
Arsenal Pro
$49/mo