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.
Imported from ALCOMD/ALCOMD (migrations/v3/AGENTS.md). Install upstream with npx skills add ALCOMD/ALCOMD --skill v3. Copyright stays with the author.
v3 migration-specific instructions
Never delete an artifact whose confirmed value is false.
Never infer ownership from a similar name alone.
Never modify user projects during inventory or export.
Build and validate v4 state before entering the irreversible commit phase.
Legacy readers must stay under migrations/v3/.
Fixtures must contain no real tokens, private project names, personal paths, or signing material.
Every cleanup action needs a rollback/commit-stage classification and an automated residue test.
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.
alcomd-alcomd-v3.ocm.jsonjson
{
"ocm": "1",
"id": "alcomd-alcomd-v3",
"kind": "skill",
"name": "v3",
"description": "v3 migration-specific instructions",
"publisher": "ALCOMD",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"v3 migration-specific instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ALCOMD/ALCOMD",
"path": "migrations/v3/AGENTS.md",
"ref": "e9349fd0f4cc9c18d9174dfc5826d48654aeb6f5",
"url": "https://github.com/ALCOMD/ALCOMD/blob/e9349fd0f4cc9c18d9174dfc5826d48654aeb6f5/migrations/v3/AGENTS.md",
"key": "ALCOMD/ALCOMD/migrations/v3/AGENTS.md"
}
},
"instructions": "# v3 migration-specific instructions\n\n- Never delete an artifact whose `confirmed` value is false.\n- Never infer ownership from a similar name alone.\n- Never modify user projects during inventory or export.\n- Build and validate v4 state before entering the irreversible commit phase.\n- Legacy readers must stay under `migrations/v3/`.\n- Fixtures must contain no real tokens, private project names, personal paths, or signing material.\n- Every cleanup action needs a rollback/commit-stage classification and an automated residue test.",
"cost": {
"context_tokens": 133
}
}
Fetch it by URL: GET /api/v1/registry/alcomd-alcomd-v3/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.