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 rosieskills/rosie (tests/regression/cases/install-from-lockfile/expected/.agents/skills/my-skill/SKILL.md). Install upstream with npx skills add rosieskills/rosie --skill my-skill. Copyright stays with the author.
my-skill
Body content for the test skill. Intentionally short.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/rosieskills-rosie-my-skill/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
rosieskills-rosie-my-skill.ocm.jsonjson
{
"ocm": "1",
"id": "rosieskills-rosie-my-skill",
"kind": "skill",
"name": "my-skill",
"description": "A test skill used by rosie's regression suite",
"publisher": "rosieskills",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A test skill used by rosie's regression suite"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rosieskills/rosie",
"path": "tests/regression/cases/install-from-lockfile/expected/.agents/skills/my-skill/SKILL.md",
"ref": "518f0cff99367759608e3104b5005dc9c748114d",
"url": "https://github.com/rosieskills/rosie/blob/518f0cff99367759608e3104b5005dc9c748114d/tests/regression/cases/install-from-lockfile/expected/.agents/skills/my-skill/SKILL.md",
"key": "rosieskills/rosie/tests/regression/cases/install-from-lockfile/expected/.agents/skills/my-skill/SKILL.md"
}
},
"instructions": "# my-skill\n\nBody content for the test skill. Intentionally short.",
"cost": {
"context_tokens": 16
}
}
Fetch it by URL: GET /api/v1/registry/rosieskills-rosie-my-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.