← 返回 Skills 市场
260
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qq-email-ai
功能描述
QQ 邮箱智能管理工具。支持收发邮件、搜索筛选、附件处理,以及 AI 智能整理功能(自动摘要、分类、优先级排序、待办提取)。当用户需要操作 QQ 邮箱、查收邮件、发送邮件、整理收件箱或处理邮件相关任务时使用此技能。
安全使用建议
Key points to check before installing/using:
- Credentials: The registry metadata did not declare required env vars, but the code and SKILL.md expect QQ_EMAIL and QQ_EMAIL_AUTH_CODE (IMAP/SMTP authorization code). AI features require DASHSCOPE_API_KEY. Only set these in an environment you control; treat the QQ auth code like a password and rotate it if exposed.
- Privacy: If you enable AI features (or set DASHSCOPE_API_KEY), email subjects/bodies (and possibly extracted attachments) are sent to the DashScope/通义千问 API. Only enable this if you trust that provider and are comfortable with email contents leaving your device.
- Missing/verify files: SKILL.md references a download_attachments script that is not present in the provided manifest excerpt — verify the full package contains all referenced scripts (especially any that write files or upload data). Review scripts that handle attachments and sending to ensure they behave as you expect.
- Minimal use: If you only need basic send/read/manage features, run scripts without setting the DASHSCOPE_API_KEY or use the provided '--no-ai' / non‑AI options to avoid external API calls.
- Audit the code: Because the skill runs locally and connects to your mailbox, inspect scripts (especially send_email, download/attachment handling, and AI call sites) yourself or run them in a restricted/test account first. Consider running in an isolated environment or on a throwaway QQ account until you are confident.
- If in doubt: classify this skill as suspicious due to metadata omissions and external AI calls. Ask the publisher to update registry metadata to declare the required env vars and to explicitly state in SKILL.md when/where email contents are sent to third parties.
功能分析
Type: OpenClaw Skill
Name: qq-email-ai
Version: 1.0.0
The qq-email-ai skill bundle is a legitimate tool for managing QQ mailboxes with AI-enhanced features like summarization, classification, and task extraction. It uses standard Python libraries (imaplib, smtplib) for email operations and Aliyun's DashScope API for AI processing. The code is well-structured, follows its stated purpose, and handles sensitive credentials (authorization codes and API keys) through environment variables. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found across the scripts (e.g., fetch_emails.py, send_email.py, ai_organize.py) or documentation.
能力评估
Purpose & Capability
The name/description (QQ 邮箱管理 + AI 整理) matches the included scripts: IMAP/SMTP client, send/read/manage emails, and AI summarization/classification/prioritization/todo extraction. This functionality legitimately requires an email address, an IMAP/SMTP auth code and (optionally) an AI API key — but the registry metadata does not declare those env vars (see environment_proportionality).
Instruction Scope
Runtime instructions and scripts will fetch full email bodies, attachments, and metadata and (when AI features are used) call a third‑party Generation API (dashscope / qwen-plus) with email content. That means potentially sensitive email contents are transmitted off‑host. The SKILL.md shows commands for downloading attachments and references scripts (e.g., scripts/download_attachments.py) that are referenced but not present in the provided manifest excerpt — a discrepancy to verify. The instructions otherwise stay within the stated email-management scope (no unrelated system reads), but they do not clearly call out the privacy/telemetry implications in the main SKILL.md (only in reference docs).
Install Mechanism
This is instruction-only with bundled Python scripts and no install spec that downloads arbitrary code at install time. No brew/npm/external archive installs were specified. Risk from install mechanism is low, but the package includes executable scripts which will run locally.
Credentials
The code requires QQ_EMAIL and QQ_EMAIL_AUTH_CODE (IMAP/SMTP auth) and also references DASHSCOPE_API_KEY for AI calls. Those are sensitive credentials and the registry metadata lists no required env vars / primary credential — an inconsistency. DASHSCOPE usage is proportionate to the AI features, but users must understand that email text/attachments will be sent to an external AI service if that key is set/AI mode enabled. Requiring an auth code for mailbox access is expected; requiring an external AI key is optional for AI features but should be declared.
Persistence & Privilege
Skill is user‑invocable and not always-enabled; it does not request permanent platform privileges or modify other skills. It does open IMAP/SMTP sessions to user accounts (expected for an email client) but does not attempt to persist itself beyond its own scripts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qq-email-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/qq-email-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with AI organization
元数据
常见问题
QQ Email with AI 是什么?
QQ 邮箱智能管理工具。支持收发邮件、搜索筛选、附件处理,以及 AI 智能整理功能(自动摘要、分类、优先级排序、待办提取)。当用户需要操作 QQ 邮箱、查收邮件、发送邮件、整理收件箱或处理邮件相关任务时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。
如何安装 QQ Email with AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qq-email-ai」即可一键安装,无需额外配置。
QQ Email with AI 是免费的吗?
是的,QQ Email with AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QQ Email with AI 支持哪些平台?
QQ Email with AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QQ Email with AI?
由 silas(@aohoyo)开发并维护,当前版本 v1.0.0。
推荐 Skills