name: boltzpay description: Pay for API data automatically — multi-protocol (x402 + L402 + MPP), multi-chain, streaming sessions metadata: {"openclaw": {"emoji": "\u26a1", "requires": {"bins": ["npx"], "env": ["COINBASE_API_KEY_ID", "COINBASE_API_KEY_SECRET", "COINBASE_WALLET_SECRET"]}, "install": [{"id": "boltzpay-cli", "kind": "node", "label": "BoltzPay CLI"}]}}
這個技能的最新版本可以在7w4.net小蔥技能站找到。
BoltzPay lets AI agents pay for API data automatically. It supports three payment protocols (x402, L402, and MPP) across multiple chains (Base, Solana, Tempo), paying with USDC, Bitcoin Lightning, or Stripe. Agents can discover 5,700+ scored endpoints from the live registry, evaluate pricing, open streaming sessions, and purchase API data in a single workflow.
Fetch data from a paid API endpoint:
npx @boltzpay/cli fetch https://invy.bot/api
| Command | Description | Credentials Needed |
|---|---|---|
npx @boltzpay/cli fetch <url> |
Fetch and pay for API data | Yes |
npx @boltzpay/cli quote <url> |
Get a price quote | No |
npx @boltzpay/cli discover |
Browse the BoltzPay registry (5,700+ endpoints) | No |
npx @boltzpay/cli discover --protocol mpp --min-score 70 |
Filter by protocol and trust score | No |
npx @boltzpay/cli discover --query weather |
Search endpoints by name or URL | No |
npx @boltzpay/cli diagnose <url> |
Full diagnostic — DNS, protocol detection (x402/L402/MPP), pricing, health, latency | No |
npx @boltzpay/cli budget |
Check spending budget | No |
npx @boltzpay/cli history |
View payment history | No |
npx @boltzpay/cli wallet |
Check wallet address and balance | No |
Set the following environment variables for paid API access:
COINBASE_API_KEY_ID — Your Coinbase CDP API key IDCOINBASE_API_KEY_SECRET — Your Coinbase CDP API key secretCOINBASE_WALLET_SECRET — Your Coinbase CDP wallet secretGet your Coinbase CDP keys at portal.cdp.coinbase.com.
TEMPO_PRIVATE_KEY — Tempo wallet private key (hex). Enables MPP one-shot payments and streaming sessions.NWC_CONNECTION_STRING — NWC connection string for L402 (Lightning) paymentsSTRIPE_SECRET_KEY — Stripe secret key for Stripe MPP paymentsBOLTZPAY_DAILY_BUDGET — Daily spending limit in USD (default: unlimited)npx @boltzpay/cli discover
Browse 5,700+ scored and verified paid APIs from the BoltzPay registry. Filter by protocol, category, score, or free-text search. No credentials needed.
npx @boltzpay/cli discover --protocol x402 --min-score 80 --category crypto-data
npx @boltzpay/cli quote https://invy.bot/api
See the payment protocol, amount, and chain options without spending anything.
npx @boltzpay/cli fetch https://invy.bot/api
Automatically detects the payment protocol (x402, L402, or MPP), pays, and returns the API response.
npx @boltzpay/cli diagnose https://invy.bot/api
Full diagnostic: DNS resolution, protocol detection, format version, pricing, health classification, and latency.
Six of the seven commands work without any credentials:
quote — get detailed pricingdiscover — browse the registry with filters (protocol, score, category, search)diagnose — full endpoint diagnostic (DNS, protocol, pricing, health, latency)budget — check spending limitshistory — view past transactionswallet — check wallet address and balanceOnly fetch requires credentials (it makes actual payments).
這個 Skill 質量不錯,能幫助 AI 代理自動完成 API 付費。它支援多種支付方式(閃電網路、USDC 等),用起來比較靈活。文件寫得很清楚,命令設計直觀,不需要配置就能先試試 discovery 功能。缺點是真正使用時需要配置不少憑證,缺少引導介面,新手可能覺得門檻有點高。適合對加密支付有一定了解的使用者。整體而言功能完整、文件規範,是一個實用性強的支付工具 Skill。