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.
smoke - Skill - OpenSmartRoute
Skillv1.0.0
smoke
Boot-harness marker skill — proves `inject_skills` (agents.rs) reads the registry's `skills/` tree through the real spawn path.
Imported from FranciscoMateusVG/aperture (tests/boot-harness/registry/claude-smoke/skills/smoke/SKILL.md). Install upstream with npx skills add FranciscoMateusVG/aperture --skill smoke. Copyright stays with the author.
Skill: smoke
Boot-harness marker skill — proves inject_skills (agents.rs) reads the
registry's skills/ tree through the real spawn path.
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.
franciscomateusvg-aperture-smoke.ocm.jsonjson
{
"ocm": "1",
"id": "franciscomateusvg-aperture-smoke",
"kind": "skill",
"name": "smoke",
"description": "Boot-harness marker skill — proves `inject_skills` (agents.rs) reads the registry's `skills/` tree through the real spawn path.",
"publisher": "FranciscoMateusVG",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Boot-harness marker skill — proves `inject_skills` (agents.rs) reads the registry's `skills/` tree through the real spawn path."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/FranciscoMateusVG/aperture",
"path": "tests/boot-harness/registry/claude-smoke/skills/smoke/SKILL.md",
"ref": "2703dc47d0f41f2c0e0dc417ed7c14d8df4a393a",
"url": "https://github.com/FranciscoMateusVG/aperture/blob/2703dc47d0f41f2c0e0dc417ed7c14d8df4a393a/tests/boot-harness/registry/claude-smoke/skills/smoke/SKILL.md",
"key": "FranciscoMateusVG/aperture/tests/boot-harness/registry/claude-smoke/skills/smoke/SKILL.md"
}
},
"instructions": "# Skill: smoke\n\nBoot-harness marker skill — proves `inject_skills` (agents.rs) reads the\nregistry's `skills/` tree through the real spawn path.",
"cost": {
"context_tokens": 35
}
}
Fetch it by URL: GET /api/v1/registry/franciscomateusvg-aperture-smoke/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.