Install
openclaw skills install 163mailClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Send, receive, search, read, reply, forward, and delete emails via 163.com using IMAP and SMTP with authorization codes.
openclaw skills install 163mail163 邮箱收发邮件技能。使用 IMAP 接收邮件,SMTP 发送邮件。
复制 config.template.json 到 config.json:
cp /root/.openclaw/workspace/skills/163mail/config.template.json /root/.openclaw/workspace/skills/163mail/config.json
编辑 config.json:
{
"email": "your-email@163.com",
"imapPassword": "your-imap-authorization-code",
"smtpPassword": "your-smtp-authorization-code"
}
⚠️ 注意:授权码不是登录密码,是专门用于第三方客户端的密码
/163mail inbox
/163mail list
查看最新 10 封邮件。
/163mail folder 已发送
/163mail folder 草稿箱
可用文件夹:INBOX, 草稿箱,已发送,已删除,垃圾邮件,病毒文件夹,广告邮件
/163mail read <邮件 ID>
/163mail search from someone@163.com
/163mail search subject 会议
/163mail search 关键词
/163mail send to@example.com 邮件主题 邮件正文
/163mail reply <邮件 ID> 回复内容
/163mail forward <邮件 ID> to@example.com 转发说明
/163mail delete <邮件 ID>
| 变量名 | 说明 |
|---|---|
163MAIL_EMAIL | 163 邮箱地址 |
163MAIL_IMAP_PASS | IMAP 授权码 |
163MAIL_SMTP_PASS | SMTP 授权码(可选,默认同 IMAP) |
163mail/
├── SKILL.md # 技能说明
├── _meta.json # 技能元数据
├── index.js # 主入口
├── config.template.json # 配置模板
├── config.json # 实际配置(需创建)
├── scripts/ # 辅助脚本
└── references/ # 参考资料
163 邮箱安全策略阻止登录: