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.
README - Agent - OpenSmartRoute
Agentv1.0.0
README
One markdown file per agent. Each runs in its own context window with its own tool allowance, so use them for work that would otherwise flood the main conversation — broad searches, test-failure triag
Claude Code subagent imported from danny-sg/internals-viewer (.claude/agents/README.md). Copyright stays with the author.
Subagents
One markdown file per agent. Each runs in its own context window with its own tool allowance, so use
them for work that would otherwise flood the main conversation — broad searches, test-failure triage,
reviewing a large diff.
---name: page-format-explorerdescription: Traces how a given page type is parsed, from reader through parser to view modeltools: Read, Grep, Globmodel: sonnet---You are exploring the Internals page parsing pipeline. Report the parse chain and the file:line ofeach hop. Do not modify files.
Omit tools to inherit everything. Omit model to inherit the session's model.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/danny-sg-internals-viewer-readme-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "danny-sg-internals-viewer-readme-subagent",
"kind": "agent",
"name": "README",
"description": "One markdown file per agent. Each runs in its own context window with its own tool allowance, so use them for work that would otherwise flood the main conversation — broad searches, test-failure triage, reviewing a large diff.",
"publisher": "danny-sg",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"One markdown file per agent. Each runs in its own context window with its own tool allowance, so use them for work that would otherwise flood the main conversation — broad searches, test-failure triage, reviewing a large diff."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/danny-sg/internals-viewer",
"path": ".claude/agents/README.md",
"ref": "0f5048e6dcacd5ea73c71e50eaf12ff795c9a5c7",
"url": "https://github.com/danny-sg/internals-viewer/blob/0f5048e6dcacd5ea73c71e50eaf12ff795c9a5c7/.claude/agents/README.md",
"key": "danny-sg/internals-viewer/.claude/agents/README.md"
}
},
"instructions": "# Subagents\n\nOne markdown file per agent. Each runs in its own context window with its own tool allowance, so use\nthem for work that would otherwise flood the main conversation — broad searches, test-failure triage,\nreviewing a large diff.\n\n```markdown\n---\nname: page-format-explorer\ndescription: Traces how a given page type is parsed, from reader through parser to view model\ntools: Read, Grep, Glob\nmodel: sonnet\n---\n\nYou are exploring the Internals page parsing pipeline. Report the parse chain and the file:line of\neach hop. Do not modify files.\n```\n\nOmit `tools` to inherit everything. Omit `mo",
"cost": {
"context_tokens": 159
}
}
Fetch it by URL: GET /api/v1/registry/danny-sg-internals-viewer-readme-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.