Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

lightning-agent-tools

يحتوي lightning-agent-tools على 12 من skills المجمعة من lightninglabs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
55
محدث
2026-05-28
Forks
17
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

run-litd
مديرو الشبكات وأنظمة الحاسوب

Setting up a Bitcoin Lightning node on Ubuntu using litd (Lightning Terminal). Default path: Neutrino-backed single node (fast, no bitcoind needed). Also covers bitcoind-backed routing nodes and the remote signer architecture for production.

2026-05-28
litd-grpc
مطوّرو البرمجيات

Reference for litd (Lightning Terminal) gRPC API in Go: managing accounts, baking macaroons, listing payments, and creating LNC sessions.

2026-05-27
taproot-assets-rpc
مطوّرو البرمجيات

Working guide for LND + Taproot Assets gRPC in Go — authentication, asset amounts, channel data, pagination, and common gotchas discovered building a real wallet.

2026-05-27
lnd-navigate
مطوّرو البرمجيات

Navigation guide for the lnd (Lightning Network Daemon) Go codebase — where to find things, key patterns, and how subsystems connect.

2026-05-27
lnc-app
مطوّرو الويب

Guide for building a Lightning Node Connect (LNC) web application using lnc-web

2026-05-27
lightning-mcp-server
مطوّرو البرمجيات

Build and configure the MCP server for Lightning Node Connect (LNC). Connects AI assistants to lnd nodes via encrypted WebSocket tunnels using pairing phrases — no direct network access or TLS certs needed. Read-only by default (18 tools for querying node state, channels, payments, invoices, peers, on-chain data).

2026-02-11
lightning-security-module
مطوّرو البرمجيات

Set up an lnd remote signer container that holds private keys separately from the agent. Exports a credentials bundle (accounts JSON, TLS cert, admin macaroon) for watch-only litd nodes. Container-first with Docker, native fallback. Use when firewalling private key material from AI agents.

2026-02-11
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.

2026-02-11
aperture
مطوّرو البرمجيات

Install and run Aperture, the L402 Lightning reverse proxy from Lightning Labs. Use when creating L402 paywalls, configuring paid API endpoints, hosting paid content for other agents, or testing L402 authentication flows.

2026-02-10
lnget
مطوّرو البرمجيات

Install and use lnget, a Lightning-native HTTP client with automatic L402 payment support. Use when downloading files behind Lightning paywalls, managing L402 tokens, checking Lightning backend status, or making HTTP requests that may require micropayments.

2026-02-10
macaroon-bakery
مطوّرو البرمجيات

Bake, inspect, and manage lnd macaroons for least-privilege agent access. Use when an agent needs scoped credentials — pay-only, invoice-only, read-only, or custom permissions. Also covers signer macaroon scoping and macaroon rotation.

2026-02-10
commerce
مطوّرو البرمجيات

End-to-end agentic commerce workflow using Lightning Network. Use when an agent needs to set up a full payment stack (lnd + lnget + aperture), buy or sell data via L402, or enable agent-to-agent micropayments.

2026-02-10