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 LegoX/LegoFlow (plugins/evaluator/skills/setup/SKILL.md). Install upstream with npx skills add LegoX/LegoFlow --skill setup. Copyright stays with the author.
Canonical LegoFlow Skill
Read and follow blocks/evaluator/.claude/plugins/evaluator-plugin/skills/setup/SKILL.md in full. It is the canonical workflow shared by Claude Code and Codex; do not duplicate or reinterpret its safety gates, reporting requirements, or runtime procedure here.
Native Codex Invocation
Invoke this Codex skill as $evaluator-setup.
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.
legox-legoflow-setup.ocm.jsonjson
{
"ocm": "1",
"id": "legox-legoflow-setup",
"kind": "skill",
"name": "setup",
"description": "Run the canonical evaluator setup workflow.",
"publisher": "LegoX",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run the canonical evaluator setup workflow."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/LegoX/LegoFlow",
"path": "plugins/evaluator/skills/setup/SKILL.md",
"ref": "f1385d07c17c8551af60bb02ed3dae7ce8e447f5",
"url": "https://github.com/LegoX/LegoFlow/blob/f1385d07c17c8551af60bb02ed3dae7ce8e447f5/plugins/evaluator/skills/setup/SKILL.md",
"key": "LegoX/LegoFlow/plugins/evaluator/skills/setup/SKILL.md"
}
},
"instructions": "# Canonical LegoFlow Skill\n\nRead and follow `blocks/evaluator/.claude/plugins/evaluator-plugin/skills/setup/SKILL.md` in full. It is the canonical workflow shared by Claude Code and Codex; do not duplicate or reinterpret its safety gates, reporting requirements, or runtime procedure here.\n\n## Native Codex Invocation\n\nInvoke this Codex skill as `$evaluator-setup`.",
"cost": {
"context_tokens": 91
}
}
Fetch it by URL: GET /api/v1/registry/legox-legoflow-setup/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.