Send and receive emails via China Telecom (POP3:995, SMTP:465). Lists today's emails, reads content, forwards emails, and sends new emails.
通过中国电信(pop.chinatelecom.cn:995, smtp.chinatelecom.cn:465)发送和接收电子邮件。
将 china-telecom-mail 文件夹复制到您的 OpenClaw 技能目录:
bash
编辑 ~/.openclaw/skills/china-telecom-mail/config.toml:
toml
[email]
[smtp]
列出今日邮件:
bash
openclaw run --skill china-telecom-mail list-today
阅读特定邮件:
bash
openclaw run --skill china-telecom-mail read 21
JSON 输出:
bash
openclaw run --skill china-telecom-mail json-summary
统计今日邮件数量:
bash
openclaw run --skill china-telecom-mail count
发送简单邮件:
bash
openclaw run --skill china-telecom-mail send \
--to recipient@example.com \
--subject 会议通知 \
--body 请参加明天下午3点的会议。
发送带附件的邮件:
bash
openclaw run --skill china-telecom-mail send \
--to recipient@example.com \
--subject 报告 \
--body 请查收附件 \
--attachment /path/to/report.pdf
转发一封邮件:
bash
openclaw run --skill china-telecom-mail forward \
--email-id 21 \
--to recipient@example.com
bash
uv run python ~/.openclaw/skills/china-telecom-mail/main.py interactive
bash
china-telecom-mail/
├── SKILL.md # OpenClaw 技能元数据
├── main.py # 主程序(接收 + 发送)
├── config.toml # 配置文件
├── README.md # 本文件
└── config.toml.example # 配置模板
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 china-telecom-mail-1775935230 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 china-telecom-mail-1775935230 技能
skillhub install china-telecom-mail-1775935230
文件大小: 7 KB | 发布时间: 2026-4-12 09:22