← 返回 Skills 市场
tencent-exmail
作者
nopassword2000
· GitHub ↗
· v1.0.0
· MIT-0
213
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-exmail
功能描述
腾讯企业邮箱(exmail.qq.com)收发邮件技能。当用户想要发送邮件、查看收件箱、搜索邮件、下载附件、实时监听新邮件、或对腾讯企业邮箱进行任何邮件操作时触发。支持 IMAP/SMTP 协议,SSL 加密,附件上传/下载,邮件搜索,IMAP IDLE 实时推送通知。关键词:企业邮箱、exmail、腾讯邮件、发...
安全使用建议
This skill appears to do exactly what it claims: send, read, search, download attachments, and optionally listen for new messages via IMAP IDLE. Before installing, consider: (1) it requires your mailbox address and password (use an app/client-specific password if your account is bound to WeChat), (2) the watcher can write a JSON hook file to a path you provide—avoid using sensitive system paths, (3) attachment download/save operations will write files to locations you specify—ensure those paths are safe on shared machines, and (4) the skill bundles Python scripts locally and asks you to pip install imapclient for IMAP IDLE; review the included scripts if you want to verify behavior. If you are okay giving the skill your mailbox credentials and allowing it to read/write files you specify, proceeding is reasonable.
功能分析
Type: OpenClaw Skill
Name: tencent-exmail
Version: 1.0.0
The tencent-exmail skill bundle provides legitimate email management functionality (send, read, search, and real-time monitoring) for Tencent Enterprise Mail using standard IMAP/SMTP protocols over SSL. The Python scripts (read_email.py, send_email.py, watch_email.py) interact only with official Tencent servers (exmail.qq.com), include proper filename sanitization for attachment downloads, and lack any evidence of data exfiltration, obfuscation, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description describe IMAP/SMTP mailbox operations and the package requests only python3 plus an IMAP client library and the mailbox credentials (EXMAIL_ADDRESS, EXMAIL_PASSWORD), which are exactly what is needed to implement the advertised features.
Instruction Scope
SKILL.md and the scripts only instruct the agent to connect to the declared IMAP/SMTP hosts (imap.exmail.qq.com / smtp.exmail.qq.com), read/write mailbox data, download/upload attachments from local paths, and optionally write a JSON hook file. There are no instructions to read unrelated system files, contact unknown remote endpoints, or exfiltrate data beyond the mail servers and user-specified local hook path.
Install Mechanism
No remote install/download step is present; code is bundled with the skill. The only dependency is imapclient (pip), and SKILL.md documents installing it with pip3. No external arbitrary URLs or archive extraction operations are used.
Credentials
The skill requires only EXMAIL_ADDRESS and EXMAIL_PASSWORD, which are directly needed to authenticate to IMAP/SMTP. No unrelated credentials or broad environment/config path access is requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges or modify other skills; it writes only to user-specified local files (e.g., hook JSON, downloaded attachments) which is appropriate for its functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-exmail - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-exmail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
this is base version
元数据
常见问题
tencent-exmail 是什么?
腾讯企业邮箱(exmail.qq.com)收发邮件技能。当用户想要发送邮件、查看收件箱、搜索邮件、下载附件、实时监听新邮件、或对腾讯企业邮箱进行任何邮件操作时触发。支持 IMAP/SMTP 协议,SSL 加密,附件上传/下载,邮件搜索,IMAP IDLE 实时推送通知。关键词:企业邮箱、exmail、腾讯邮件、发... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。
如何安装 tencent-exmail?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-exmail」即可一键安装,无需额外配置。
tencent-exmail 是免费的吗?
是的,tencent-exmail 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tencent-exmail 支持哪些平台?
tencent-exmail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tencent-exmail?
由 nopassword2000(@nopassword2000)开发并维护,当前版本 v1.0.0。
推荐 Skills