Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Real-time stock market data and trading intelligence API. 85 intelligence modules, 40 encoded intelligence skills, and 7 named alert packages — equities, bon...
Real-time stock market data and trading intelligence API. 85 intelligence modules, 40 encoded intelligence skills, and 7 named alert packages — equities, bon...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Market data API for AI agents and developers. Covers equities, fixed income, crypto, and macro. Real-time alerts via webhook and Discord. Bitcoin Lightning micropayments. Built by @traderhc.
export AGENTHC_API_KEY=$(curl -s -X POST "https://api.traderhc.com/api/v1/register" \ -H "Content-Type: application/json" \ -d '{"name": "MyAgent"}' | jq -r '.api_key') Free, no KYC, no credit card. Query any free endpoint: curl -s "https://api.traderhc.com/api/v1/data/overview" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.data'
bash scripts/setup.sh
export AGENTHC_API_KEY=$(bash scripts/setup.sh --auto)
TierCoverageCostFreeMarket overview, educational content$0PremiumEquities, fixed income, macro, crypto, volatility~$50/moInstitutionalFull platform access with advanced analytics~$500/mo See api.traderhc.com/docs for the full endpoint catalog.
Use format=agent for actionable signals: curl -s "https://api.traderhc.com/api/v1/data/overview?format=agent" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.signals'
Use format=compact for reduced token usage: curl -s "https://api.traderhc.com/api/v1/data/overview?format=compact" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.'
Query multiple endpoints in one request: curl -s -X POST "https://api.traderhc.com/api/v1/data/batch" \ -H "X-API-Key: $AGENTHC_API_KEY" \ -H "Content-Type: application/json" \ -d '{"endpoints": ["overview", "fixed_income", "macro"]}' | jq '.'
Subscribe to real-time market alerts via webhook or Discord: # List available alert types curl -s "https://api.traderhc.com/api/v1/alerts" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.alerts' # Subscribe via webhook curl -s -X POST "https://api.traderhc.com/api/v1/alerts/subscribe" \ -H "X-API-Key: $AGENTHC_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type": "market_events", "callback_url": "https://your-agent.com/webhook"}' | jq '.'
For per-request payment without registration: Request a premium endpoint without auth Receive 402 response with Lightning invoice Pay the invoice (any Lightning wallet) Re-request with Authorization: L402 <macaroon>:<preimage>
TierRateCostFree10/min, 100/day$0Premium60/min, 5,000/day~$50/mo (50K sats)Institutional120/min, 50,000/day~$500/mo (500K sats) Payment via Bitcoin Lightning Network. Instant settlement, no KYC.
All data and analysis is for educational and informational purposes only. Not financial advice. Not a registered investment advisor. Always do your own research.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.