qq-email
QQ 邮箱智能管理工具。支持收发邮件、搜索筛选、附件处理,以及 AI 智能整理功能(自动摘要、分类、优先级排序、待办提取)。当用户需要操作 QQ 邮箱、查收邮件、发送邮件、整理收件箱或处理邮件相关任务时使用此技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aohoyo/qq-email-aiWhat This Skill Does
The qq-email skill transforms your OpenClaw agent into a powerful intelligent personal assistant specifically designed for QQ Mail users. It bridges the gap between traditional email protocols (IMAP/SMTP) and modern AI-driven productivity. Beyond basic read, write, and delete operations, this skill integrates advanced AI processing to perform automated summarization, priority ranking, and actionable task extraction from your incoming emails. Whether you are managing thousands of newsletters, professional correspondence, or project-related documentation, this skill acts as an intelligent layer that filters out the noise and highlights what requires your immediate attention.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/aohoyo/qq-email-ai
Post-installation, ensure your system environment variables are set correctly. You must configure the QQ_EMAIL (your email address) and QQ_EMAIL_AUTH_CODE (the 16-character authorization code generated from the QQ Mail security settings page). Without these valid credentials, the skill cannot authenticate with the mail server.
Use Cases
This skill is ideal for professionals, developers, or anyone overwhelmed by high-volume email traffic. Use it to automatically summarize daily digests, extract upcoming task deadlines from client emails, or manage massive archival tasks. It is particularly effective for organizing newsletters and separating high-priority business communications from routine notifications.
Example Prompts
- "Check my inbox for any emails from my team today and provide a concise summary of the project status updates."
- "Search for the invoice sent by the accounting department last week and download the PDF attachment to my project folder."
- "Review my unread emails, prioritize them based on urgency, and draft a response to the ones requiring immediate action."
Tips & Limitations
To maximize efficiency, prioritize using the filtering tools (like --unread or date ranges) before running AI-intensive tasks. Keep in mind that for large mailboxes, initial AI summarization may take additional time as the agent processes multiple threads. Always ensure your authorization code remains private and is stored in a secure environment variable rather than hardcoded in your scripts. Please note that this skill requires an active internet connection to communicate with QQ's mail servers and performs local file operations when downloading attachments.
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-aohoyo-qq-email-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
openclaw-sync
OpenClaw 数据轻量同步技能。基于 rclone + cron,支持 70+ 云存储后端, 定时备份 workspace 数据,资源占用极低。
aliyun-oss
阿里云 OSS 对象存储技能。支持文件上传、下载、列出、删除、获取 URL 等操作。 两层架构:Node.js SDK(优先)→ ossutil CLI。
qiniu-kodo
七牛云 KODO 对象存储技能。支持文件上传、下载、列出、删除、获取 URL 等操作。 三层架构:MCP 工具(优先)→ Node.js SDK → qshell CLI。
silas_clash
Clash/Mihomo 代理管理。安装配置、查看状态、切换模式/节点、测速、外网失败时自动代理。
silas_skill_auditor
技能安全审查工具。深度审查已安装或远程技能的代码安全性、权限风险、数据泄露和内容合规性。支持预装审查(远程拉取)和已装审查两种模式。当用户说"审查技能"、"检查安全"、"审核技能"、"skill audit"时使用。