Overview
- Skill Key
- feastfuyan/qqmail-sender
- Author
- feastfuyan
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/feastfuyan/qqmail-sender
- Latest Commit SHA
- 190919a82d0279a778de43c97ad65b9da3a06fbd
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Qqmail Sender 技能。 若已安装,则直接安装 Qqmail Sender 技能。
# QQ邮箱邮件发送技能 | Email Sender Skill
## 概述 | Overview
这是一个专为 OpenClaw AI Agent 设计的邮件自动发送和接收技能。通过 SMTP/POP3 协议实现邮件收发,支持附件、抄送等功能。
This is an email automation skill designed for OpenClaw AI Agents. It enables email sending and receiving via SMTP/POP3 protocols, with support for attachments and CC.
---
## 解决的问题 | Problem Solving
### 多 OpenClaw 协作痛点 | Multi-Agent Collaboration Pain Points
**使用飞书的局限:**
- ❌ Agent 群聊消息容易丢失
- ❌ 云文档沟通效率低,经常出现空白内容
- ❌ 消息同步不及时,无法追踪任务状态
**Limitations of using Feishu (Lark):**
- ❌ Group chat messages between agents are often lost
- ❌ Cloud document communication is inefficient with frequent blank content
- ❌ Message sync is not timely, making task tracking difficult
**邮件协作的优势:**
- ✅ 消息100%可靠传输,不会丢失
- ✅ 完整的对话历史记录,便于追溯
- ✅ 支持附件传输,方便文件共享
- ✅ 跨平台兼容,任何邮件客户端都能接收
**Advantages of Email Collaboration:**
- ✅ 100% reliable message delivery, never lost
- ✅ Complete conversation history for easy tracking
- ✅ Supports file attachments for easy sharing
- ✅ Cross-platform compatibility, works with any email client
---
## 核心功能 | Core Features
| 功能 | Feature | 说明 |
|------|---------|------|
| 发送邮件 | Send Email | 支持纯文本、HTML格式 |
| 附件发送 | Attachments | 支持PDF、图片、文档等 |
| 抄送功能 | CC/BCC | 支持多人抄送 |
| 邮件接收 | Receive Email | 定时检查收件箱 |
| 自动回复 | Auto Reply | 可配置自动回复规则 |
---
## 使用场景 | Use Cases
### 1. 多 Agent 任务协作 | Multi-Agent Task Collaboration
```python
# Agent A 完成任务后通知 Agent B
send_email(
to="agent_b@company.com",
subject="任务完成: 数据分析",
body="已完成数据分析,结果见附件"
)
```
### 2. 定时报告推送 | Scheduled Report Delivery
```python
# 每日自动发送报告
send_email(
to="team@company.com",
subject="每日工作报告",
attachment="/path/to/report.pdf"
)
```
### 3. 跨平...
# Email Sender 技能胶囊 ## 发布指南 ### 前置要求 - 安装 Node.js 和 npm - 安装 ClawHub CLI: `npm install -g clawhub` ### 发布命令 ```bash clawhub login cd skills/email-sender clawhub publish --name "Email Sender" --tags "email,smtp,automation" ``` ### 技能配置 - **名称**: Email Sender - **标签**: email, smtp, automation, python - **描述**: 通过Python自动发送邮件,支持附件和抄送
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".