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.
carbonyl-agent - Skill - OpenSmartRoute
Skillv1.0.0
carbonyl-agent
See [AIWG.md](./AIWG.md) for the full AIWG framework context (active frameworks, addons, agents, behaviors, rules).
Imported from jmagly/carbonyl-agent (AGENTS.md). Install upstream with npx skills add jmagly/carbonyl-agent. Copyright stays with the author.
AGENTS.md
Framework Context
See AIWG.md for the full AIWG framework context
(active frameworks, addons, agents, behaviors, rules).
Deployed artifacts live under your provider's native directory
(for example .codex/agents/, .warp/agents/, .github/agents/).
Use aiwg discover "<intent>" and aiwg show <type> <name> to browse
skills, agents, rules, and commands across the installation.
See AGENTS.override.md for operator-authored additions.
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.
jmagly-carbonyl-agent-carbonyl-agent.ocm.jsonjson
{
"ocm": "1",
"id": "jmagly-carbonyl-agent-carbonyl-agent",
"kind": "skill",
"name": "carbonyl-agent",
"description": "See [AIWG.md](./AIWG.md) for the full AIWG framework context (active frameworks, addons, agents, behaviors, rules).",
"publisher": "jmagly",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See [AIWG.md](./AIWG.md) for the full AIWG framework context (active frameworks, addons, agents, behaviors, rules)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jmagly/carbonyl-agent",
"path": "AGENTS.md",
"ref": "dca3c63b908f897c141a402662f92ef341698fff",
"url": "https://github.com/jmagly/carbonyl-agent/blob/dca3c63b908f897c141a402662f92ef341698fff/AGENTS.md",
"key": "jmagly/carbonyl-agent/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n<!-- aiwg-managed -->\n<!-- Generated by AIWG. Edit AGENTS.override.md for operator additions. -->\n\n## Framework Context\n\nSee [AIWG.md](./AIWG.md) for the full AIWG framework context\n(active frameworks, addons, agents, behaviors, rules).\n\nDeployed artifacts live under your provider's native directory\n(for example `.codex/agents/`, `.warp/agents/`, `.github/agents/`).\nUse `aiwg discover \"<intent>\"` and `aiwg show <type> <name>` to browse\nskills, agents, rules, and commands across the installation.\n\n---\n\n*See `AGENTS.override.md` for operator-authored additions.*",
"cost": {
"context_tokens": 144
}
}
Fetch it by URL: GET /api/v1/registry/jmagly-carbonyl-agent-carbonyl-agent/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.