返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
q

qq-email

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
安全检测
已通过
474
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

qq-email

# QQ Email Skill Send and receive emails via QQ Mail SMTP/IMAP server. ## When to Use ✅ **USE this skill when:** - "Send an email to..." - "Check my emails" - "Read my unread emails" - "Email this to [someone]" - "Notify [person] via email" - "Share this document via email" - "What's in my inbox?" ## When NOT to Use ❌ **DON'T use this skill when:** - Sending SMS/WhatsApp → use messaging tools - Internal notes → use memory files - Public posts → use social media tools ## Configuration Required Before using, configure in `TOOLS.md`: ```markdown ### QQ Email - Email: your_qq_number@qq.com - Auth Code: your_16_char_auth_code - Sender Name: Your Name ``` **Get QQ Auth Code:** 1. Login to mail.qq.com 2. Settings → Account 3. Enable POP3/SMTP service 4. Generate authorization code (16 characters) ## Commands ### Send Email ```bash python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py send \ --to "recipient@example.com" \ --subject "Email Subject" \ --content "Email content here" ``` ### Receive/List Emails ```bash # List 10 recent emails python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py receive # List 20 emails python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py receive --count 20 # Unread emails only python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py receive --unread ``` ### Read Specific Email ```bash # Read email by UID python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py read --uid 123 # Read and save attachments python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py read --uid 123 --save ``` ### Mark Email as Read ```bash python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py mark-read --uid 123 ``` ### Send HTML Email ```bash python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py send \ --to "recipient@example.com" \ --subject "HTML Email" \ --content "<h1>Hello</h1><p>HTML content</p>" \ --html ``` ### Send with Attachment ```bash python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py send \ --to "recipient@example.com" \ --subject "Document Attached" \ --content "Please find attached." \ --attachment "/path/to/file.pdf" ``` ## Quick Responses **"Send an email to test@example.com"** → Ask for subject and content, then: ```bash python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py --to "test@example.com" --subject "[subject]" --content "[content]" ``` **"Email this file to someone"** → Ask for recipient and add attachment: ```bash python3 ~/.openclaw/workspace/skills/qq-email/qq_email.py --to "[email]" --subject "[subject]" --content "[content]" --attachment "[file]" ``` ## Notes - Auth code ≠ QQ password (get from mail.qq.com settings) - SMTP server: smtp.qq.com:465 (SSL) - Rate limited: ~50 emails/hour for free accounts - Attachments ≤ 50MB per email - All sent emails saved in QQ Mail "Sent" folder

标签

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
返回顶部