← 返回 Skills 市场
355
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install qq-mail-reader
功能描述
读取QQ邮箱邮件。使用IMAP协议连接QQ邮箱,支持多种编码解析。触发场景:用户要求查看邮箱、读取邮件、查看最近邮件、筛选特定邮件等。
安全使用建议
This skill legitimately needs an email address and an IMAP authorization code to read your QQ mailbox. Before installing: (1) only provide an app-specific QQ IMAP authorization code (not your account password); (2) store the code in the indicated secrets file with strict permissions (chmod 600) and avoid committing it to source control; (3) be aware the skill will read email contents — only install if you trust the skill and the agent runtime; (4) prefer short-lived/rotated credentials when possible and monitor account activity; (5) if you need stronger isolation, consider running mailbox access in a separate environment or using a dedicated read-only mailbox.
功能分析
Type: OpenClaw Skill
Name: qq-mail-reader
Version: 1.0.5
The skill provides standard Python implementation for reading QQ Mail via the IMAP protocol. It includes legitimate code for connecting to imap.qq.com, decoding email headers, and parsing message bodies. The documentation correctly emphasizes security best practices, such as using app-specific authorization codes and setting restrictive file permissions (600) on credential files.
能力评估
Purpose & Capability
The skill is described as an IMAP-based QQ mailbox reader and requires MAIL_USER and MAIL_PASS plus a secrets file in ~/.openclaw/secrets/mail_qq.env. These requirements align with needing an email address and an IMAP authorization code to log in to imap.qq.com.
Instruction Scope
SKILL.md contains concrete Python IMAP usage and parsing/decoding routines that stay within the stated scope (connect, search, decode, extract body, filter). It does not instruct reading unrelated system files or contacting external endpoints beyond the IMAP server. It does instruct storing credentials in a local secrets file (expected for this use).
Install Mechanism
This is an instruction-only skill with no install spec and no code files. No packages or remote downloads are requested, so there is minimal install risk.
Credentials
Requesting MAIL_USER and MAIL_PASS (QQ IMAP authorization code) is proportionate to reading email, but these are highly sensitive credentials. The metadata also points to a specific local secrets file path. This is expected for an email reader, but users should treat the auth code as sensitive, store it with correct permissions (as the doc suggests), and only provide it to trusted agents.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills or system-wide agent settings. It only references its own secrets file and runtime env.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qq-mail-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/qq-mail-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Updated metadata format for required environment variables and config file references.
- Changed "env-vars" to "env" and "credential-file" to "config" under metadata.openclaw.
- No functional or code changes; documentation/metadata update only.
v1.0.4
- Added a homepage link for QQ邮箱官方帮助文档
- Introduced metadata section with Openclaw integration (emoji, environment variables, credential file, install steps)
- No changes to code or core functionality
v1.0.3
- Updated skill metadata formatting in SKILL.md: moved fields like required-env-vars, primary-credential, and credential-location outside the metadata block.
- No functional or code changes; documentation and configuration remain the same.
v1.0.2
No user-facing or internal changes in this version.
- No file changes detected; skill functionality and instructions remain the same.
v1.0.1
- 增加了 metadata 字段,明确要求 MAIL_USER 和 MAIL_PASS 环境变量,并说明凭据存储位置和主要认证方式
- 新增安全说明,提醒凭据文件权限设置、目录以及授权码泄露风险
- 其余功能和使用方法保持不变
v1.0.0
Initial release of QQ邮箱邮件读取技能。
- 支持使用 IMAP 协议连接 QQ 邮箱,读取收件箱邮件内容
- 兼容多种邮件编码(如 GBK/GB2312/UTF-8)
- 自动解析邮件标题和正文,提取纯文本内容
- 支持按日期(如最近、当天)和关键词(如通知、订单)检索邮件
- 提示 IMAP/授权码配置方法,便于快速使用
元数据
常见问题
qq-mail-reader 是什么?
读取QQ邮箱邮件。使用IMAP协议连接QQ邮箱,支持多种编码解析。触发场景:用户要求查看邮箱、读取邮件、查看最近邮件、筛选特定邮件等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。
如何安装 qq-mail-reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qq-mail-reader」即可一键安装,无需额外配置。
qq-mail-reader 是免费的吗?
是的,qq-mail-reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
qq-mail-reader 支持哪些平台?
qq-mail-reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 qq-mail-reader?
由 ZaviWayne(@zaviwayne)开发并维护,当前版本 v1.0.5。
推荐 Skills