ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

email-usage

使用本地邮件服务器收发我们自己域名的邮件。固定脚本位于 scripts/ 目录,直接执行即可。发送失败或密码遗忘时联系 小爪子。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/axelhu/email-usage
Or

Email 使用

SMTP 发送(需要认证)

python3 skills/email-usage/scripts/send_email.py <收件人> <主题> <正文> <发件邮箱> <密码>

参数:收件人、主题、正文、发件邮箱、密码(向 小爪子 查询)

示例

python3 skills/email-usage/scripts/send_email.py \
  '[email protected]' '邮件标题' '邮件正文' \
  '[email protected]' 'test1234'

IMAP 读取

python3 skills/email-usage/scripts/read_email.py <用户名> <密码> [最新N封,默认5]

示例

python3 skills/email-usage/scripts/read_email.py '[email protected]' 'test1234' 3

新增邮箱账号

python3 skills/email-usage/scripts/create_email.py <邮箱> <密码>

示例

python3 skills/email-usage/scripts/create_email.py [email protected] securepass

账号创建后,发件和收件使用同一套密码。

规则

  • 不要配置 SMTP/Postfix/amavis
  • 不要操作邮件队列(postqueue/postsuper)
  • 不要修改容器内配置
  • 连接超时或发送失败 → 联系 小爪子
  • 密码遗忘 → 联系 小爪子

Metadata

Author@axelhu
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-axelhu-email-usage": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.