A self-custodial financial layer for AI agents to send and receive Bitcoin and Lightning payments autonomously.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bitcoin-wallet
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bitcoin-wallet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
BreezClaw is a specialized tool within the library of Openclaw Skills designed to provide AI agents with native financial autonomy. By integrating the Breez SDK Spark, it allows agents to manage a self-custodial wallet without relying on third-party custodial services. This capability is essential for developers building agents that need to pay for resources, accept tips, or manage micro-transactions independently.
As part of the broader ecosystem of Openclaw Skills, BreezClaw ensures that financial operations are handled with technical precision. It bridges the gap between LLM-driven logic and the Bitcoin blockchain, supporting multiple payment protocols including Lightning Network, Spark, and traditional on-chain transactions. This makes it an indispensable asset for any developer looking to monetize AI workflows or enable machine-to-machine payments.
To integrate this skill into your environment, first clone the repository into your local extensions folder and build the assets:
cd ~/.openclaw/extensions
git clone https://github.com/onesandzeros-nz/BreezClaw.git breezclaw
cd breezclaw
npm install
npm run build
Next, configure your Breez API key and network settings in your main configuration file located at ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"breezclaw": {
"enabled": true,
"config": {
"breezApiKey": "YOUR_BREEZ_API_KEY",
"network": "mainnet"
" }
}
}
}
}
Finally, restart your gateway to enable the new Openclaw Skills features.
BreezClaw maintains a structured data hierarchy to ensure transaction integrity and security within Openclaw Skills:
| Component | Description |
|---|---|
| Wallet Storage | Encrypted wallet files stored at ~/.openclaw/breezclaw/. |
| Mnemonic Seed | The primary recovery key, protected by internal security protocols. |
| Transaction Ledger | A searchable history of all sent and received payments with timestamps. |
| Payment Methods | Support for spark (reusable), lightning (BOLT11), and bitcoin (on-chain) schemas. |
Loading
A sophisticated integration that provides exact answers to quantitative, scientific, and mathematical queries through the Wolfram|Alpha computational engine.

An automated toolset for programmatic creation, editing, and analysis of Microsoft Office documents including Word, Excel, and PowerPoint.

A comprehensive integration allowing AI agents to manage Outlook emails, calendar events, contacts, and OneDrive files via the Microsoft Graph API.

Transform your AI assistant from reactive to proactive by continuously monitoring specific topics and alerting you only when important developments occur.

An automated toolkit for AI agents to manage ProductBoard releases, organize backlogs, and track feature progress.

A comprehensive toolset to search, explore, and analyze ProductBoard features, product hierarchies, and customer feedback.








































