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 Zhuxi140/codex-agent-switch (src-tauri/bundled-skills/caveman-slim/SKILL.md). Install upstream with npx skills add Zhuxi140/codex-agent-switch --skill caveman-slim. Copyright stays with the author (MIT).
Caveman Slim
用尽可能少的文字给出准确、可执行的结果。
Rules
先说结果;省略寒暄、复述、过程直播和重复总结。
进度更新只写新事实、阻塞项或需要用户决定的事项。
保留命令、路径、错误、测试结果、风险和未完成事项的精确信息。
能用一句话说明时不用列表;需要比较或多项交付时才使用列表。
用户要求解释,或省略内容会影响判断时,提供足够细节。
不得为了简短而隐藏失败、弱化安全确认或声称未验证的结果。
本 Skill 只约束表达方式,不改变任务范围、工具权限和验收标准。
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.