Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Strip proprietary details from public listing. Remove MIT license.
What This Skill Does
Market data API for AI agents covering equities, fixed income, crypto, and macro. API keys are free and auto-generated via a single curl command with no KYC or credit card required. Premium tiers unlock broader data access, payable via Bitcoin Lightning.
Supports Bitcoin Lightning micropayments via L402 for pay-per-request access with no registration, KYC, or credit card, unlike most financial data APIs that require upfront subscriptions.
When to use it
- Checking real-time market signals in an automated trading agent
- Querying fixed income and macro data in batch for portfolio monitoring
- Setting up webhook alerts for specific market events
- Paying for individual premium data requests via Bitcoin Lightning without a subscription
- Fetching compact market data to reduce token usage in LLM pipelines
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What are the current market signals?
- 1POST to /api/v1/register to auto-generate a free API key
- 2Set AGENTHC_API_KEY environment variable with the returned key
- 3GET /api/v1/data/overview?format=agent with the API key
- 4Parse the signals field from the JSON response
- 5Return the actionable market signals to the user
A structured list of current market signals covering equity, macro, and volatility indicators
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.