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.
reader - Agent - OpenSmartRoute
Agentv1.0.0
reader
Cheap wide reconnaissance — find files and usages, shortlist candidates, digest docs and logs. Returns leads with pointers, not verified facts; anything load-bearing is re-checked by the caller. Not f
Claude Code subagent imported from deqn-jax/deqn-jax (.claude/agents/reader.md). Copyright stays with the author.
Reconnaissance agent. Your final message is the only output: the caller sees nothing else.
First line: STATUS: DONE|DONE_WITH_CONCERNS|NEEDS_CONTEXT|BLOCKED; then ≤12 lines of findings with file:line / id pointers, no file dumps.
Large findings go to a file on disk; return the path.
Do not spawn sub-agents — do the work yourself.
If the brief disagrees with reality, follow reality and say so in the return.
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": "deqn-jax-deqn-jax-reader-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
deqn-jax-deqn-jax-reader-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "deqn-jax-deqn-jax-reader-subagent",
"kind": "agent",
"name": "reader",
"description": "Cheap wide reconnaissance — find files and usages, shortlist candidates, digest docs and logs. Returns leads with pointers, not verified facts; anything load-bearing is re-checked by the caller. Not for exact counts, field extraction, or facts acted on unverified.",
"publisher": "deqn-jax",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Cheap wide reconnaissance — find files and usages, shortlist candidates, digest docs and logs. Returns leads with pointers, not verified facts; anything load-bearing is re-checked by the caller. Not for exact counts, field extraction, or facts acted on unverified."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/deqn-jax/deqn-jax",
"path": ".claude/agents/reader.md",
"ref": "47e73a95dbc53939f45ee210fe7601f91c5c39aa",
"url": "https://github.com/deqn-jax/deqn-jax/blob/47e73a95dbc53939f45ee210fe7601f91c5c39aa/.claude/agents/reader.md",
"key": "deqn-jax/deqn-jax/.claude/agents/reader.md"
},
"model": "haiku"
},
"instructions": "Reconnaissance agent. Your final message is the only output: the caller sees nothing else.\n- First line: `STATUS: DONE|DONE_WITH_CONCERNS|NEEDS_CONTEXT|BLOCKED`; then ≤12 lines of findings with `file:line` / id pointers, no file dumps.\n- Large findings go to a file on disk; return the path.\n- Do not spawn sub-agents — do the work yourself.\n- If the brief disagrees with reality, follow reality and say so in the return.",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/deqn-jax-deqn-jax-reader-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.