← 返回 Skills 市场
feastfuyan

Email Sender

作者 feastfuyan · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
374
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install qqmail-sender
功能描述
通过SMTP协议使用QQ邮箱发送支持纯文本、HTML、附件的邮件,支持多收件人及抄送密送功能。
安全使用建议
This skill appears to do what it says (send and receive QQ Mail via SMTP/POP3) but the package metadata fails to declare the required mailbox credentials. Before installing or using it: 1) Don’t paste your QQ mailbox authorization code into chat — provide credentials only via a secure secret store or agent credential mechanism. 2) Ask the skill author (or adjust metadata) to declare required env vars (e.g., QQ_EMAIL, QQ_SMTP_AUTH) and document secure storage/backoff behavior for auto-reply and scheduled checks. 3) Confirm whether the agent will act only when explicitly invoked (to avoid unattended sending) and whether attachments or inbox contents may be transmitted elsewhere. 4) The suggested pip dependency (python-docx) and README references to Node/ClawHub look unrelated to runtime — verify you actually need those before installing. If you cannot confirm secure credential handling and autonomous behavior limits, treat the skill with caution or run it in an isolated environment.
功能分析
Type: OpenClaw Skill Name: qqmail-sender Version: 1.1.0 The OpenClaw AgentSkills bundle provides a legitimate email sending and receiving skill using standard SMTP/POP3 protocols. The `SKILL.md` and sample code demonstrate secure practices like SSL and the use of authorization codes instead of main passwords. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. The `python-docx` dependency is for document processing, which is not directly related to email sending but is a common, benign library. All files align with the stated purpose of an email automation skill.
能力评估
Purpose & Capability
The SKILL.md clearly requires an email username and an SMTP/POP3 authorization code (password) to send/receive mail, but the skill's declared requirements list no primary credential or required environment variables. That mismatch is incoherent: an email-sending skill normally needs a credential declaration and guidance for secure storage/use.
Instruction Scope
Runtime instructions show direct use of mailbox credentials and reading local files for attachments (expected for an email tool). However the SKILL.md provides no guidance on how the agent should obtain or securely store the authorization code, nor does the metadata declare the credential. Also features like 'scheduled inbox checks' and 'auto-reply' are described without limits, which could lead to an agent polling a mailbox or sending messages autonomously if misconfigured.
Install Mechanism
This is an instruction-only skill (no install spec). SKILL.md suggests 'pip install python-docx' although the provided sample code does not reference python-docx; the README discusses Node/npm/ClawHub CLI for publishing (developer-facing) which is unrelated to runtime. These are mild inconsistencies but not high-risk installation actions.
Credentials
The skill requires sensitive data (email address and authorization code) but declares no required env vars or primary credential. That under-declaration is a red flag because it leaves ambiguous how credentials are supplied and protected. The skill would reasonably need at minimum one credential variable (e.g., QQ_EMAIL and QQ_SMTP_AUTH) or explicit secure-vault instructions.
Persistence & Privilege
No persistent install, no always:true, and no config paths requested. The skill is user-invocable only and does not request elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qqmail-sender
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qqmail-sender 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Changelog for version 1.1.0 of qqmail-sender:** - Major documentation expansion with bilingual (Chinese/English) content, highlighting use cases, configuration, and benefits for OpenClaw AI Agents. - Added sections on email receiving (POP3), multi-agent collaboration, and detailed comparison with other communication tools. - Provided clear technical setup, sample codes for sending/receiving emails, and practical collaboration scenarios. - Improved structure and readability with feature tables, target audience clarification, and license info. - The focus of this update is comprehensive documentation for easier adoption and multi-agent use.
v1.0.0
Email Sender - 邮件发送技能 v1.0.0 - 首次发布,提供基础的邮件发送功能 - 支持QQ邮箱及其他SMTP邮箱发送 - 可发送纯文本、HTML邮件和带附件的邮件 - 支持抄送(CC)、密送(BCC)、多收件人
元数据
Slug qqmail-sender
版本 1.1.0
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

Email Sender 是什么?

通过SMTP协议使用QQ邮箱发送支持纯文本、HTML、附件的邮件,支持多收件人及抄送密送功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 374 次。

如何安装 Email Sender?

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

Email Sender 是免费的吗?

是的,Email Sender 完全免费(开源免费),可自由下载、安装和使用。

Email Sender 支持哪些平台?

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

谁开发了 Email Sender?

由 feastfuyan(@feastfuyan)开发并维护,当前版本 v1.1.0。

💬 留言讨论