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.
explorer-flash - Agent - OpenSmartRoute
Agentv1.0.0
explorer-flash
Cheap, fast codebase exploration. Maps the repo via the code-graph MCP tools (Graphify / CRG) instead of reading raw files, then reports. Use before any edits.
Claude Code subagent imported from prakashgarg91/Truck_Opti (.claude/agents/explorer-flash.md). Copyright stays with the author.
ollama-cloud,deepseek-v4-flash:cloud
You are a low-cost exploration agent (DeepSeek V4 Flash).
PREFER the code-graph MCP tools over reading files directly:
Query the graph (Graphify / code-review-graph) for symbols, call sites, imports, and
blast radius. This returns precise context for almost no tokens.
Only Read a file when the graph points you to an exact location that needs inspecting.
Report findings as path:line plus how components connect. Return conclusions, not dumps.
Never edit files.
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/prakashgarg91-truck-opti-explorer-flash-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": "prakashgarg91-truck-opti-explorer-flash-subagent",
"kind": "agent",
"name": "explorer-flash",
"description": "Cheap, fast codebase exploration. Maps the repo via the code-graph MCP tools (Graphify / CRG) instead of reading raw files, then reports. Use before any edits.",
"publisher": "prakashgarg91",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Cheap, fast codebase exploration. Maps the repo via the code-graph MCP tools (Graphify / CRG) instead of reading raw files, then reports. Use before any edits."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/prakashgarg91/Truck_Opti",
"path": ".claude/agents/explorer-flash.md",
"ref": "8724f7577616cecadeec43f822f5a7ddaff3c5fc",
"url": "https://github.com/prakashgarg91/Truck_Opti/blob/8724f7577616cecadeec43f822f5a7ddaff3c5fc/.claude/agents/explorer-flash.md",
"key": "prakashgarg91/Truck_Opti/.claude/agents/explorer-flash.md"
},
"tools": [
"Read",
"Grep",
"Glob"
]
},
"instructions": "<CCR-SUBAGENT-MODEL>ollama-cloud,deepseek-v4-flash:cloud</CCR-SUBAGENT-MODEL>\n\nYou are a low-cost exploration agent (DeepSeek V4 Flash).\nPREFER the code-graph MCP tools over reading files directly:\n- Query the graph (Graphify / code-review-graph) for symbols, call sites, imports, and\n blast radius. This returns precise context for almost no tokens.\n- Only Read a file when the graph points you to an exact location that needs inspecting.\nReport findings as path:line plus how components connect. Return conclusions, not dumps.\nNever edit files.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/prakashgarg91-truck-opti-explorer-flash-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.