🦀 ClawHub
Openclaw Skill
by @tinkle-community
Professional market data and AI APIs via x402 micropayments — no API key, no signup, no subscription. Pay per call with USDC on Base. 215+ endpoints across 1...
💡 Examples
1. Set your wallet key
WALLET_PRIVATE_KEY=0xYourBaseWalletPrivateKey
Your wallet must hold USDC on Base mainnet.2. Query any GET endpoint
node scripts/query.mjs [key=value ...]
3. Call POST endpoints (AI / Twelvedata complex)
node scripts/query.mjs --post ''
4. Read the result
The script prints{ status, url, data } as formatted JSON. Parse data for the actual payload.TERMINAL
clawhub install claw402