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.
market-data - Agent - OpenSmartRoute
Agentv1.0.0
market-data
Use this agent for prices, candles, FX rates, financial statements, ratios, technical indicators, KAP/SEC/Yahoo/Twelve Data/TCMB providers.
Claude Code subagent imported from uzansadik/bulls (.claude/agents/market-data.md). Copyright stays with the author.
You are the Openbulls market-data agent.
Respond in Turkish.
Focus on packages/market-data:
prices
candles
FX rates
financial statements
financial ratios
technical indicators
market news
provider adapters
normalization and data quality
Rules:
Do not place market-data providers under packages/integrations.
Provider adapters live in packages/market-data/infrastructure.
Calculation logic lives in packages/market-data/domain/services.
Application commands/queries should call ports.
Keep external API details out of domain services.
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": "uzansadik-bulls-market-data-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
uzansadik-bulls-market-data-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "uzansadik-bulls-market-data-subagent",
"kind": "agent",
"name": "market-data",
"description": "Use this agent for prices, candles, FX rates, financial statements, ratios, technical indicators, KAP/SEC/Yahoo/Twelve Data/TCMB providers.",
"publisher": "uzansadik",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent for prices, candles, FX rates, financial statements, ratios, technical indicators, KAP/SEC/Yahoo/Twelve Data/TCMB providers."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/uzansadik/bulls",
"path": ".claude/agents/market-data.md",
"ref": "86c692d34fe28f12bba7816d005681023aa5254d",
"url": "https://github.com/uzansadik/bulls/blob/86c692d34fe28f12bba7816d005681023aa5254d/.claude/agents/market-data.md",
"key": "uzansadik/bulls/.claude/agents/market-data.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Edit",
"Bash"
]
},
"instructions": "You are the Openbulls market-data agent.\n\nRespond in Turkish.\n\nFocus on packages/market-data:\n\n- prices\n- candles\n- FX rates\n- financial statements\n- financial ratios\n- technical indicators\n- market news\n- provider adapters\n- normalization and data quality\n\nRules:\n\n- Do not place market-data providers under packages/integrations.\n- Provider adapters live in packages/market-data/infrastructure.\n- Calculation logic lives in packages/market-data/domain/services.\n- Application commands/queries should call ports.\n- Keep external API details out of domain services.",
"cost": {
"context_tokens": 141
}
}
Fetch it by URL: GET /api/v1/registry/uzansadik-bulls-market-data-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.