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.
codex - Skill - OpenSmartRoute
Skillv1.0.0
codex
This file is generated adapter output for RigorLoop {version}. This package is not the canonical source of RigorLoop behavior. Do not edit installed adapter package files directly; update from a fresh
Imported from xiongxianfei/rigorloop (scripts/resources/adapter-templates/codex/AGENTS.md). Install upstream with npx skills add xiongxianfei/rigorloop --skill codex. Copyright stays with the author.
RigorLoop Codex Adapter
This file is generated adapter output for RigorLoop {version}. This package is not the canonical source of RigorLoop behavior. Do not edit installed adapter package files directly; update from a fresh RigorLoop adapter package instead.
This package is independently installable by copying this adapter package into a project root.
Reusable workflow skills are installed under .agents/skills/.
No default tool permission configuration is generated by this adapter.
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.
xiongxianfei-rigorloop-codex.ocm.jsonjson
{
"ocm": "1",
"id": "xiongxianfei-rigorloop-codex",
"kind": "skill",
"name": "codex",
"description": "This file is generated adapter output for RigorLoop {version}. This package is not the canonical source of RigorLoop behavior. Do not edit installed adapter package files directly; update from a fresh RigorLoop adapter package instead.",
"publisher": "xiongxianfei",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file is generated adapter output for RigorLoop {version}. This package is not the canonical source of RigorLoop behavior. Do not edit installed adapter package files directly; update from a fresh RigorLoop adapter package instead."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/xiongxianfei/rigorloop",
"path": "scripts/resources/adapter-templates/codex/AGENTS.md",
"ref": "51833994a520bf29c9aae135e9405331cf76b755",
"url": "https://github.com/xiongxianfei/rigorloop/blob/51833994a520bf29c9aae135e9405331cf76b755/scripts/resources/adapter-templates/codex/AGENTS.md",
"key": "xiongxianfei/rigorloop/scripts/resources/adapter-templates/codex/AGENTS.md"
}
},
"instructions": "# RigorLoop Codex Adapter\n\nThis file is generated adapter output for RigorLoop {version}. This package is not the canonical source of RigorLoop behavior. Do not edit installed adapter package files directly; update from a fresh RigorLoop adapter package instead.\n\nThis package is independently installable by copying this adapter package into a project root.\n\nReusable workflow skills are installed under `.agents/skills/`.\n\nNo default tool permission configuration is generated by this adapter.",
"cost": {
"context_tokens": 123
}
}
Fetch it by URL: GET /api/v1/registry/xiongxianfei-rigorloop-codex/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.