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.
cli-models - Skill - OpenSmartRoute
Skillv1.0.0
cli-models
Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants.
Imported from TukTuck/Bad-Wolf (omniroute/skills/cli-models/SKILL.md). Install upstream with npx skills add TukTuck/Bad-Wolf --skill cli-models. Copyright stays with the author.
Overview
Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants.
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.
tuktuck-bad-wolf-cli-models.ocm.jsonjson
{
"ocm": "1",
"id": "tuktuck-bad-wolf-cli-models",
"kind": "skill",
"name": "cli-models",
"description": "Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants.",
"publisher": "TukTuck",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/TukTuck/Bad-Wolf",
"path": "omniroute/skills/cli-models/SKILL.md",
"ref": "521ed5e3cd3c070df988abf012c05b4f78486115",
"url": "https://github.com/TukTuck/Bad-Wolf/blob/521ed5e3cd3c070df988abf012c05b4f78486115/omniroute/skills/cli-models/SKILL.md",
"key": "TukTuck/Bad-Wolf/omniroute/skills/cli-models/SKILL.md"
}
},
"instructions": "<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->\n\n## Overview\n\nQuery available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants.\n\n## Quick install\n\n```bash\nnpm install -g omniroute # or: npx omniroute\nomniroute --version\n```\n\n## Subcommands\n\n### `models [provider]`\n\n**Flags:**\n\n- `--search <query>`\n- `--json`\n\n**Example:**\n\n```bash\nomniroute models [provider]\n```",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/tuktuck-bad-wolf-cli-models/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.