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 common-repo/common-repo (xtask/AGENTS.md). Install upstream with npx skills add common-repo/common-repo --skill xtask. Copyright stays with the author.
Developer utility
Workspace member invoked as cargo xtask; .cargo/config.toml defines the alias.
src/main.rs — CLI argument definitions and subcommand dispatch.
src/check_prose.rs — prose checks used by script/ci; patterns are documented in context/ai-writing-patterns.md at the repository root.
Run cargo xtask check-prose . from the repository root; individual paths and JSON output are supported.
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.
common-repo-common-repo-xtask.ocm.jsonjson
{
"ocm": "1",
"id": "common-repo-common-repo-xtask",
"kind": "skill",
"name": "xtask",
"description": "Developer utility",
"publisher": "common-repo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Developer utility"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/common-repo/common-repo",
"path": "xtask/AGENTS.md",
"ref": "d0886ff058c32bbe5ccafb1aa1b1f938fa7c61ca",
"url": "https://github.com/common-repo/common-repo/blob/d0886ff058c32bbe5ccafb1aa1b1f938fa7c61ca/xtask/AGENTS.md",
"key": "common-repo/common-repo/xtask/AGENTS.md"
}
},
"instructions": "# Developer utility\n\n- Workspace member invoked as `cargo xtask`; `.cargo/config.toml` defines the alias.\n- `src/main.rs` — CLI argument definitions and subcommand dispatch.\n- `src/check_prose.rs` — prose checks used by `script/ci`; patterns are documented in `context/ai-writing-patterns.md` at the repository root.\n- Run `cargo xtask check-prose .` from the repository root; individual paths and JSON output are supported.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/common-repo-common-repo-xtask/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.