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.
$npx -y skills add lightninglabs/lightning-agent-tools --skill lndInstalls into the current project.
Run `npx skills use "https://github.com/lightninglabs/lightning-agent-tools" --skill "lightninglabs/lightning-agent-tools/lnd"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lightninglabs/lightning-agent-tools" that are relevant to the current task. Run `npx skills add "https://github.com/lightninglabs/lightning-agent-tools"` and select the relevant skills, then follow their instructions.