Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add lightninglabs/lightning-agent-tools --skill run-litdgit clone --depth 1 https://github.com/lightninglabs/lightning-agent-toolsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lightninglabs/lightning-agent-tools/run-litd)<a href="https://agentmods.dev/skills/lightninglabs/lightning-agent-tools/run-litd"><img src="https://agentmods.dev/badge/skills/lightninglabs/lightning-agent-tools/run-litd.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00053 | $0.04730 |
| Opus 5 | $0.00026 | $0.02365 |
| Sonnet 5 | $0.00011 | $0.00946 |
| Haiku 4.5 | $0.00005 | $0.00473 |
Grade B, and why
run-litd scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
### Step 1 — Check sudo access The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- bitcoind_setup_binary.sh 8.6 KB runs code
- bitcoind_setup.sh 7.6 KB runs code
- litd_setup_binary.sh 8.8 KB runs code
- litd_setup.sh 3.0 KB runs code
- litd_setup2.sh 9.2 KB runs code
- litd_setup3.sh 3.8 KB runs code
- litd_wallet_create.sh 4.9 KB runs code
- neutrino/neutrino_setup_binary.sh 8.6 KB runs code
- neutrino/neutrino_setup3.sh 2.4 KB runs code
- neutrino/remote-signer-neutrino-binary.sh 13 KB runs code
- remote-signer/remote-signer-binary.sh 12 KB runs code
- remote-signer/remote-signer.sh 13 KB runs code
- remote-signer/routing-node-binary.sh 10 KB runs code
- remote-signer/routing-node.sh 3.0 KB runs code
- remote-signer/routing-node2.sh 11 KB runs code
- remote-signer/routing-node3.sh 4.1 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 391 lines · 53 tokens per session scan B d0ba0d2f00c2
run-litd is a skill published in the GitHub repository lightninglabs/lightning-agent-tools (59 stars, last pushed 3mo ago), with no licence file. It adds 53 tokens to every session and 4,730 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
cli-anything-eth2-quickstart
Use eth2-quickstart to autonomously deploy a hardened Ethereum node, install execution and consensus clients, configure validator metadata, expose RPC safely, and inspect node health with structured JSON output.
devloop
Goal-driven development loop — define objective, write rules with key-results, verify visually, sync to issue tracker.
skill0
Root index of x-cmd skill0 sub-skills. Defines the OKR-style agent workflow (goal → rule-verified results → execute), skill discovery, and agent tooling preferences. Style: principle-first, concise, delegate specifics to authoritative external sources.
multichain-deployment
Use when deploying the same protocol to multiple chains at the same address. Covers CREATE2 for deterministic addresses, deployment registries, chain-specific configuration, multi-chain testing, and canonical deployment patterns.
l2-deployment
Use when deploying contracts to L2 networks (Base, Optimism, Arbitrum). Covers L2-specific considerations, PUSH0 compatibility, gas estimation, L1 data costs, bridge integration, and deployment scripts.
bitcoin-core-operations
Running Bitcoin Core in production: bitcoin.conf reference, sections, pruning, signet, dbcache, mempool tuning, network bind, Tor, IBD considerations, debug.log analysis. USE WHEN: deploying a node, tuning performance, debugging IBD issues, configuring multi-network nodes.