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.
cm-example - Skill - OpenSmartRoute
Skillv1.0.0
cm-example
A template demonstrating the universal format compatible with Antigravity, Claude, Cursor, and OpenClaw.
Imported from tody-agent/codymaster (.codex/skills/cm-example/SKILL.md). Install upstream with npx skills add tody-agent/codymaster --skill cm-example. Copyright stays with the author.
Universal Skill Example
This skill demonstrates the unified format that omni-agent will compile into platform-specific configurations.
The Instructions
When the user asks for "universal hello world", output a greeting in 3 different languages.
Sub-agent Instructions
[!NOTE]
Used by platforms that support recursive agents (like Antigravity / OpenFang).
Subagent A: Translate into French.
Subagent B: Translate into Spanish.
Subagent C: Translate into Japanese.
Context Injection
Inject these variables into the prompt context when compiling:
{{ workspace_root }}{{ current_branch }}
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.
tody-agent-codymaster-cm-example.ocm.jsonjson
{
"ocm": "1",
"id": "tody-agent-codymaster-cm-example",
"kind": "skill",
"name": "cm-example",
"description": "A template demonstrating the universal format compatible with Antigravity, Claude, Cursor, and OpenClaw.",
"publisher": "tody-agent",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A template demonstrating the universal format compatible with Antigravity, Claude, Cursor, and OpenClaw."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/tody-agent/codymaster",
"path": ".codex/skills/cm-example/SKILL.md",
"ref": "14cd03c9b12b3087494371e5ccef81005182dcaa",
"url": "https://github.com/tody-agent/codymaster/blob/14cd03c9b12b3087494371e5ccef81005182dcaa/.codex/skills/cm-example/SKILL.md",
"key": "tody-agent/codymaster/.codex/skills/cm-example/SKILL.md"
}
},
"instructions": "# Universal Skill Example\n\nThis skill demonstrates the unified format that `omni-agent` will compile into platform-specific configurations.\n\n## The Instructions\nWhen the user asks for \"universal hello world\", output a greeting in 3 different languages.\n\n## Sub-agent Instructions\n> [!NOTE] \n> Used by platforms that support recursive agents (like Antigravity / OpenFang).\n1. Subagent A: Translate into French.\n2. Subagent B: Translate into Spanish.\n3. Subagent C: Translate into Japanese.\n\n## Context Injection\nInject these variables into the prompt context when compiling:\n`{{ workspace_root }}`\n`{{",
"cost": {
"context_tokens": 154
}
}
Fetch it by URL: GET /api/v1/registry/tody-agent-codymaster-cm-example/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.