Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →通过 QQ 或 163 邮箱发送和接收邮件。支持发送普通邮件、带附件邮件、接收邮件、检查新邮件。当用户要求发送邮件、查看邮件、检查新邮件时使用。
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -77% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -71% | 0% |
通过 QQ 或 163 邮箱发送和接收邮件。
编辑 skills/email/scripts/config.json,填写邮箱地址和授权码(非登录密码)。
授权码获取:
可通过 default_mailbox 字段设置默认邮箱("qq" 或 "163")。
bash# 发送邮件 python3 skills/email/scripts/mail.py send --to user@example.com --subject "主题" --content "内容" # 发送带附件 python3 skills/email/scripts/mail.py send --to user@example.com --subject "报告" --content "请查收" --attach report.pdf # 接收最新邮件 python3 skills/email/scripts/mail.py receive --limit 5 # 接收邮件(JSON 输出,推荐 AI 使用) python3 skills/email/scripts/mail.py receive --limit 5 --json # 检查新邮件(最近 N 天) python3 skills/email/scripts/mail.py check-new --since 1 # 检查新邮件(JSON 输出) python3 skills/email/scripts/mail.py check-new --since 1 --json # 删除邮件(移到已删除文件夹,QQ邮箱可恢复) python3 skills/email/scripts/mail.py delete --ids 123 # 批量删除 python3 skills/email/scripts/mail.py delete --ids 123 124 125 # 彻底删除(不可恢复) python3 skills/email/scripts/mail.py delete --ids 123 --permanent # 指定邮箱类型 python3 skills/email/scripts/mail.py --mailbox 163 send --to user@example.com --subject "测试"
--permanent 彻底删除。Other measured skills in the registry, with their headline benchmark lift.