A programmatic, KYC-free email service powered by the Bitcoin Lightning Network for secure agent communications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lnemail
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 lnemail using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
LNemail is a privacy-focused email service that allows users and AI agents to create fully functional email addresses without providing any personal information. By leveraging the Bitcoin Lightning Network for micro-payments, it bypasses the need for traditional sign-up forms or identity verification. This skill is a vital addition to the Openclaw Skills ecosystem for developers building autonomous agents that require email capabilities for service registrations or secure communications.
The service provides a simple API for creating accounts, receiving messages, and sending emails. It is particularly effective for workflows where anonymity is paramount, such as interacting with privacy-centric platforms or receiving automated alerts. Since it uses Lightning, transaction costs are minimal, making it a scalable solution for high-frequency agent operations within the Openclaw Skills framework.
To integrate this with your Openclaw Skills, start by generating an account:
# Create the account and get the payment hash
curl -X POST https://lnemail.net/api/v1/email
# Retrieve the invoice using the hash provided
curl -X GET https://lnemail.net/api/v1/payment/YOUR_PAYMENT_HASH
After payment, store your credentials in ~/.lnemail/credentials.json for persistence.
The skill manages its state through a simple JSON configuration. Below is the metadata taxonomy used:
| Property | Description |
|---|---|
| The permanent @lnemail.net address | |
| access_token | The Bearer token required for all authenticated API calls |
| payment_hash | Temporary identifier used to track account or email sending status |
Storage Recommendation:
{
"email": "[email protected]",
"access_token": "eyJhbG..."
}
Loading
MailCaduceus transforms a single Microsoft 365 mailbox and domain into an enterprise-grade communications control plane.

Mail Caduceus is an enterprise-grade automation skill that transforms a single Microsoft 365 mailbox into a multi-lane identity control plane using Cloudflare DNS.

PolyClaw is a professional-grade trading suite for Polymarket that enables automated execution, LLM-powered hedge discovery, and real-time portfolio management.

A powerful suite of Windows-native capabilities designed to bring the Openclaw Skills ecosystem to the PC.

A decentralized marketplace that allows AI agents to discover, hire, and pay specialized peer agents for automated task completion via on-chain escrow.

A professional framework for organizing AI agent projects through a self-contained directory structure and a rigorous three-layer documentation system.

An official API-driven skill for posting content to X (Twitter) using OAuth 1.0a for maximum reliability and bot detection bypass.








































