← 返回 Skills 市场
sunyue1977

Qqmail 1.0.0

作者 SunYue1977 · GitHub ↗ · v1.0.0 · MIT-0
win32linuxdarwin ⚠ suspicious
45
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install qqmail-1-0-0
功能描述
Manage QQ Mail (QQ邮箱) via IMAP/SMTP. Use when the user wants to read, send, search, or manage emails from their QQ mailbox. Supports reading inbox, sending e...
安全使用建议
This skill's code appears to be a normal QQ Mail IMAP/SMTP client, but there are metadata inconsistencies you should resolve before installing or providing credentials. Actions to consider: - Verify provenance: confirm the publisher/owner matches a trusted source (ownerId mismatch in _meta.json vs registry metadata is suspicious). - Inspect the full script locally (it is bundled) and ensure it only connects to imap.qq.com/smtp.qq.com and doesn't exfiltrate data elsewhere. - Provide credentials manually in a safe environment: set QQMAIL_USER and QQMAIL_AUTH_CODE yourself and test in a sandboxed account first. The SKILL.md and script require QQMAIL_USER even though the registry metadata omitted it. - If you rely on automated installation or credential injection, update the skill metadata to declare QQMAIL_USER to avoid operator error. - If you cannot verify the author or provenance, avoid supplying your real QQ authorization code; prefer a throwaway/test mailbox for initial testing.
功能分析
Type: OpenClaw Skill Name: qqmail-1-0-0 Version: 1.0.0 The skill provides standard IMAP/SMTP functionality for managing QQ Mail accounts using Python's standard library. The script (scripts/qqmail.py) implements expected features like reading the inbox, searching messages, and sending emails with attachments via official QQ Mail servers (imap.qq.com and smtp.qq.com). Credentials are appropriately managed through environment variables, and no indicators of malicious intent, such as data exfiltration to unauthorized endpoints or hidden prompt injection, were detected.
能力评估
Purpose & Capability
The code and SKILL.md implement an IMAP/SMTP client for QQ Mail, which matches the name/description. However the package metadata/manifest is inconsistent: the skill runtime expects both QQMAIL_USER and QQMAIL_AUTH_CODE environment variables, but the registry metadata lists no required env vars and only declares QQMAIL_AUTH_CODE as primaryEnv. Also the _meta.json ownerId differs from the registry metadata owner ID, which is an ownership/packaging inconsistency that warrants verification.
Instruction Scope
SKILL.md tells the agent to run the included Python script which only contacts QQ IMAP/SMTP servers and reads/writes emails and optional attachment files. That scope is appropriate. But the instructions and script read QQMAIL_USER and QQMAIL_AUTH_CODE from the environment while the skill metadata does not declare QQMAIL_USER — the agent may not provide that variable automatically. There are no instructions to read arbitrary system files or send data to unexpected endpoints.
Install Mechanism
No install spec is provided and the skill is instruction-only with a bundled Python script. It requires python3 to be present; nothing is downloaded or installed automatically. This is the lowest-risk install pattern.
Credentials
The primary credential QQMAIL_AUTH_CODE is appropriate for an email client. However QQMAIL_USER is also required at runtime but not declared in the registry's required env vars. The mismatch can lead to runtime errors or accidental omission of the email address. The skill requests an authorization code (sensitive credential) — that is expected, but you should verify where and how you provide it before installing.
Persistence & Privilege
The skill is not forced-always enabled (always:false) and does not request elevated persistence or modify other skills. It can be invoked autonomously (platform default) but that is expected for skills and not a special privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qqmail-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qqmail-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of QQ Mail Manager. - Read, send, and search emails in your QQ邮箱 using IMAP/SMTP. - Supports displaying inbox, reading specific emails, listing folders, and folder selection. - Send emails with subject, body, and optional attachments. - Search emails by subject, sender, or date. - All actions run from simple Python 3 scripts with no extra dependencies. - Requires IMAP/SMTP enabled and QQMail authorization code for login.
元数据
Slug qqmail-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Qqmail 1.0.0 是什么?

Manage QQ Mail (QQ邮箱) via IMAP/SMTP. Use when the user wants to read, send, search, or manage emails from their QQ mailbox. Supports reading inbox, sending e... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 Qqmail 1.0.0?

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

Qqmail 1.0.0 是免费的吗?

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

Qqmail 1.0.0 支持哪些平台?

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

谁开发了 Qqmail 1.0.0?

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

💬 留言讨论