A robust email management skill enabling AI agents to send and receive messages across major mail providers using IMAP and SMTP protocols.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 139mail-skill
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 139mail-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The 139mail skill is a high-performance communication extension designed for Openclaw Skills. It allows users to bridge their AI agent workflows with traditional email services, supporting both IMAP for message retrieval and SMTP for message delivery. This skill is compatible with a wide range of providers, including 139 Mail, QQ Mail, 163 Mail, and Gmail, making it a versatile tool for personal and professional automation.
By integrating this skill, users can interact with their mailboxes via natural language commands. Whether you need to draft a technical update with attachments or monitor your inbox for specific unread messages, the 139mail skill provides a secure and efficient interface for Openclaw Skills to handle these tasks autonomously.
cd ~/.openclaw/skills/139mail/config/
email.json file with your specific provider details. For example, using 139 Mail:{
"email": "[email protected]",
"password": "your_authorization_code",
"smtp": {
"host": "smtp.139.com",
"port": 465,
"secure": true
},
"imap": {
"host": "imap.139.com",
"port": 993,
"secure": true
}
}
The skill organizes its operations around a central configuration schema. All sensitive data is kept local to the user's machine.
| Parameter | Description |
|---|---|
email |
The primary email address used for both IMAP and SMTP authentication. |
password |
The secure app-specific password or authorization token. |
smtp |
Object containing host, port (e.g., 465), and secure (boolean) settings. |
imap |
Object containing host, port (e.g., 993), and secure (boolean) settings. |
attachments |
List of file paths to be included in outgoing mail payloads. |
Loading
A specialized Openclaw Skills module that turns AI agents into senior SAP Finance and Controlling consultants for expert configuration and troubleshooting.

A real-time security watchdog that detects intrusions, unusual API activity, and credential patterns to protect Clawdbot deployments.

An automated security scanner and remediation tool designed to secure Clawdbot deployments by identifying and fixing vulnerabilities.

An intelligent travel route planning assistant that provides structured transport options, smart filtering, and time conflict detection using the Amap API.

An automated assistant designed to help users draft professional Chinese patent disclosure and technical documents through a structured interactive dialogue process.

A self-driven AI worker that autonomously reads goals, generates tasks, executes them, and logs progress.








































