lnbits

Manage LNbits wallets with balance checks, invoice generation, and payments.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill lnbits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lnbits
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/lnbits-with-qrcode
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill lnbits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qrcode, and includes scripts (resource) components.

What problem does it solve?

This Skill enables secure, programmatic management of LNbits wallets from OpenClaw, reducing manual CLI interactions and ensuring sensitive data is handled through guarded channels.

Core Features & Use Cases

  • Check balance in satoshis for quick visibility.
  • Create invoices with automatic QR code generation to receive funds.
  • Pay invoices with explicit user confirmation and safety checks.
  • Decode Bolt11 invoices to verify amount and memo details.
  • Generate and embed QR codes for easy wallet interactions.
  • Create new LNbits wallets on the demo server for onboarding.

Quick Start

Install the LNbits CLI and run a sequence like balance, invoice, or pay to begin managing a wallet.

Frequently Asked Questions about lnbits

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage LNbits wallets from a command line interface?

You can manage LNbits wallets by running a sequence of CLI commands to check balances, generate invoices, and process payments through OpenClaw. This interface provides a unified, programmatic way to handle wallet operations while ensuring sensitive data remains guarded.

How do I generate a Lightning invoice with a QR code for receiving payments?

To generate a Lightning invoice with a QR code, use the invoice creation command which automatically produces a scannable QR code. This allows you to easily receive funds by displaying or embedding the generated QR code for wallet interactions.

Can I safely pay Bolt11 invoices without exposing my wallet secrets?

Yes, you can safely pay Bolt11 invoices because the workflow requires explicit user confirmation and performs safety checks, such as verifying your balance before paying. It also decodes invoices to verify amount and memo details without ever exposing your secrets.

What do I need to set up before using LNbits for wallet operations?

Before using LNbits for wallet operations, you need to install the LNbits CLI and the required qrcode library. You must also configure the necessary environment variables to ensure the system can securely interact with your LNbits server.

Does OpenClaw support creating new LNbits wallets on a demo server?

Yes, OpenClaw supports creating new LNbits wallets directly on the demo server. This feature allows you to onboard new users by programmatically generating wallets without needing manual setup through the web interface.

Why should I use a programmatic interface for Lightning payments instead of manual CLI interactions?

Using a programmatic interface for Lightning payments reduces manual CLI interactions and ensures sensitive data is handled through guarded channels. It enforces required safety checks and verification workflows, providing a more secure and efficient way to manage wallet operations.