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 masddffee/DeskGraph (apps/desktop/AGENTS.md). Install upstream with npx skills add masddffee/DeskGraph --skill desktop. Copyright stays with the author.
Always provide loading, empty, partial, paused and error states.
File actions must show before/after paths and confidence explanations.
Never hide scope or privacy status.
Keyboard accessibility is required.
Do not expose raw model output.
IPC commands must be narrowly scoped through Tauri capabilities.
Keep frontend state derived from backend source-of-truth where practical.
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.
masddffee-deskgraph-desktop.ocm.jsonjson
{
"ocm": "1",
"id": "masddffee-deskgraph-desktop",
"kind": "skill",
"name": "desktop",
"description": "Desktop App Instructions",
"publisher": "masddffee",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Desktop App Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/masddffee/DeskGraph",
"path": "apps/desktop/AGENTS.md",
"ref": "755794ab04fd6a78239477e1a4e8256f90f432a8",
"url": "https://github.com/masddffee/DeskGraph/blob/755794ab04fd6a78239477e1a4e8256f90f432a8/apps/desktop/AGENTS.md",
"key": "masddffee/DeskGraph/apps/desktop/AGENTS.md"
}
},
"instructions": "# Desktop App Instructions\n\n- UI must communicate value without graph jargon.\n- Primary navigation: Home, Search, Projects, Inbox, History, Settings.\n- Always provide loading, empty, partial, paused and error states.\n- File actions must show before/after paths and confidence explanations.\n- Never hide scope or privacy status.\n- Keyboard accessibility is required.\n- Do not expose raw model output.\n- IPC commands must be narrowly scoped through Tauri capabilities.\n- Keep frontend state derived from backend source-of-truth where practical.",
"cost": {
"context_tokens": 135
}
}
Fetch it by URL: GET /api/v1/registry/masddffee-deskgraph-desktop/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.