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.
agent-authoring - Skill - OpenSmartRoute
Skillv1.0.0
agent-authoring
Use when creating or modifying subagents, skills, model routing, or discovery layouts for Antigravity, Claude Code, or Codex.
Imported from devgugga/agent-sandbox (.claude/skills/agent-authoring/SKILL.md). Install upstream with npx skills add devgugga/agent-sandbox --skill agent-authoring. Copyright stays with the author.
Skill: Agent Authoring
This skill guides the creation and maintenance of portable, structured agents and skills.
Canonical Instructions
Before proposing or editing any agent or skill configuration, read and apply:
docs/domains/agent-authoring/README.md
docs/domains/agent-authoring/conventions.md
docs/domains/agent-authoring/platform-layouts.md
docs/domains/agent-authoring/model-selection.md
docs/domains/agent-authoring/validation.md
These documents are authoritative. Keep agent wrappers thin and never duplicate domain rules inside prompts.
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.