← Back to Skills Marketplace
Email 163 Com
by
newolf20000
· GitHub ↗
· v1.0.5
· MIT-0
2666
Downloads
3
Stars
33
Active Installs
6
Versions
Install in OpenClaw
/install email-163-com
Description
Comprehensive Python tool for managing 163.com emails with sending, reading, searching, folder, and attachment handling via IMAP ID and SMTP.
Usage Guidance
Install only if you are comfortable granting this skill access to read, send, and modify your 163.com mailbox. Use a 163 client authorization code rather than your login password, keep the config file private, verify the server settings stay on official 163 hosts, require confirmation before sends/deletes/bulk actions, and avoid downloading attachments from untrusted messages until filenames are sanitized.
Capability Analysis
Type: OpenClaw Skill
Name: email-163-com
Version: 1.0.5
The email-163-com skill is a legitimate email management tool for 163.com accounts. The core logic in main.py uses standard Python libraries (imaplib, smtplib) to perform email operations like reading, sending, searching, and managing attachments. It correctly implements 163-specific requirements such as IMAP ID authentication and provides a configuration wizard that stores credentials locally with restricted file permissions (chmod 600). No evidence of data exfiltration to third-party servers, malicious code execution, or prompt injection was found across the code or documentation.
Capability Assessment
Purpose & Capability
Reading, sending, searching, downloading attachments, and changing mailbox state are coherent with an email-management skill, but they are high-impact because they expose private mail and can send or delete messages.
Instruction Scope
User-directed CLI usage is generally disclosed, but bulk delete/move/mark operations and attachment downloads lack strong confirmation or dry-run controls for destructive or file-writing actions.
Install Mechanism
The installer performs local copy, symlink, chmod, and config-directory setup without remote download or privilege escalation, but the documented and symlinked email-163-com wrapper is absent from the artifact.
Credentials
The network access to 163 IMAP/SMTP servers is purpose-aligned, but attachment saving trusts sender-controlled filenames, creating a path-traversal/arbitrary local file-write risk outside the intended download directory.
Persistence & Privilege
The skill stores the 163 authorization code in a local JSON config with chmod 600 and discloses plaintext storage in SECURITY.md, but the code is still a powerful mailbox secret and the setup prompt is not masked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install email-163-com - After installation, invoke the skill by name or use
/email-163-com - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
email-163-com v1.0.5
- Added publishing and security documentation: HOW-TO-PUBLISH.md, PUBLISH-NOTES.md, SECURITY.md
- Added shell installer script (INSTALL.sh)
- Added metadata file (_meta.json)
- Updated references and minor adjustments in README.md and SKILL.md
- Updated test reports and package metadata to reflect new version
v1.0.4
🔒 安全修复:移除所有硬编码的邮箱地址和授权码
v1.0.3
email-163-com v1.0.3
- Added automated test report file (TEST-REPORT-v1.0.3.md)
- Updated documentation and release notes (RELEASE.md)
- Updated project metadata (package.json)
- Minor code changes in main.py
v1.0.2
- Added support files: evomap-capsule.json and evomap-gene.json.
- Updated PUBLISH.md, RELEASE.md, main.py, and package.json.
- No changes to user-facing documentation or main feature set.
v1.0.1
修复华为等客户端标题 emoji 显示问题
v1.0.0
email-163-com Skill v1.0.0
- Initial release
- Send emails (plain text and HTML) with single/multiple attachments
- Read and search emails (IMAP ID supported)
- Manage folders: list, create, delete
- Perform email actions: delete, move, mark read/unread
- Download and view attachments
- Secure configuration via file or environment variables
Metadata
Frequently Asked Questions
What is Email 163 Com?
Comprehensive Python tool for managing 163.com emails with sending, reading, searching, folder, and attachment handling via IMAP ID and SMTP. It is an AI Agent Skill for Claude Code / OpenClaw, with 2666 downloads so far.
How do I install Email 163 Com?
Run "/install email-163-com" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Email 163 Com free?
Yes, Email 163 Com is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Email 163 Com support?
Email 163 Com is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Email 163 Com?
It is built and maintained by newolf20000 (@newolf20000); the current version is v1.0.5.
More Skills