用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/open-claw-skills --skill boltzpay命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Connect your AI assistant to GoHighLevel CRM via the official API v2. Manage contacts, conversations, calendars, pipelines, invoices, payments, workflows, and 30+ endpoint groups through natural language. Includes interactive setup wizard and 100+ pre-built, safe API commands. Python 3.6+ stdlib only — zero external dependencies.
Manage Cloudflare DNS records, Tunnels (cloudflared), and Zero Trust policies. Use for pointing domains, exposing local services via tunnels, and updating ingress rules.
Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.
基于 SOC 职业分类
正在显示 SKILL.md
| name | boltzpay |
| description | Pay for API data automatically — multi-protocol (x402 + L402), multi-chain |
| metadata | {"openclaw":{"emoji":"⚡","requires":{"bins":"[Truncated]"},"install":["[Truncated]"]}} |
BoltzPay lets AI agents pay for API data automatically. It supports multiple payment protocols (x402 and L402) and multiple blockchains (Base and Solana), paying with USDC or Bitcoin Lightning. Agents can discover, evaluate, 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 check <url> | Check if URL requires payment | No |
npx @boltzpay/cli quote <url> | Get a price quote | No |
npx @boltzpay/cli discover | Browse compatible APIs | 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 |
npx @boltzpay/cli demo | Interactive demo walkthrough | 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 secretBOLTZPAY_DAILY_BUDGET — Daily spending limit in USD (optional, default: unlimited)Get your Coinbase CDP keys at portal.cdp.coinbase.com.
npx @boltzpay/cli discover
Browse the directory of paid APIs compatible with BoltzPay. No credentials needed.
npx @boltzpay/cli check 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, pays with USDC, and returns the API response.
Seven of the eight commands work without any Coinbase credentials:
check — see if a URL requires paymentquote — get detailed pricingdiscover — browse the API directorybudget — check spending limitshistory — view past transactionswallet — check wallet address and balancedemo — interactive demo walkthroughOnly fetch requires credentials (it makes actual payments).