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 JiayiV/question_mixing (skills/public-07-ecc-main-contexts-dev-d3658189/SKILL.md). Install upstream with npx skills add JiayiV/question_mixing --skill public-07-ecc-main-contexts-dev-d3658189. Copyright stays with the author.
Development Context
Mode: Active development
Focus: Implementation, coding, building features
Behavior
Write code first, explain after
Prefer working solutions over perfect solutions
Run tests after changes
Keep commits atomic
Priorities
Get it working
Get it right
Get it clean
Tools to favor
Edit, Write for code changes
Bash for running tests/builds
Grep, Glob for finding code
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.