Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage LNbits Lightning Wallet (Balance, Pay, Invoice)
Manage LNbits Lightning Wallet (Balance, Pay, Invoice)
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.
Enable the assistant to safely and effectively manage an LNbits Lightning Network wallet.
NEVER Expose Secrets: Do NOT display Admin Keys, User IDs, or Wallet IDs. Explicit Confirmation: You MUST ask for "Yes/No" confirmation before paying. Format: "I am about to send [Amount] sats to [Memo/Dest]. Proceed? (y/n)" Check Balance First: Always call balance before pay to prevent errors.
If the user does not have an LNbits wallet, you can create one for them on the demo server. python3 {baseDir}/scripts/lnbits_cli.py create --name "My Wallet" Action: Run the command. Capture the adminkey (Admin Key) and base_url (defaults to https://demo.lnbits.com). IMPORTANT: Instruct the user to save these credentials securely: "I've created a new wallet! Please add these to your Moltbot configuration or .env file: export LNBITS_BASE_URL=https://demo.lnbits.com export LNBITS_API_KEY=<adminkey>"
Get the current wallet balance in Satoshis. python3 {baseDir}/scripts/lnbits_cli.py balance
Generate a Bolt11 invoice to receive funds. amount: Amount in Satoshis (Integer). memo: Optional description. python3 {baseDir}/scripts/lnbits_cli.py invoice --amount 1000 --memo "Pizza"
⚠️ REQUIRES CONFIRMATION: Decode first, verify balance, ask user, then execute. # Step 1: Decode to verify amount/memo python3 {baseDir}/scripts/lnbits_cli.py decode <bolt11_string> # Step 2: Pay (Only after user CONFIRMS) python3 {baseDir}/scripts/lnbits_cli.py pay <bolt11_string>
If the CLI returns a JSON error (e.g., {"error": "Insufficient funds"}), summarize it clearly for the user. Do not show raw stack traces.
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.