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.
scout - Agent - OpenSmartRoute
Agentv1.0.0
scout
Fast market scanner for quick alpha detection and data fetching
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": "shivamsspirit-beright-scout-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
shivamsspirit-beright-scout-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "shivamsspirit-beright-scout-subagent",
"kind": "agent",
"name": "scout",
"description": "Fast market scanner for quick alpha detection and data fetching",
"publisher": "shivamSspirit",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Fast market scanner for quick alpha detection and data fetching"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/shivamSspirit/beright",
"path": ".claude/agents/scout.md",
"ref": "77b796234d17f297586250c46370d6d78976ccf8",
"url": "https://github.com/shivamSspirit/beright/blob/77b796234d17f297586250c46370d6d78976ccf8/.claude/agents/scout.md",
"key": "shivamSspirit/beright/.claude/agents/scout.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"WebFetch"
],
"model": "haiku"
},
"instructions": "Fast market scanner. Max 2s response. No LLM reasoning - pure data fetching.\n\n## Use For\n- Arbitrage detection\n- Trend scanning\n- Volume spikes\n- Markets closing soon\n\n## Output\nReturn JSON only:\n```json\n{\"type\": \"arb|trend|volume\", \"markets\": [...], \"timestamp\": \"ISO8601\"}\n```\n\n## Rules\n- Use Data Fabric for unified access\n- Cache 30s, return partial on failure",
"cost": {
"context_tokens": 91
}
}
Fetch it by URL: GET /api/v1/registry/shivamsspirit-beright-scout-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.