Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
skill-builder - Skill - OpenSmartRoute
Skillv1.0.0
skill-builder
Create, evaluate, and improve Agent skills to production quality. TRIGGER: "create a skill", "build a skill", "review skill", "score skill". NOT FOR: skillify-session use cases.
Imported from xg-gh-25/SwarmAI (backend/skills/s_skill-builder/SKILL.md). Install upstream with npx skills add xg-gh-25/SwarmAI --skill s_skill-builder. Copyright stays with the author.
Skill Builder
This skill loads full instructions on activation. Read INSTRUCTIONS.md before proceeding.
TRIGGER: "create a skill", "build a skill", "review skill", "score skill", "improve skill"
DO NOT USE: when user wants to convert current session into a skill (use skillify-session)
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
xg-gh-25-swarmai-s-skill-builder.ocm.jsonjson
{
"ocm": "1",
"id": "xg-gh-25-swarmai-s-skill-builder",
"kind": "skill",
"name": "skill-builder",
"description": "Create, evaluate, and improve Agent skills to production quality. TRIGGER: \"create a skill\", \"build a skill\", \"review skill\", \"score skill\". NOT FOR: skillify-session use cases.",
"publisher": "xg-gh-25",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create, evaluate, and improve Agent skills to production quality. TRIGGER: \"create a skill\", \"build a skill\", \"review skill\", \"score skill\". NOT FOR: skillify-session use cases."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/xg-gh-25/SwarmAI",
"path": "backend/skills/s_skill-builder/SKILL.md",
"ref": "975401535fa829781252400d6579901cb6d55f95",
"url": "https://github.com/xg-gh-25/SwarmAI/blob/975401535fa829781252400d6579901cb6d55f95/backend/skills/s_skill-builder/SKILL.md",
"key": "xg-gh-25/SwarmAI/backend/skills/s_skill-builder/SKILL.md"
}
},
"instructions": "# Skill Builder\n\n> This skill loads full instructions on activation. Read INSTRUCTIONS.md before proceeding.\n\nTRIGGER: \"create a skill\", \"build a skill\", \"review skill\", \"score skill\", \"improve skill\"\nDO NOT USE: when user wants to convert current session into a skill (use skillify-session)",
"cost": {
"context_tokens": 72
}
}
Fetch it by URL: GET /api/v1/registry/xg-gh-25-swarmai-s-skill-builder/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.