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.
dangling - Skill - OpenSmartRoute
Skillv1.0.0
dangling
Links to a file that is not there, beside links that are fine.
Imported from tacomancy/skills (tests/structural/fixtures/broken-link/skills/dangling/SKILL.md). Install upstream with npx skills add tacomancy/skills --skill dangling. Copyright stays with the author.
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.
tacomancy-skills-dangling.ocm.jsonjson
{
"ocm": "1",
"id": "tacomancy-skills-dangling",
"kind": "skill",
"name": "dangling",
"description": "Links to a file that is not there, beside links that are fine.",
"publisher": "tacomancy",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Links to a file that is not there, beside links that are fine."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/tacomancy/skills",
"path": "tests/structural/fixtures/broken-link/skills/dangling/SKILL.md",
"ref": "d08eb9e5e8492153e2bd64581e9ee9af7a1e2567",
"url": "https://github.com/tacomancy/skills/blob/d08eb9e5e8492153e2bd64581e9ee9af7a1e2567/tests/structural/fixtures/broken-link/skills/dangling/SKILL.md",
"key": "tacomancy/skills/tests/structural/fixtures/broken-link/skills/dangling/SKILL.md"
}
},
"instructions": "# Dangling\n\nFine: [notes](notes.md), [a section](notes.md#notes), [the script](./scripts/run.sh),\n[a URL](https://example.com/page.md), [an anchor](#dangling), [titled](notes.md \"Notes\"),\nand a reference-style link to [notes][ref].\n\nBroken: [gone](missing.md), [also gone](scripts/absent.sh), [a directory](scripts/),\n[outside the folder](../../elsewhere.md), and [a dangling reference][ref2].\n\n[ref]: notes.md\n[ref2]: nowhere.md",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/tacomancy-skills-dangling/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.