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.
telecode - Skill - OpenSmartRoute
Skillv1.0.0
telecode
Please refer to [CLAUDE.md](CLAUDE.md) for complete AI assistant guidelines covering:
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.
polinom-telecode-telecode.ocm.jsonjson
{
"ocm": "1",
"id": "polinom-telecode-telecode",
"kind": "skill",
"name": "telecode",
"description": "Please refer to [CLAUDE.md](CLAUDE.md) for complete AI assistant guidelines covering:",
"publisher": "polinom",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Please refer to [CLAUDE.md](CLAUDE.md) for complete AI assistant guidelines covering:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/polinom/telecode",
"path": "AGENTS.md",
"ref": "26efa40d2acccd941a9a2743b8c6a532aa87e251",
"url": "https://github.com/polinom/telecode/blob/26efa40d2acccd941a9a2743b8c6a532aa87e251/AGENTS.md",
"key": "polinom/telecode/AGENTS.md"
}
},
"instructions": "# Agent Documentation\n\n**Note:** This file has been superseded by comprehensive documentation in [CLAUDE.md](CLAUDE.md).\n\nPlease refer to [CLAUDE.md](CLAUDE.md) for complete AI assistant guidelines covering:\n\n- Project overview and architecture\n- Repository structure and module organization\n- Development setup and workflows\n- Coding conventions and patterns\n- Common development tasks\n- Release process and CI/CD\n- Important notes for AI assistants working with the codebase\n\n---\n\nFor quick reference, see [CLAUDE.md](CLAUDE.md).",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/polinom-telecode-telecode/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.