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.
implement-unattended - Skill - OpenSmartRoute
Skillv1.0.0
implement-unattended
The question point this clause was written for is gone from the shared tree, but the clause stayed. A reader takes it as a surface still being inherited.
Imported from Nharu/cc-cmds (tests/fixtures/lint-unattended-surfaces/FAIL-6-stale-disposition/implement-unattended/SKILL.md). Install upstream with npx skills add Nharu/cc-cmds --skill implement-unattended. Copyright stays with the author.
implement-unattended (fixture)
The question point this clause was written for is gone from the shared tree, but
the clause stayed. A reader takes it as a surface still being inherited.
Inherited question point — visual-fidelity-gate.md: its Tier C fallback
routes to a question when neither recipe source is available.
Control-Flow Invariants
CFI-U1 — There is no human-question surface. Reaching a point that needs one
is a halt, never an improvised answer and never a silent default.
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.
nharu-cc-cmds-implement-unattended.ocm.jsonjson
{
"ocm": "1",
"id": "nharu-cc-cmds-implement-unattended",
"kind": "skill",
"name": "implement-unattended",
"description": "The question point this clause was written for is gone from the shared tree, but the clause stayed. A reader takes it as a surface still being inherited.",
"publisher": "Nharu",
"version": "1.0.0",
"capabilities": {
"domains": [
"legal"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The question point this clause was written for is gone from the shared tree, but the clause stayed. A reader takes it as a surface still being inherited."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Nharu/cc-cmds",
"path": "tests/fixtures/lint-unattended-surfaces/FAIL-6-stale-disposition/implement-unattended/SKILL.md",
"ref": "cf02c875f61ea6e30ffcb441223b77693ca09afa",
"url": "https://github.com/Nharu/cc-cmds/blob/cf02c875f61ea6e30ffcb441223b77693ca09afa/tests/fixtures/lint-unattended-surfaces/FAIL-6-stale-disposition/implement-unattended/SKILL.md",
"key": "Nharu/cc-cmds/tests/fixtures/lint-unattended-surfaces/FAIL-6-stale-disposition/implement-unattended/SKILL.md"
}
},
"instructions": "# implement-unattended (fixture)\n\nThe question point this clause was written for is gone from the shared tree, but\nthe clause stayed. A reader takes it as a surface still being inherited.\n\n**Inherited question point** — `visual-fidelity-gate.md`: its Tier C fallback\nroutes to a question when neither recipe source is available.\n\n## Control-Flow Invariants\n\n**CFI-U1 — There is no human-question surface.** Reaching a point that needs one\nis a halt, never an improvised answer and never a silent default.",
"cost": {
"context_tokens": 126
}
}
Fetch it by URL: GET /api/v1/registry/nharu-cc-cmds-implement-unattended/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.