← Back to Skills Marketplace
nopassword2000

tencent-exmail

by nopassword2000 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
213
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencent-exmail
Description
腾讯企业邮箱(exmail.qq.com)收发邮件技能。当用户想要发送邮件、查看收件箱、搜索邮件、下载附件、实时监听新邮件、或对腾讯企业邮箱进行任何邮件操作时触发。支持 IMAP/SMTP 协议,SSL 加密,附件上传/下载,邮件搜索,IMAP IDLE 实时推送通知。关键词:企业邮箱、exmail、腾讯邮件、发...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencent-exmail
  3. After installation, invoke the skill by name or use /tencent-exmail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
this is base version
Metadata
Slug tencent-exmail
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is tencent-exmail?

腾讯企业邮箱(exmail.qq.com)收发邮件技能。当用户想要发送邮件、查看收件箱、搜索邮件、下载附件、实时监听新邮件、或对腾讯企业邮箱进行任何邮件操作时触发。支持 IMAP/SMTP 协议,SSL 加密,附件上传/下载,邮件搜索,IMAP IDLE 实时推送通知。关键词:企业邮箱、exmail、腾讯邮件、发... It is an AI Agent Skill for Claude Code / OpenClaw, with 213 downloads so far.

How do I install tencent-exmail?

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

Is tencent-exmail free?

Yes, tencent-exmail is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tencent-exmail support?

tencent-exmail is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tencent-exmail?

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

💬 Comments