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.
telclaude - Skill - OpenSmartRoute
Skillv1.0.0
telclaude
For all agent usage, start with `CLAUDE.md` (project memory, workflows, guardrails). It auto-loads for Claude Code; Codex should read it via this file.
Imported from avivsinai/telclaude (AGENTS.md). Install upstream with npx skills add avivsinai/telclaude. Copyright stays with the author.
Agents Guide
For all agent usage, start with CLAUDE.md (project memory, workflows, guardrails). It auto-loads for Claude Code; Codex should read it via this file.
Claude Code skills live under .claude/skills/. Codex-compatible project skills live under .agents/skills/. When adding or changing operator skills, keep both surfaces equivalent unless the skill is intentionally runtime-specific.
Beads
Use Beads (bd) for durable project task tracking. Start with bd prime and the beads skill (.agents/skills/beads/SKILL.md / .claude/skills/beads/SKILL.md). Keep the local .beads/ Dolt workspace out of git.
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.
avivsinai-telclaude-telclaude.ocm.jsonjson
{
"ocm": "1",
"id": "avivsinai-telclaude-telclaude",
"kind": "skill",
"name": "telclaude",
"description": "For all agent usage, start with `CLAUDE.md` (project memory, workflows, guardrails). It auto-loads for Claude Code; Codex should read it via this file.",
"publisher": "avivsinai",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"For all agent usage, start with `CLAUDE.md` (project memory, workflows, guardrails). It auto-loads for Claude Code; Codex should read it via this file."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/avivsinai/telclaude",
"path": "AGENTS.md",
"ref": "19bcf810c2b7983bca1d4b5e6fe6319d9a424daf",
"url": "https://github.com/avivsinai/telclaude/blob/19bcf810c2b7983bca1d4b5e6fe6319d9a424daf/AGENTS.md",
"key": "avivsinai/telclaude/AGENTS.md"
}
},
"instructions": "# Agents Guide\n\nFor all agent usage, start with `CLAUDE.md` (project memory, workflows, guardrails). It auto-loads for Claude Code; Codex should read it via this file.\n\nClaude Code skills live under `.claude/skills/`. Codex-compatible project skills live under `.agents/skills/`. When adding or changing operator skills, keep both surfaces equivalent unless the skill is intentionally runtime-specific.\n\n## Beads\n\nUse Beads (`bd`) for durable project task tracking. Start with `bd prime` and the beads skill (`.agents/skills/beads/SKILL.md` / `.claude/skills/beads/SKILL.md`). Keep the local `.beads/",
"cost": {
"context_tokens": 157
}
}
Fetch it by URL: GET /api/v1/registry/avivsinai-telclaude-telclaude/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.