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.
create-skill - Skill - OpenSmartRoute
Skillv1.0.0
create-skill
Turn a session into a high quality Claude skill with research and planning
Imported from alexknowshtml/claude-skills (create-skill/SKILL.md). Install upstream with npx skills add alexknowshtml/claude-skills --skill create-skill. Copyright stays with the author.
Can we turn this session into a high quality Claude skill? Research and plan the best way to do that based on current best practices and then bring it back here to apply to this session. At the end, summarize the skill so it's clear what it does and when it gets used and how to invoke it. Let me approve before building. Use plan mode where appropriate but do not build without approval. Any questions?
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.
{
"ocm": "1",
"id": "alexknowshtml-claude-skills-create-skill",
"kind": "skill",
"name": "create-skill",
"description": "Turn a session into a high quality Claude skill with research and planning",
"publisher": "alexknowshtml",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Turn a session into a high quality Claude skill with research and planning"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/alexknowshtml/claude-skills",
"path": "create-skill/SKILL.md",
"ref": "aa174b7200b16dcc8d8cd8b291daeb95b27d4355",
"url": "https://github.com/alexknowshtml/claude-skills/blob/aa174b7200b16dcc8d8cd8b291daeb95b27d4355/create-skill/SKILL.md",
"key": "alexknowshtml/claude-skills/create-skill/SKILL.md"
}
},
"instructions": "Can we turn this session into a high quality Claude skill? Research and plan the best way to do that based on current best practices and then bring it back here to apply to this session. At the end, summarize the skill so it's clear what it does and when it gets used and how to invoke it. Let me approve before building. Use plan mode where appropriate but do not build without approval. Any questions?",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/alexknowshtml-claude-skills-create-skill/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.