ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

lnd

Install and run Lightning Terminal (litd) which bundles lnd, loop, pool, tapd, and faraday in a single Docker container. Defaults to neutrino backend with SQLite storage on testnet. Supports watch-only mode with remote signer, standalone mode, and regtest development. Use when setting up a Lightning node for payments, channel management, liquidity management (loop), channel marketplace (pool), taproot assets (tapd), or enabling agent L402 commerce.

Why use this skill?

Learn how to install and manage a Lightning Network node with the OpenClaw lnd skill. Support for payments, liquidity, and asset management.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/roasbeef/lnd
Or

What This Skill Does

The lnd skill provides an robust, enterprise-grade interface for managing a Lightning Network node using Lightning Terminal (litd). It simplifies the complex orchestration of LND, Loop, Pool, Tapd, and Faraday into a unified containerized architecture. Designed for AI agents, this skill enables seamless integration with the Lightning Network, allowing your agent to participate in commerce, liquidity provision, and asset management without needing deep knowledge of the underlying infrastructure.

Installation

The skill relies on the OpenClaw skill management system. Install the component using the following command: clawhub install openclaw/skills/skills/roasbeef/lnd

Post-installation, ensure your Docker environment is active. Use skills/lnd/scripts/install.sh to pull the necessary images. For production environments, it is strongly recommended to use the --watchonly flag to decouple your private keys from the operational node, keeping them isolated within a separate signer container.

Use Cases

  • Agent-to-Agent Payments: Enable your agent to pay for services using L402 protocols or native lightning invoices.
  • Liquidity Management: Use the built-in Loop integration to swap between on-chain and off-chain funds, ensuring your channels remain balanced.
  • Channel Marketplace: Utilize the Pool integration to lease liquidity from other nodes.
  • Taproot Asset Management: Issue and manage Taproot-enabled assets directly via the tapd interface.
  • Regtest Development: Build and test lightning-enabled applications locally without risking real capital using the provided regtest preset.

Example Prompts

  1. "Check the status of my lightning node and report the current channel balance."
  2. "I need to pay a 50,000 sat invoice. Use my connected node to pay this payment request: [invoice_string]."
  3. "Set up a new watch-only node for production using the standard security configuration and provide the connection details."

Tips & Limitations

Always prioritize security by using the --watchonly mode in any environment connected to mainnet. Standalone mode is strictly for testing and local development; it stores wallet seeds on disk, which presents a significant security risk. Regularly check lncli.sh getinfo to monitor your node's sync status. Be aware that the neutrino backend, while efficient, may take time to synchronize with headers upon first startup. Ensure that your system has adequate storage for the SQLite databases used by the sub-daemons.

Metadata

Author@roasbeef
Stars1171
Views1
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-roasbeef-lnd": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#lightning#bitcoin#payments#fintech#infrastructure
Safety Score: 2/5

Flags: network-access, file-write, file-read, code-execution