← 返回 Skills 市场
cynic-joe

QQemail-agent

作者 Cynic-Joe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
349
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qqemail-agent
功能描述
QQ邮箱接收与发送skill - 读取QQ邮箱中的邮件和发送邮件到其他账号
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qqemail-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qqemail-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
QQemail-agent v1.1.0 - 全新添加对 QQ 邮箱收发邮件的支持,通过 IMAP 读取邮件、SMTP 发送邮件 - 新增用户首次使用时的对话式配置流程与 Agent 引导话术 - 提供手动与自动(.env文件写入)两种配置方式 - 发布详细使用说明和依赖安装文档 - 新增 `fetch_orders.py` 用于读取邮件,`send_email.py` 用于发送邮件
元数据
Slug qqemail-agent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QQemail-agent 是什么?

QQ邮箱接收与发送skill - 读取QQ邮箱中的邮件和发送邮件到其他账号. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。

如何安装 QQemail-agent?

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

QQemail-agent 是免费的吗?

是的,QQemail-agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

QQemail-agent 支持哪些平台?

QQemail-agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 QQemail-agent?

由 Cynic-Joe(@cynic-joe)开发并维护,当前版本 v1.0.0。

💬 留言讨论