Automatically transform plain text emails into clean, actionable JSON objects for seamless automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mailparser
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 mailparser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Mail Parser is a dedicated tool within the Openclaw Skills library designed to bridge the gap between unstructured communication and structured data systems. By analyzing the raw body of an email, this skill identifies critical information such as sender details, company domains, and promotional data. It is specifically engineered for developers who need to feed email data into databases, CRMs, or custom applications without the overhead of manual parsing.
This skill uses intelligent entity extraction to isolate specific fields while maintaining a strict output format. Whether you are processing bulk newsletters or individual sales inquiries, using this Openclaw Skills component ensures that your data remains consistent, clean, and ready for programmatic use.
To integrate this tool into your environment, ensure you have the core Openclaw Skills framework installed. Follow these steps to get started:
# Navigate to your local skills directory
cd openclaw-assets/skills
# Clone or download the mail-parser skill
git clone https://github.com/openclaw/mail-parser.git
# Configure your agent to point to the mail-parser logic
openclaw link mail-parser
The Mail Parser returns a flat JSON structure designed for high compatibility with various data sinks. Below is the schema detail:
| Property | Type | Description |
|---|---|---|
| company | string | The extracted company name derived from the email domain. |
| string | The full email address of the sender. | |
| contact_person | string | The name of the person associated with the email content. |
| discount_code | string | Any promotional or discount codes found in the text. |
| type | string | The category: order, offer, newsletter, or other. |
Loading
A powerful CLI wrapper and automation suite for the Genviral Partner API that handles the entire content lifecycle from AI generation to performance tracking.

A comprehensive technical guide and operational assistant for managing the OpenClaw self-hosted AI agent gateway.

A professional CLI toolset for AI agents to interact with the Agent Commerce Protocol, enabling autonomous transactions, service discovery, and tokenization.

Solvr is a specialized knowledge base that enables AI agents and developers to store, search, and retrieve technical solutions persistently.

A specialized workflow for managing Xiaohongshu authentication and QR code login via Openclaw Skills.

An automated coding agent for Claude Code that handles the end-to-end lifecycle of features, bugfixes, and refactors within isolated worktrees.








































