A comprehensive AI agent tool for managing Bitcoin Lightning Network wallets via the LNbits API with integrated safety protocols.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lnbits-with-qrcode
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 lnbits-with-qrcode using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The LNbits Wallet Manager is a specialized skill designed to bridge the gap between AI agents and the Bitcoin Lightning Network. By leveraging Openclaw Skills, developers can equip their agents with the ability to manage wallet liquidity, execute payments, and generate invoices using natural language commands or automated scripts. This skill prioritizes security and transparency, ensuring that sensitive administrative keys are never exposed in chat interfaces.
This integration allows for seamless financial interactions within a terminal or developer environment. Whether you are building automated micro-payment systems or simply need a quick way to check your sats, this skill provides a robust framework for LNbits interaction. By utilizing Openclaw Skills, you benefit from standardized error handling and mandatory confirmation workflows that prevent accidental fund transfers.
To get started with this skill within the Openclaw Skills ecosystem, ensure your environment is properly configured:
pip install qrcode[pil]
export LNBITS_API_KEY="your_admin_key_here"
export LNBITS_BASE_URL="https://legend.lnbits.com"
python3 scripts/lnbits_cli.py create --name "Agent Wallet"
The skill manages data through a combination of API responses and local file storage for media assets. Below is the metadata taxonomy used by Openclaw Skills:
| Attribute | Description | Data Type |
|---|---|---|
payment_request |
The Bolt11 string used for Lightning Network transactions. | String |
qr_file |
Path to the generated PNG file containing the invoice QR code. | File Path |
balance |
Current wallet balance measured in Satoshis. | Integer |
memo |
Optional description or label for the transaction. | String |
adminkey |
Sensitive administrative key (handled via environment variables only). | Secret |
Loading
A pre-install security gate that scans ClawHub skills for prompt injections and malicious payloads using mcp-scan.

A strategic board game skill that enables agents to play a lobster-themed version of Catan through a dedicated command-line interface.

A comprehensive developer toolkit for integrating Trails cross-chain infrastructure to enable seamless token swaps, payments, and smart contract execution across multiple blockchains.

A powerful CLI for managing Sequence smart wallets, blockchain projects, and token transfers designed for AI agents and automation.

A sophisticated prediction market betting engine designed to identify edge and optimize stakes using the Kelly criterion.

A high-performance technical analysis tool that scans 20 Binance spot pairs and ranks them by real-time signal strength.








































