← Back to Skills Marketplace
pdpaer

QQ Mail

by leogao · GitHub ↗ · v1.0.0
win32linuxdarwin ⚠ suspicious
1260
Downloads
1
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install qqmail
Description
Manage QQ Mail via IMAP/SMTP to read, send (with attachments), search emails by subject/sender/date, and list folders using Python.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qqmail
  3. After installation, invoke the skill by name or use /qqmail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: read, send, search QQ Mail via IMAP/SMTP
Metadata
Slug qqmail
Version 1.0.0
License
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is QQ Mail?

Manage QQ Mail via IMAP/SMTP to read, send (with attachments), search emails by subject/sender/date, and list folders using Python. It is an AI Agent Skill for Claude Code / OpenClaw, with 1260 downloads so far.

How do I install QQ Mail?

Run "/install qqmail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is QQ Mail free?

Yes, QQ Mail is completely free (open-source). You can download, install and use it at no cost.

Which platforms does QQ Mail support?

QQ Mail is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32, linux, darwin).

Who created QQ Mail?

It is built and maintained by leogao (@pdpaer); the current version is v1.0.0.

💬 Comments