使用本地邮件服务器收发我们自己域名的邮件。固定脚本位于 scripts/ 目录,直接执行即可。发送失败或密码遗忘时联系 小爪子。
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill email-usage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Email Usage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-email-usage)More formats (shields.io, HTML) on the badges page.
---
name: email-usage
description: "使用本地邮件服务器收发我们自己域名的邮件。固定脚本位于 scripts/ 目录,直接执行即可。发送失败或密码遗忘时联系 小爪子。"
metadata: {"openclaw":{"emoji":"📧","requires":{"anyBins":["docker"]}}}
---
# Email 使用
## SMTP 发送(需要认证)
```bash
python3 skills/email-usage/scripts/send_email.py <收件人> <主题> <正文> <发件邮箱> <密码>
```
**参数**:收件人、主题、正文、发件邮箱、密码(向 小爪子 查询)
**示例**:
```bash
python3 skills/email-usage/scripts/send_email.py \
'someone@example.com' '邮件标题' '邮件正文' \
'test@axelhu.com' 'test1234'
```
## IMAP 读取
```bash
python3 skills/email-usage/scripts/read_email.py <用户名> <密码> [最新N封,默认5]
```
**示例**:
```bash
python3 skills/email-usage/scripts/read_email.py 'test@axelhu.com' 'test1234' 3
```
## 新增邮箱账号
```bash
python3 skills/email-usage/scripts/create_email.py <邮箱> <密码>
```
**示例**:
```bash
python3 skills/email-usage/scripts/create_email.py newuser@axelhu.com securepass
```
账号创建后,发件和收件使用同一套密码。
## 规则
- **不要**配置 SMTP/Postfix/amavis
- **不要**操作邮件队列(postqueue/postsuper)
- **不要**修改容器内配置
- 连接超时或发送失败 → 联系 小爪子
- 密码遗忘 → 联系 小爪子
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...