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.
trein.os - Skill - OpenSmartRoute
Skillv1.0.0
trein.os
Issues live in GitHub Issues (`github.com/treindev/trein.os`). See `docs/agents/issue-tracker.md`.
Imported from treindev/trein.os (AGENTS.md). Install upstream with npx skills add treindev/trein.os. Copyright stays with the author.
Agent skills
Issue tracker
Issues live in GitHub Issues (github.com/treindev/trein.os). See docs/agents/issue-tracker.md.
Pull requests
Agents are not allowed to merge pull requests, unless explicitly instructed by the human user. By default, all pull requests must be submitted for human review.
Triage labels
Default label vocabulary: needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix. See docs/agents/triage-labels.md.
Domain docs
Single-context layout: CONTEXT.md, docs/adr/, and docs/research/ at the repo root. All documentation additions require a pull request. 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.
treindev-trein-os-trein-os.ocm.jsonjson
{
"ocm": "1",
"id": "treindev-trein-os-trein-os",
"kind": "skill",
"name": "trein.os",
"description": "Issues live in GitHub Issues (`github.com/treindev/trein.os`). See `docs/agents/issue-tracker.md`.",
"publisher": "treindev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Issues live in GitHub Issues (`github.com/treindev/trein.os`). See `docs/agents/issue-tracker.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/treindev/trein.os",
"path": "AGENTS.md",
"ref": "fb64215a364002d88d7142f6063c088a3bb75c34",
"url": "https://github.com/treindev/trein.os/blob/fb64215a364002d88d7142f6063c088a3bb75c34/AGENTS.md",
"key": "treindev/trein.os/AGENTS.md"
}
},
"instructions": "## Agent skills\n\n### Issue tracker\n\nIssues live in GitHub Issues (`github.com/treindev/trein.os`). See `docs/agents/issue-tracker.md`.\n\n### Pull requests\n\nAgents are not allowed to merge pull requests, unless explicitly instructed by the human user. By default, all pull requests must be submitted for human review.\n\n### Triage labels\n\nDefault label vocabulary: `needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`. See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context layout: `CONTEXT.md`, `docs/adr/`, and `docs/research/` at the repo root. All documentatio",
"cost": {
"context_tokens": 166
}
}
Fetch it by URL: GET /api/v1/registry/treindev-trein-os-trein-os/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.