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.
tmn-qa-kit - Skill - OpenSmartRoute
Skillv1.0.0
tmn-qa-kit
Defer to this repo's own README / config for build, test, and run commands.
Imported from teamnebula-ai/tmn-qa-kit (AGENTS.md). Install upstream with npx skills add teamnebula-ai/tmn-qa-kit. Copyright stays with the author.
tmn-qa-kit
Defer to this repo's own README / config for build, test, and run commands.
Team Context (shared memory)
This repo's cross-project context + memory live in your workspace's team-context store
($CLAUDE_CONFIG_DIR). Load boundary/RULES.md → projects-context/tmn/CONTEXT.md →
memory/tmn/, and persist back with /tmn-sync. If it isn't set up locally, run
/tmn-context first. Workspace layout + setup: your team-context README.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.
teamnebula-ai-tmn-qa-kit-tmn-qa-kit.ocm.jsonjson
{
"ocm": "1",
"id": "teamnebula-ai-tmn-qa-kit-tmn-qa-kit",
"kind": "skill",
"name": "tmn-qa-kit",
"description": "Defer to this repo's own README / config for build, test, and run commands.",
"publisher": "teamnebula-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Defer to this repo's own README / config for build, test, and run commands."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/teamnebula-ai/tmn-qa-kit",
"path": "AGENTS.md",
"ref": "5d6419831ced5e97550057ceadcc09a89e7b0516",
"url": "https://github.com/teamnebula-ai/tmn-qa-kit/blob/5d6419831ced5e97550057ceadcc09a89e7b0516/AGENTS.md",
"key": "teamnebula-ai/tmn-qa-kit/AGENTS.md"
}
},
"instructions": "# tmn-qa-kit\n\nDefer to this repo's own README / config for build, test, and run commands.\n\n<!-- team-context-pointer:start -->\n## Team Context (shared memory)\n\nThis repo's cross-project context + memory live in your workspace's **team-context** store\n(`$CLAUDE_CONFIG_DIR`). Load `boundary/RULES.md` → `projects-context/tmn/CONTEXT.md` →\n`memory/tmn/`, and persist back with **`/tmn-sync`**. If it isn't set up locally, run\n**`/tmn-context`** first. Workspace layout + setup: your team-context `README.md`.\n<!-- team-context-pointer:end -->",
"cost": {
"context_tokens": 135
}
}
Fetch it by URL: GET /api/v1/registry/teamnebula-ai-tmn-qa-kit-tmn-qa-kit/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.