LNemail for Openclaw

A programmatic, KYC-free email service powered by the Bitcoin Lightning Network for secure agent communications.

lnemail
v1.0.1
Feb 24, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install lnemail

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is LNemail?

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.

LNemail Use Cases

  • Receiving 2FA verification codes for automated service signups
  • Sending anonymous notifications or alerts from AI agents
  • Establishing agent-to-agent communication channels via standard SMTP protocols
  • Creating temporary or long-term email identities for privacy-conscious workflows

How LNemail Works

  1. Initialize an account creation request via the API to receive a unique payment hash.
  2. Retrieve a BOLT11 Lightning invoice associated with the payment hash.
  3. Pay the invoice using a Lightning-enabled wallet to activate the account.
  4. Query the payment status to receive the permanent email address and Bearer access token.
  5. Use the access token to list, read, or send emails through the provided REST endpoints.

LNemail Setup

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.

LNemail Data Schema & Taxonomy

The skill manages its state through a simple JSON configuration. Below is the metadata taxonomy used:

Property Description
email 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..."
}

LNemail Advanced Features

  • Automated plain-text conversion of HTML emails for improved agent parsing
  • Per-message Lightning payment flow for programmatic sending
  • Secure bearer token authentication for multi-agent environments
  • Scalable 2FA reception for automated platform onboarding

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*