lnd
✓Run and interact with lnd Lightning Network daemon in Docker. Use for Lightning development, testing payment channels on regtest, managing lnd containers, and calling lnd RPC endpoints (getinfo, connect, open/close channels, pay/receive). Supports bitcoind, btcd, and neutrino backends.
Installation
SKILL.md
LND (Lightning Network Daemon) is a complete implementation of a Lightning Network node. This skill helps you run lnd in Docker for development and testing, with support for multiple backends.
| bitcoind | Bitcoin Core | Production, regtest development, interop testing | | btcd | btcd (Go implementation) | Simnet testing, fast iteration | | neutrino | Light client (BIP 157/158) | Testnet, mobile simulation |
All commands use lncli.sh wrapper which auto-detects the lnd container.
Run and interact with lnd Lightning Network daemon in Docker. Use for Lightning development, testing payment channels on regtest, managing lnd containers, and calling lnd RPC endpoints (getinfo, connect, open/close channels, pay/receive). Supports bitcoind, btcd, and neutrino backends. Source: roasbeef/claude-files.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/roasbeef/claude-files --skill lnd- Source
- roasbeef/claude-files
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is lnd?
Run and interact with lnd Lightning Network daemon in Docker. Use for Lightning development, testing payment channels on regtest, managing lnd containers, and calling lnd RPC endpoints (getinfo, connect, open/close channels, pay/receive). Supports bitcoind, btcd, and neutrino backends. Source: roasbeef/claude-files.
How do I install lnd?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/roasbeef/claude-files --skill lnd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/roasbeef/claude-files
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01