LaunchKit · 2026
Back to Skills

agenthc-market-intelligence

Real-time stock market data and trading intelligence API. 85 intelligence modules, 40 encoded intelligence skills.

6
1.1k downloads
by @traderhc123

Setup & Installation

openclaw skills install @traderhc123/agenthc-market-intelligence

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agenthc-market-intelligence

Version History

v2.4.0Mar 10, 2026 - Version note by skill developer:

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.

INPUT

User asks: What are the current market signals?

AGENT
  1. 1POST to /api/v1/register to auto-generate a free API key
  2. 2Set AGENTHC_API_KEY environment variable with the returned key
  3. 3GET /api/v1/data/overview?format=agent with the API key
  4. 4Parse the signals field from the JSON response
  5. 5Return the actionable market signals to the user
OUTPUT

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.

AGENTHC_API_KEY environment variableBitcoin Lightning wallet for L402 per-request payments or premium subscription paymentsPremium subscription (~$50/mo) for equities, fixed income, macro, crypto, and volatility endpoints