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.
multiline-name - Skill - OpenSmartRoute
Skillv1.0.0
multiline-name
Skill whose name value is an empty flow sequence on the next line
Imported from stbenjam/skillsaw (tests/fixtures/autofix/safe-idempotency/skills/multiline-name/SKILL.md). Install upstream with npx skills add stbenjam/skillsaw --skill multiline-name. Copyright stays with the author.
Multiline Name Skill
This skill's name: key holds a falsy value that lives on the following
line. The fix must replace the whole value span in place — replacing only
the key line would orphan the continuation and corrupt the frontmatter.
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.
stbenjam-skillsaw-multiline-name.ocm.jsonjson
{
"ocm": "1",
"id": "stbenjam-skillsaw-multiline-name",
"kind": "skill",
"name": "multiline-name",
"description": "Skill whose name value is an empty flow sequence on the next line",
"publisher": "stbenjam",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Skill whose name value is an empty flow sequence on the next line"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/stbenjam/skillsaw",
"path": "tests/fixtures/autofix/safe-idempotency/skills/multiline-name/SKILL.md",
"ref": "804a1076954e794a7c04ab633f0a4cd0fde2825d",
"url": "https://github.com/stbenjam/skillsaw/blob/804a1076954e794a7c04ab633f0a4cd0fde2825d/tests/fixtures/autofix/safe-idempotency/skills/multiline-name/SKILL.md",
"key": "stbenjam/skillsaw/tests/fixtures/autofix/safe-idempotency/skills/multiline-name/SKILL.md"
}
},
"instructions": "# Multiline Name Skill\n\nThis skill's `name:` key holds a falsy value that lives on the following\nline. The fix must replace the whole value span in place — replacing only\nthe key line would orphan the continuation and corrupt the frontmatter.",
"cost": {
"context_tokens": 60
}
}
Fetch it by URL: GET /api/v1/registry/stbenjam-skillsaw-multiline-name/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.