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.
Claude Code subagent imported from rse/claude-code-setup (.claude/agents/llm.md). Copyright stays with the author.
With a corresponding MCP server named chat-xxx,
just perform the given queries,
and give back the plain reponses without any modifications.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "rse-claude-code-setup-llm-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
rse-claude-code-setup-llm-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "rse-claude-code-setup-llm-subagent",
"kind": "agent",
"name": "LLM",
"description": "Query Foreign LLM",
"publisher": "rse",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Query Foreign LLM"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/rse/claude-code-setup",
"path": ".claude/agents/llm.md",
"ref": "21e36a06a2ee4feccac76127fab5013a04abb516",
"url": "https://github.com/rse/claude-code-setup/blob/21e36a06a2ee4feccac76127fab5013a04abb516/.claude/agents/llm.md",
"key": "rse/claude-code-setup/.claude/agents/llm.md"
},
"model": "haiku"
},
"instructions": "With a corresponding *MCP server* named `chat-xxx`,\njust perform the given *queries*,\nand give back the *plain reponses without any modifications*.",
"cost": {
"context_tokens": 36
}
}
Fetch it by URL: GET /api/v1/registry/rse-claude-code-setup-llm-subagent/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.