Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Self-custodial Bitcoin and Lightning wallet for AI agents. Send and receive sats via Lightning Network, Spark, or on-chain Bitcoin. Use when: checking bitcoin balance, sending/receiving payments, generating Lightning invoices, managing wallet operations. Requires the BreezClaw plugin and a Breez API key.
Self-custodial Bitcoin and Lightning wallet for AI agents. Send and receive sats via Lightning Network, Spark, or on-chain Bitcoin. Use when: checking bitcoin balance, sending/receiving payments, generating Lightning invoices, managing wallet operations. Requires the BreezClaw plugin and a Breez API key.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Self-custodial Bitcoin and Lightning wallet for AI agents. Powered by Breez SDK Spark.
# Clone plugin cd ~/.openclaw/extensions git clone https://github.com/onesandzeros-nz/BreezClaw.git breezclaw # Install dependencies and build cd breezclaw npm install npm run build
Sign up at https://breez.technology/sdk/
Edit ~/.openclaw/openclaw.json: { "plugins": { "entries": { "breezclaw": { "enabled": true, "config": { "breezApiKey": "YOUR_BREEZ_API_KEY", "network": "mainnet" } } } } }
openclaw gateway restart
ToolDescriptionwallet_statusCheck wallet exists and connection statewallet_connectConnect or create wallet from mnemonicwallet_balanceGet balance in sats and BTCwallet_receiveGenerate payment requestwallet_prepare_sendPrepare payment with fee estimatewallet_sendExecute confirmed paymentwallet_transactionsList transaction historywallet_infoDetailed wallet infowallet_backupRetrieve mnemonic (sensitive!)wallet_disconnectClean disconnect
spark โ Reusable Spark address (default) spark_invoice โ Spark invoice with amount lightning โ BOLT11 invoice bitcoin โ On-chain address
Always two-step: wallet_prepare_send โ Show fees User confirms โ wallet_send(confirmed=true)
Never expose mnemonic unless explicitly requested Always show fees before sending Require explicit confirmation for sends Wallet data: ~/.openclaw/breezclaw/
"What's my balance?" โ wallet_balance "Invoice for 1000 sats" โ wallet_receive(method="lightning", amount_sats=1000) "Send 500 sats to user@wallet.com" โ resolve LNURL โ wallet_prepare_send โ confirm โ wallet_send
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.