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-ux-optimizer - Skill - OpenSmartRoute
Skillv1.0.0
cli-ux-optimizer
Improve the IXPANSION command-line experience. Use when changing argparse options, defaults, help text, exit codes, validation, offline behavior, or CLI error messages.
Imported from adjjvmorii26-png/feature-1.5-vivarium-lattice (.github/skills/cli-ux-optimizer/SKILL.md). Install upstream with npx skills add adjjvmorii26-png/feature-1.5-vivarium-lattice --skill cli-ux-optimizer. Copyright stays with the author.
CLI UX Optimizer
Make run_agent.py predictable for both first-time users and scripts.
Workflow
Run python run_agent.py --help and inspect the current parser.
Identify defaults, required configuration, output, and exit behavior.
Validate invalid combinations before doing work or making network calls.
Use concise argparse errors with an actionable remedy; avoid tracebacks for expected input or configuration failures.
Preserve the offline default path.
Test documented commands and missing-configuration paths.
Do not change output formatting casually when users or scripts may rely on it.
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.