An end-to-end toolkit for agentic commerce using the Lightning Network and L402 protocol to enable autonomous micropayments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lightning-agent-commerce
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lightning-agent-commerce using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Commerce Toolkit is a comprehensive suite designed for autonomous agents to engage in the digital economy. By leveraging the Lightning Network and the L402 protocol, this skill allows Openclaw Skills to handle micropayments for data and services with high efficiency. It bundles three critical components: lnd for node management, lnget for purchasing data, and aperture for selling data through a reverse proxy. This allows developers to create agents that can independently manage wallets, open payment channels, and settle transactions without human oversight.
# Install the necessary commerce components
skills/lnd/scripts/install.sh
skills/lnget/scripts/install.sh
skills/aperture/scripts/install.sh
# Start the Lightning node and create a wallet
skills/lnd/scripts/start-lnd.sh
skills/lnd/scripts/create-wallet.sh --mode standalone
# Check node status
skills/lnd/scripts/lncli.sh getinfo
# Initialize the L402 client configuration
lnget config init
The Commerce Toolkit for Openclaw Skills organizes data across several directories to ensure security and operational persistence:
| Component | Information Managed | Default Path |
|---|---|---|
| lnd | Macaroons and node data | ~/.lnd/data/chain/ |
| lnget | L402 tokens per domain | ~/.lnget/tokens/ |
| aperture | Transaction and paywall database | ~/.aperture/aperture.db |
| Security | Wallet seeds and passphrases | ~/.lnget/lnd/ |
Loading
A high-performance reverse proxy that implements the L402 protocol to enable Lightning Network payment-gated API access.

A high-performance OCR tool utilizing PaddleOCR to extract Chinese and English text from images and PDF documents.

A high-performance tool for headless web search and markdown content extraction using the Brave Search API.

A verification and discovery engine for AI agents that provides live A2A agent cards and trust scores for over 40,000 entities.

A secure Model Context Protocol server that connects AI assistants to Lightning nodes using encrypted WebSocket tunnels and 10-word pairing phrases.

An isolated cryptographic signer that separates private keys from AI agent environments to prevent fund theft and enhance node security.








































