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.
leelen_home3 - Skill - OpenSmartRoute
Skillv1.0.0
leelen_home3
Issues live in this repository's GitHub Issues. See `docs/agents/issue-tracker.md`.
Imported from snailll2/leelen_home3 (AGENTS.md). Install upstream with npx skills add snailll2/leelen_home3. Copyright stays with the author.
Agent skills
Issue tracker
Issues live in this repository's GitHub Issues. See docs/agents/issue-tracker.md.
Triage labels
Use the default five-role triage vocabulary. See docs/agents/triage-labels.md.
Domain docs
This is a single-context repository. See docs/agents/domain.md.
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.
snailll2-leelen-home3-leelen-home3.ocm.jsonjson
{
"ocm": "1",
"id": "snailll2-leelen-home3-leelen-home3",
"kind": "skill",
"name": "leelen_home3",
"description": "Issues live in this repository's GitHub Issues. See `docs/agents/issue-tracker.md`.",
"publisher": "snailll2",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Issues live in this repository's GitHub Issues. See `docs/agents/issue-tracker.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/snailll2/leelen_home3",
"path": "AGENTS.md",
"ref": "d478be794ecfcb1e32fd4f52bd64a97987cd74f4",
"url": "https://github.com/snailll2/leelen_home3/blob/d478be794ecfcb1e32fd4f52bd64a97987cd74f4/AGENTS.md",
"key": "snailll2/leelen_home3/AGENTS.md"
}
},
"instructions": "## Agent skills\r\n\r\n### Issue tracker\r\n\r\nIssues live in this repository's GitHub Issues. See `docs/agents/issue-tracker.md`.\r\n\r\n### Triage labels\r\n\r\nUse the default five-role triage vocabulary. See `docs/agents/triage-labels.md`.\r\n\r\n### Domain docs\r\n\r\nThis is a single-context repository. See `docs/agents/domain.md`.",
"cost": {
"context_tokens": 79
}
}
Fetch it by URL: GET /api/v1/registry/snailll2-leelen-home3-leelen-home3/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.