← Back to Skills Marketplace
cynic-joe

QQemail-agent

by Cynic-Joe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
349
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qqemail-agent
Description
QQ邮箱接收与发送skill - 读取QQ邮箱中的邮件和发送邮件到其他账号
Usage Guidance
This skill appears to do what it claims (read/send QQ mail). Before installing/using: (1) Prefer generating an app-specific authorization code (not your QQ login password); (2) Do not paste secrets into public/shared chat history — if you must provide the auth code to an agent, ensure the agent runs locally or that the platform protects chat contents; (3) Restrict permissions of the .env file (e.g., chmod 600) or use a secure OS credential store instead of plaintext; (4) Inspect and run the scripts in an isolated environment (virtualenv/container); (5) Remove or rotate the auth code when no longer needed. If you need the agent to auto-save credentials, only proceed if you trust the runtime environment and storage location.
Capability Analysis
Type: OpenClaw Skill Name: skill-qqemail Version: 1.0.0 The skill bundle provides standard functionality for managing QQ Mail via IMAP and SMTP. The Python scripts (scripts/fetch_orders.py and scripts/send_email.py) use legitimate libraries to fetch and send messages, and the SKILL.md instructions correctly guide the user to use application-specific authorization codes rather than primary passwords. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (QQ 邮箱收发) align with included scripts (fetch_orders.py reads IMAP, send_email.py sends via SMTP) and declared dependencies (imap-tools, python-dotenv). No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to collect the user's QQ email and authorization code and write them into a local .env file; the scripts read that .env and perform only mailbox access and email sending. This is within scope, but collecting secrets via chat and persisting them in plaintext is a privacy/security concern (expected for purpose, but worth highlighting).
Install Mechanism
No install spec — instruction-only plus small Python scripts. Dependencies are standard Python packages from PyPI (imap-tools, python-dotenv). No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill needs IMAP/SMTP credentials (authorization code) which are proportionate to its purpose. The package does not request other unrelated secrets. However, it encourages the user to paste the authorization code into the chat and to persist it in a plain .env file, which increases risk of credential exposure if the agent/chat logs or disk are not secured.
Persistence & Privilege
always is false and the skill is user-invocable; it does not attempt to modify other skills or system-wide settings. Its persistent effect is limited to creating/reading a local .env in the working directory (normal for this kind of tool).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qqemail-agent
  3. After installation, invoke the skill by name or use /qqemail-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
QQemail-agent v1.1.0 - 全新添加对 QQ 邮箱收发邮件的支持,通过 IMAP 读取邮件、SMTP 发送邮件 - 新增用户首次使用时的对话式配置流程与 Agent 引导话术 - 提供手动与自动(.env文件写入)两种配置方式 - 发布详细使用说明和依赖安装文档 - 新增 `fetch_orders.py` 用于读取邮件,`send_email.py` 用于发送邮件
Metadata
Slug qqemail-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is QQemail-agent?

QQ邮箱接收与发送skill - 读取QQ邮箱中的邮件和发送邮件到其他账号. It is an AI Agent Skill for Claude Code / OpenClaw, with 349 downloads so far.

How do I install QQemail-agent?

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

Is QQemail-agent free?

Yes, QQemail-agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does QQemail-agent support?

QQemail-agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created QQemail-agent?

It is built and maintained by Cynic-Joe (@cynic-joe); the current version is v1.0.0.

💬 Comments