Skip to content

Commit 539b290

Browse files
committed
fix(cli): declare required env vars in openclaw manifest, add mpp
1 parent 9dd2997 commit 539b290

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

integrations/openclaw/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: boltzpay
3-
description: Pay for API data automatically — multi-protocol (x402 + L402), multi-chain
4-
metadata: {"openclaw": {"emoji": "\u26a1", "requires": {"bins": ["npx"]}, "install": [{"id": "boltzpay-cli", "kind": "node", "label": "BoltzPay CLI"}]}}
3+
description: Pay for API data automatically — multi-protocol (x402 + L402 + MPP), multi-chain
4+
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"}]}}
55
---
66

77
# BoltzPay — Paid API Access for AI Agents
88

9-
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.
9+
BoltzPay lets AI agents pay for API data automatically. It supports multiple payment protocols (x402, L402, and MPP) and multiple blockchains (Base, Solana, and Tempo), paying with USDC, Bitcoin Lightning, or Stripe. Agents can discover, evaluate, and purchase API data in a single workflow.
1010

1111
## Quick Start
1212

0 commit comments

Comments
 (0)