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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bitcoin-wallet或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bitcoin-wallet⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bitcoin-wallet/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- slug: breezclaw name: BreezClaw description: "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." version: 1.0.0 author: onesandzeros-nz keywords: bitcoin, lightning, wallet, breez, spark, sats, payments, self-custodial, breezclaw homepage: https://github.com/onesandzeros-nz/BreezClaw ---
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
| Tool | Description | |------|-------------| | wallet_status | Check wallet exists and connection state | | wallet_connect | Connect or create wallet from mnemonic | | wallet_balance | Get balance in sats and BTC | | wallet_receive | Generate payment request | | wallet_prepare_send | Prepare payment with fee estimate | | wallet_send | Execute confirmed payment | | wallet_transactions | List transaction history | | wallet_info | Detailed wallet info | | wallet_backup | Retrieve mnemonic (sensitive!) | | wallet_disconnect | Clean disconnect |
spark — Reusable Spark address (default)spark_invoice — Spark invoice with amountlightning — BOLT11 invoicebitcoin — On-chain addressAlways two-step:
wallet_prepare_send → Show feeswallet_send(confirmed=true)~/.openclaw/breezclaw/"What's my balance?" → wallet_balance
"Invoice for 1000 sats" → wallet_receive(method="lightning", amount_sats=1000)
"Send 500 sats to [email protected]" → resolve LNURL → wallet_prepare_send → confirm → wallet_send安装 Bitcoin Wallet using Breez Spark SDK 后,可以对 AI 说这些话来触发它
Help me get started with Bitcoin Wallet using Breez Spark SDK
Explains what Bitcoin Wallet using Breez Spark SDK does, walks through the setup, and runs a quick demo based on your current project
Use Bitcoin Wallet using Breez Spark SDK to self-custodial Bitcoin and Lightning wallet for AI agents
Invokes Bitcoin Wallet using Breez Spark SDK with the right parameters and returns the result directly in the conversation
What can I do with Bitcoin Wallet using Breez Spark SDK in my finance & investment workflow?
Lists the top use cases for Bitcoin Wallet using Breez Spark SDK, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bitcoin-wallet/ 目录(个人级,所有项目可用),或 .claude/skills/bitcoin-wallet/(项目级)。重启 AI 客户端后,用 /bitcoin-wallet 主动调用,或让 AI 根据上下文自动发现并使用。
Bitcoin Wallet using Breez Spark SDK 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Bitcoin Wallet using Breez Spark SDK 可免费安装使用。请查阅仓库了解许可证信息。
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.
Automate my finance & investment tasks using Bitcoin Wallet using Breez Spark SDK
Identifies repetitive steps in your workflow and sets up Bitcoin Wallet using Breez Spark SDK to handle them automatically
Bitcoin Wallet using Breez Spark SDK 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。