← Back to Skills Marketplace
aohoyo

QQ Email with AI

by silas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
260
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qq-email-ai
Description
QQ 邮箱智能管理工具。支持收发邮件、搜索筛选、附件处理,以及 AI 智能整理功能(自动摘要、分类、优先级排序、待办提取)。当用户需要操作 QQ 邮箱、查收邮件、发送邮件、整理收件箱或处理邮件相关任务时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qq-email-ai
  3. After installation, invoke the skill by name or use /qq-email-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with AI organization
Metadata
Slug qq-email-ai
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is QQ Email with AI?

QQ 邮箱智能管理工具。支持收发邮件、搜索筛选、附件处理,以及 AI 智能整理功能(自动摘要、分类、优先级排序、待办提取)。当用户需要操作 QQ 邮箱、查收邮件、发送邮件、整理收件箱或处理邮件相关任务时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 260 downloads so far.

How do I install QQ Email with AI?

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

Is QQ Email with AI free?

Yes, QQ Email with AI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does QQ Email with AI support?

QQ Email with AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created QQ Email with AI?

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

💬 Comments