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.
index - Skill - OpenSmartRoute
Skillv1.0.0
index
Regenerate the specification index and run the weekly index pass.
Imported from Bcengi/veldo (packs/claude/skills/index/SKILL.md). Install upstream with npx skills add Bcengi/veldo --skill index. Copyright stays with the author.
Run scripts/update_index.py, then perform the index pass on: $ARGUMENTS
The pass (15-20 minutes, the one ritual Veldo keeps): close what shipped, kill
or re-own what went stale, adjust priorities, confirm the next ready
specifications. Propose status changes to the human rather than silently
changing intent. If the pass regularly needs more than 20 minutes, say so:
the specifications are too large or the index has drifted.
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.
bcengi-veldo-index.ocm.jsonjson
{
"ocm": "1",
"id": "bcengi-veldo-index",
"kind": "skill",
"name": "index",
"description": "Regenerate the specification index and run the weekly index pass.",
"publisher": "Bcengi",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Regenerate the specification index and run the weekly index pass."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Bcengi/veldo",
"path": "packs/claude/skills/index/SKILL.md",
"ref": "f3d2e451bd1ead6d6a472496d2405dfe0a105abd",
"url": "https://github.com/Bcengi/veldo/blob/f3d2e451bd1ead6d6a472496d2405dfe0a105abd/packs/claude/skills/index/SKILL.md",
"key": "Bcengi/veldo/packs/claude/skills/index/SKILL.md"
},
"allowed_tools": [
"Read,",
"Grep,",
"Glob,",
"Write,",
"Edit,",
"Bash"
]
},
"instructions": "Run scripts/update_index.py, then perform the index pass on: $ARGUMENTS\n\nThe pass (15-20 minutes, the one ritual Veldo keeps): close what shipped, kill\nor re-own what went stale, adjust priorities, confirm the next ready\nspecifications. Propose status changes to the human rather than silently\nchanging intent. If the pass regularly needs more than 20 minutes, say so:\nthe specifications are too large or the index has drifted.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/bcengi-veldo-index/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.