Skills
Agentic skills that save you time and tokens
We have compiled a list of agentic skills that may save you time and token when developing applications and features on Lightning Labs products.
All of these guides can also be found in the /skills sub-directory of the raw Builder's Guide on Github.
To make use of them, ideally place them in the /skill directory of your preferred agentic model, such as ~/.claude/skills.
Install Skills
To install a skill in Claude, clone the directory, then either install selected or all skills:
git clone https://github.com/lightninglabs/lightning-agent-tools.git
cd lightning-agent-tools/skills
/skills install <path-to-skill-directory>
To install skills using Vercel skills, run:
npx skills add lightninglabs/lightning-agent-tools/skills
Available Skills
Aperture
Commerce
End-to-end agentic commerce workflow
Lightning MPC Server
Build and configure the MCP server for Lightning Node Connect (LNC)
Lightning Security Module
Set up an lnd remote signer container that holds private keys separately from the agent.
LND
Bake, inspect, and manage lnd macaroons for least-privilege agent access.
Lightning Terminal
Install and operate a litd node in docker.
Install and operate a litd node with neutrino backend.
Make use of the Litd RPC, specifically LND Accounts and LNC Sessions.
Taproot Assets
Make use of the Taproot Assets RPC.
Lnget
Install and use lnget, a Lightning-native HTTP client with automatic L402 payment support.
Last updated
Was this helpful?