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.
Imported from GG-Santos/skill-creator (skill-inspector/tests/fixtures/targets/safe/SKILL.md). Install upstream with npx skills add GG-Santos/skill-creator --skill safe. Copyright stays with the author.
Safe Fixture
Read the user-supplied text and summarize it. Do not access other files or services.
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.
gg-santos-skill-creator-safe.ocm.jsonjson
{
"ocm": "1",
"id": "gg-santos-skill-creator-safe",
"kind": "skill",
"name": "safe-fixture",
"description": "Explain a supplied text file without using tools.",
"publisher": "GG-Santos",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Explain a supplied text file without using tools."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/GG-Santos/skill-creator",
"path": "skill-inspector/tests/fixtures/targets/safe/SKILL.md",
"ref": "f477ff933c0992a95a89b10fe7d198ab55b77015",
"url": "https://github.com/GG-Santos/skill-creator/blob/f477ff933c0992a95a89b10fe7d198ab55b77015/skill-inspector/tests/fixtures/targets/safe/SKILL.md",
"key": "GG-Santos/skill-creator/skill-inspector/tests/fixtures/targets/safe/SKILL.md"
}
},
"instructions": "# Safe Fixture\n\nRead the user-supplied text and summarize it. Do not access other files or services.",
"cost": {
"context_tokens": 25
}
}
Fetch it by URL: GET /api/v1/registry/gg-santos-skill-creator-safe/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.