返回顶部
q

qq-emailQQ邮箱

Send and receive emails via QQ Mail SMTP/IMAP. Use when: user wants to send/receive emails, check inbox, read messages, or share documents via email. Requires QQ email authorization code configured in TOOLS.md.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
493
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

qq-email

QQ 邮件技能

通过 QQ 邮箱 SMTP/IMAP 服务器发送和接收邮件。

使用时机

使用此技能的场景:

  • - 发送邮件给...
  • 查看我的邮件
  • 阅读未读邮件
  • 将邮件发送给[某人]
  • 通过邮件通知[某人]
  • 通过邮件分享此文档
  • 我的收件箱里有什么?

不使用时机

不要使用此技能的场景:

  • - 发送短信/WhatsApp → 使用消息工具
  • 内部笔记 → 使用记忆文件
  • 公开发帖 → 使用社交媒体工具

所需配置

使用前,在 TOOLS.md 中配置:

markdown

QQ 邮箱

  • - 邮箱:yourqqnumber@qq.com
  • 授权码:your16charauthcode
  • 发件人名称:Your Name

获取 QQ 授权码:

  1. 1. 登录 mail.qq.com
  2. 设置 → 账户
  3. 开启 POP3/SMTP 服务
  4. 生成授权码(16位字符)

命令

发送邮件

bash
python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py send \
--to recipient@example.com \
--subject 邮件主题 \
--content 邮件内容

接收/列出邮件

bash

列出最近10封邮件


python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py receive

列出20封邮件

python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py receive --count 20

仅未读邮件

python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py receive --unread

阅读指定邮件

bash

按UID阅读邮件


python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py read --uid 123

阅读并保存附件

python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py read --uid 123 --save

标记邮件为已读

bash
python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py mark-read --uid 123

发送HTML邮件

bash
python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py send \
--to recipient@example.com \
--subject HTML邮件 \
--content

你好

HTML内容

\
--html

发送带附件的邮件

bash
python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py send \
--to recipient@example.com \
--subject 附件文档 \
--content 请查收附件。 \
--attachment /path/to/file.pdf

快速响应

发送邮件给 test@example.com

→ 询问主题和内容,然后:
bash
python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py --to test@example.com --subject [主题] --content [内容]

将此文件通过邮件发送给某人

→ 询问收件人并添加附件:
bash
python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py --to [邮箱] --subject [主题] --content [内容] --attachment [文件]

注意事项

  • - 授权码 ≠ QQ密码(从 mail.qq.com 设置中获取)
  • SMTP服务器:smtp.qq.com:465(SSL)
  • 频率限制:免费账户约50封/小时
  • 附件限制:每封邮件不超过50MB
  • 所有已发送邮件保存在QQ邮箱的已发送文件夹中

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 qq-email-1776281994 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 qq-email-1776281994 技能

通过命令行安装

skillhub install qq-email-1776281994

下载

⬇ 下载 qq-email v1.0.0(免费)

文件大小: 9.41 KB | 发布时间: 2026-4-16 16:35

v1.0.0 最新 2026-4-16 16:35
- Initial release of the qq-email skill.
- Send and receive emails via QQ Mail using SMTP/IMAP.
- Supports sending standard or HTML emails, attachments, and marking emails as read.
- Includes inbox checking, reading specific emails (with optional attachment saving), and filtering by unread status.
- Requires QQ email authorization code configuration before use.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部