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.
example-skill - Skill - OpenSmartRoute
Skillv1.0.0
example-skill
Example Agent Skill shipped by this Pi package template. Use when testing that package skill discovery works.
Imported from eiei114/pi-handoff-clipboard (skills/example-skill/SKILL.md). Install upstream with npx skills add eiei114/pi-handoff-clipboard --skill example-skill. Copyright stays with the author.
Example Skill
When invoked, explain that this is a template skill and tell the user to replace it with a real workflow.
Response pattern
State that the package loaded correctly.
Point to skills/example-skill/SKILL.md as the file to edit.
Keep the response concise.
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": "eiei114-pi-handoff-clipboard-example-skill",
"kind": "skill",
"name": "example-skill",
"description": "Example Agent Skill shipped by this Pi package template. Use when testing that package skill discovery works.",
"publisher": "eiei114",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Example Agent Skill shipped by this Pi package template. Use when testing that package skill discovery works."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/eiei114/pi-handoff-clipboard",
"path": "skills/example-skill/SKILL.md",
"ref": "4ced9be99448ef681bc50623c2a02dc767375004",
"url": "https://github.com/eiei114/pi-handoff-clipboard/blob/4ced9be99448ef681bc50623c2a02dc767375004/skills/example-skill/SKILL.md",
"key": "eiei114/pi-handoff-clipboard/skills/example-skill/SKILL.md"
}
},
"instructions": "# Example Skill\n\nWhen invoked, explain that this is a template skill and tell the user to replace it with a real workflow.\n\n## Response pattern\n\n- State that the package loaded correctly.\n- Point to `skills/example-skill/SKILL.md` as the file to edit.\n- Keep the response concise.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/eiei114-pi-handoff-clipboard-example-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.