163mail

# 163 Mail Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "163mail" with this command: npx skills add lxy1503/163mail

163 Mail Skill

163 邮箱收发邮件技能。使用 IMAP 接收邮件,SMTP 发送邮件。

配置

1. 创建配置文件

复制 config.template.jsonconfig.json

cp /root/.openclaw/workspace/skills/163mail/config.template.json /root/.openclaw/workspace/skills/163mail/config.json

2. 填写配置

编辑 config.json

{
  "email": "your-email@163.com",
  "imapPassword": "your-imap-authorization-code",
  "smtpPassword": "your-smtp-authorization-code"
}

3. 获取 163 邮箱授权码

  1. 登录 163 邮箱网页版:https://mail.163.com
  2. 进入 设置POP3/SMTP/IMAP
  3. 开启 IMAP/SMTP 服务
  4. 点击 生成授权码
  5. 复制授权码到配置文件

⚠️ 注意:授权码不是登录密码,是专门用于第三方客户端的密码

命令

查看收件箱

/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_EMAIL163 邮箱地址
163MAIL_IMAP_PASSIMAP 授权码
163MAIL_SMTP_PASSSMTP 授权码(可选,默认同 IMAP)

文件结构

163mail/
├── SKILL.md              # 技能说明
├── _meta.json            # 技能元数据
├── index.js              # 主入口
├── config.template.json  # 配置模板
├── config.json           # 实际配置(需创建)
├── scripts/              # 辅助脚本
└── references/           # 参考资料

注意事项

  1. 授权码安全:不要将授权码提交到版本控制
  2. 频率限制:避免频繁调用,163 邮箱有速率限制
  3. 安全登录:首次使用可能需要在网页端确认信任设备
  4. 附件支持:当前版本不支持附件,仅纯文本邮件

故障排除

"Unsafe Login" 错误

163 邮箱安全策略阻止登录:

  1. 登录网页版邮箱确认信任设备
  2. 检查 IMAP/SMTP 服务是否开启
  3. 等待 10-15 分钟后重试

授权码错误

  1. 确认使用的是授权码而非登录密码
  2. 重新生成授权码并更新配置
  3. 确认 IMAP/SMTP 服务已开启

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

QQBrowserSkill

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking...

Registry SourceRecently Updated
Coding

Joycode

通过 shell 控制 JoyCode CLI 工具进行代码生成和 AI 辅助编程。使用场景:(1) 用户要求代码生成、代码补全或编程帮助 (2) 需要使用 AI 助手进行代码审查 (3) 需要在终端中进行交互式编程对话 (4) 需要执行自动化代码任务

Registry SourceRecently Updated
Coding

openclaw-memoryos-memory-admin

Inspect, back up, search, export, and update OpenClaw long-term memory stored with MemoryOS. Use when Codex needs to manage MemoryOS memory files for an Open...

Registry SourceRecently Updated
Coding

GitHub to RedNote

Convert GitHub repositories into RedNote (小红书) style technical articles. Use when user wants to generate tech promotion content from GitHub repos - including...

Registry SourceRecently Updated