139mail
139邮箱邮件收发 Skill - 支持 IMAP/SMTP 协议,兼容139/QQ/163/Gmail等主流邮箱 功能: 1. 发送邮件(SMTP) 2. 接收邮件(IMAP) 3. 查看收件箱列表 4. 查看未读邮件 当用户提到 "发邮件"、"收邮件"、"查看邮件"、"邮箱" 或 "email" 时激活此 skill。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chang-tong/139mail-skillWhat This Skill Does
The 139mail Skill is a robust communication integration designed for OpenClaw AI agents to manage email operations directly through IMAP and SMTP protocols. It provides a seamless interface for interacting with mainstream email services, including 139.com, QQ, 163, and Gmail. By abstracting the complexities of email protocol configurations, this skill allows users to send structured emails, monitor incoming messages, and filter for unread communications using natural language commands. It is an essential tool for users who want to streamline their workflow by automating routine correspondence and notification management.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/chang-tong/139mail-skill
After installation, you must configure your account details by editing the configuration file located at ~/.openclaw/skills/139mail/config/email.json. You will need to provide your email address and an application-specific authorization code (provided by your email service provider). The JSON file includes specific fields for SMTP and IMAP host settings, ensuring that your agent can authenticate securely and reliably.
Use Cases
This skill is ideal for professionals and developers who manage high volumes of incoming notifications or need to automate reporting tasks. Use cases include:
- Automated project status updates: Have OpenClaw send a summary of your day via email.
- Inbox monitoring: Request the agent to scan your inbox for critical updates from specific clients.
- Attachment handling: Easily dispatch documents directly from your local file system to recipients.
- Unified communication: Centralize your email management within your AI agent, reducing context switching.
Example Prompts
- "发邮件给 [email protected],主题是项目进度报告,内容是附件中的是本周的最终文档,附件是 ~/docs/weekly_report.pdf"
- "查看收件箱里最近的 5 封邮件,并告诉我有哪些未读的重要信息。"
- "读取第 2 封邮件,并把内容摘要概括发给我。"
Tips & Limitations
- Security: Always use an application-specific password (authorization code) instead of your primary login password to protect your account.
- Connectivity: Ensure your system has stable network access to IMAP and SMTP ports, as restrictive enterprise firewalls may block these connections.
- Privacy: Your credentials are stored strictly in local configuration files. Do not share your
email.jsonfile, as it contains sensitive authentication data. - Scope: This skill is intended for standard email management; it is not designed to replace comprehensive desktop email clients for high-intensity manual processing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chang-tong-139mail-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api