← 返回 Skills 市场
pdpaer

QQ Mail

作者 leogao · GitHub ↗ · v1.0.0
win32linuxdarwin ⚠ suspicious
1260
总下载
1
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install qqmail
功能描述
Manage QQ Mail via IMAP/SMTP to read, send (with attachments), search emails by subject/sender/date, and list folders using Python.
安全使用建议
This skill appears internally consistent for managing QQ Mail via IMAP/SMTP. Before installing: 1) Verify you trust the skill source/owner sinceHomepage/source is missing — review the included scripts yourself. 2) Only set QQMAIL_AUTH_CODE (the IMAP/SMTP authorization code), not your QQ account password; follow QQ's instructions for generating the授权码. 3) Be cautious when using the send-with-attachment command — it reads local file paths you provide. 4) Prefer running the script in a controlled environment (isolated account or container) and avoid placing the auth code in shared/global environment variables. 5) If you plan to allow autonomous agent invocation, remember that the agent could use your auth code to read/send mail when triggered — enable autonomy only if you trust the skill and its maintainer.
功能分析
Type: OpenClaw Skill Name: qqmail Version: 1.0.0 The skill is classified as suspicious due to two primary reasons. First, the `send` command in `scripts/qqmail.py` allows attaching arbitrary files from the local filesystem via the `--attachment PATH` argument. While a legitimate feature, this capability could be exploited by a malicious agent prompt to exfiltrate sensitive user files (e.g., credentials, private keys). Second, the `search` command in `scripts/qqmail.py` constructs IMAP search queries by directly concatenating user-provided arguments (e.g., `--subject`, `--from`) into the search string, which presents a potential IMAP injection vulnerability if a malicious user provides specially crafted input. There is no evidence of intentional malicious behavior such as hardcoded exfiltration domains, backdoors, or obfuscation; the issues are vulnerabilities or risky capabilities rather than explicit malware.
能力评估
Purpose & Capability
Name/description (QQ Mail IMAP/SMTP client) align with the included python script and the declared requirement of QQMAIL_AUTH_CODE and python3. The script only implements email read/send/search/folder operations against imap.qq.com and smtp.qq.com — all expected for this purpose.
Instruction Scope
SKILL.md instructions are specific and limited: run the provided Python script with environment variables QQMAIL_USER and QQMAIL_AUTH_CODE, enable IMAP/SMTP in QQ settings, and use the documented commands. The instructions do not ask the agent to read unrelated files or credentials, nor do they transmit data to external endpoints beyond QQ's IMAP/SMTP servers. The script does access local file paths only when the user provides an attachment path (expected).
Install Mechanism
There is no install spec and the code uses only Python standard library modules. No external downloads, package installs, or arbitrary URLs are used. Requiring python3 is proportionate.
Credentials
Only QQMAIL_USER and QQMAIL_AUTH_CODE are read by the script, matching the declared primary credential. No unrelated secrets, config paths, or additional environment variables are requested.
Persistence & Privilege
The skill is not set to always:true and does not attempt to modify other skills or system-wide settings. It runs on-demand and requires explicit environment configuration; autonomous invocation is allowed by platform default but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qqmail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qqmail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: read, send, search QQ Mail via IMAP/SMTP
元数据
Slug qqmail
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

QQ Mail 是什么?

Manage QQ Mail via IMAP/SMTP to read, send (with attachments), search emails by subject/sender/date, and list folders using Python. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1260 次。

如何安装 QQ Mail?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qqmail」即可一键安装,无需额外配置。

QQ Mail 是免费的吗?

是的,QQ Mail 完全免费(开源免费),可自由下载、安装和使用。

QQ Mail 支持哪些平台?

QQ Mail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32, linux, darwin)。

谁开发了 QQ Mail?

由 leogao(@pdpaer)开发并维护,当前版本 v1.0.0。

💬 留言讨论