A high-security, multi-account email management system featuring IMAP/SMTP support, reliable outbox delivery, and automated archival.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-mail
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 claw-mail using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
claw-mail is a comprehensive email management skill designed to empower AI agents with professional-grade communication capabilities. It handles complex workflows across multiple IMAP and SMTP accounts, enabling agents to fetch, read, search, and send rich HTML emails. The skill is built with a focus on reliability, utilizing an IMAP Outbox system to ensure messages are staged and delivered even if primary connections encounter transient issues.
As a core component of the Openclaw Skills ecosystem, claw-mail prioritizes security by enforcing TLS 1.2+ with hardened ciphers and supporting modern authentication like OAuth2. It integrates seamlessly with professional credential managers such as 1Password and macOS Keychain, ensuring that sensitive login data is never stored in plain text while providing the agent with the access it needs to manage inboxes effectively.
To integrate this skill from the Openclaw Skills collection into your workflow, you need Python 3.11+. Follow these steps:
pip install PyYAML cryptography
config.yaml from the provided example template.python3 scripts/fetch_mail.py --unread-only --config config.yaml
The skill manages email data through structured YAML configurations and standardized IMAP folder hierarchies. It adheres to RFC 5322 for message formatting.
| Component | Organization Method |
|---|---|
| Accounts | Defined in YAML with specific labels, fetch limits, and archival settings. |
| Outbox | A temporary IMAP folder used to stage messages for reliable SMTP delivery. |
| Rules | Logic-based triggers for actions like flagging, tagging, or moving mail based on sender/subject patterns. |
| Archival | Dated folder structures (e.g., Archive-202603) based on daily, weekly, or monthly frequencies. |
| Credentials | Abstracted via URI schemes for 1Password (op://), Keychain (keychain://), or Environment (env://). |
Loading
A daily health monitoring skill that connects WHOOP physiological data to your AI agent for actionable morning recovery insights.

A methodology-driven skill for defining problems, exploring solutions, and planning implementation using the Shape Up framework.

A sophisticated AI tool that transforms standard photographs into high-quality, printable black-and-white coloring page outlines.

A sophisticated CLI tool for monitoring electric vehicle charging station availability via Google Places data.

A client-side integration skill that enables AI agents to submit problem signals, bugs, and improvement proposals to the CleanApp backend.

A comprehensive automation skill for Xiaohongshu that enables AI agents to publish content, search trends, and analyze social data.








































