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.
my-skill-name - Skill - OpenSmartRoute
Skillv1.0.0
my-skill-name
A clear description of what this skill does and when to use it
Imported from sendaifun/skills (template/SKILL.md). Install upstream with npx skills add sendaifun/skills --skill template. Copyright stays with the author.
My Skill Name
Instructions for Claude to follow when this skill is activated.
Overview
Describe what this skill helps accomplish.
Instructions
Step-by-step instructions
That Claude should follow
When executing this skill
Examples
Example usage pattern 1
Example usage pattern 2
Guidelines
Constraint or best practice 1
Constraint or best practice 2
Notes
Any additional context or edge cases to handle.
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.
sendaifun-skills-template.ocm.jsonjson
{
"ocm": "1",
"id": "sendaifun-skills-template",
"kind": "skill",
"name": "my-skill-name",
"description": "A clear description of what this skill does and when to use it",
"publisher": "sendaifun",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A clear description of what this skill does and when to use it"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/sendaifun/skills",
"path": "template/SKILL.md",
"ref": "06b36b8b420e705ffd57b29e463f01093959d8d4",
"url": "https://github.com/sendaifun/skills/blob/06b36b8b420e705ffd57b29e463f01093959d8d4/template/SKILL.md",
"key": "sendaifun/skills/template/SKILL.md"
}
},
"instructions": "# My Skill Name\n\nInstructions for Claude to follow when this skill is activated.\n\n## Overview\n\nDescribe what this skill helps accomplish.\n\n## Instructions\n\n1. Step-by-step instructions\n2. That Claude should follow\n3. When executing this skill\n\n## Examples\n\n- Example usage pattern 1\n- Example usage pattern 2\n\n## Guidelines\n\n- Constraint or best practice 1\n- Constraint or best practice 2\n\n## Notes\n\nAny additional context or edge cases to handle.",
"cost": {
"context_tokens": 111
}
}
Fetch it by URL: GET /api/v1/registry/sendaifun-skills-template/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.