Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

email-automation电子邮件自动化

Agent Skill

email-automation 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

28,774

周安装

1,236

GitHub Stars

公开资料未说明

下载量

10,086
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:email-automation(电子邮件自动化)
来源仓库:https://github.com/fly3094/email-automation
安装命令:
openclaw skills install email-automation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install email-automation

简介

在 Gmail、Outlook 或 IMAP 中自动对电子邮件进行分类、分类、草稿回复和自动存档,以维护组织有序、高效的收件箱。

SKILL.md

name
email-automation
description
Automate email processing: smart triage, auto-categorization, draft replies, and inbox zero. Works with Gmail, Outlook, and IMAP.
author
fly3094
version
1.2.0
tags
[email, automation, gmail, outlook, inbox, productivity, ai, templates, batch, tracking]
support
paypal
492227637@qq.com
email
492227637@qq.com
metadata
clawdbot
emoji
📧
requires
bins
config
env
EMAIL_PROVIDER
description
Email provider (gmail|outlook|imap)
default
gmail
required
false
EMAIL_ADDRESS
description
Your email address
required
true
GMAIL_CREDENTIALS_FILE
description
Path to Gmail API credentials JSON
required
false
OUTLOOK_ACCESS_TOKEN
description
Outlook/Microsoft Graph access token
required
false
IMAP_SERVER
description
IMAP server address
required
false
IMAP_USERNAME
description
IMAP username
required
false
IMAP_PASSWORD
description
IMAP password or app password
required
false
AUTO_ARCHIVE
description
Auto-archive processed emails
default
true
required
false
CATEGORIES
description
Custom categories (comma-separated)
default
urgent,important,newsletters,notifications,receipts
required
false

Email Automation 📧

Automate your email inbox with AI-powered triage, categorization, and draft replies. Achieve inbox zero effortlessly.

What It Does

  • 📥 Smart Triage: AI analyzes and prioritizes incoming emails
  • 🏷️ Auto-Categorization: Sort emails into custom categories
  • ✍️ Draft Replies: AI generates context-aware reply drafts
  • 🗑️ Auto-Archive: Clean up newsletters, notifications, receipts
  • ⚠️ Urgent Alerts: Get notified for important emails
  • 📊 Inbox Analytics: Track email patterns and time saved

Installation

clawhub install email-automation

Commands

Process Inbox

Process my inbox and categorize emails

Generate Reply Drafts

Draft replies for unread important emails

Clean Inbox

Archive newsletters and notifications older than 7 days

Inbox Summary

Show me my inbox summary for today

Urgent Emails Only

Show only urgent emails from today

Setup Wizard

Help me set up email automation

Configuration

Environment Variables

# Email provider
export EMAIL_PROVIDER="gmail"  # gmail|outlook|imap

# Your email address
export EMAIL_ADDRESS="your@email.com"

# Gmail API (if using Gmail)
export GMAIL_CREDENTIALS_FILE="/path/to/credentials.json"

# Outlook API (if using Outlook)
export OUTLOOK_ACCESS_TOKEN="your_access_token"

# IMAP (if using other providers)
export IMAP_SERVER="imap.example.com"
export IMAP_USERNAME="your_username"
export IMAP_PASSWORD="your_app_password"

# Automation settings
export AUTO_ARCHIVE="true"
export CATEGORIES="urgent,important,newsletters,notifications,receipts"

Gmail Setup (Recommended)

  1. Visit https://console.cloud.google.com
  2. Create new project
  3. Enable Gmail API
  4. Create OAuth credentials
  5. Download credentials.json
  6. Place in secure location
  7. Set GMAIL_CREDENTIALS_FILE path

Outlook Setup

  1. Visit https://portal.azure.com
  2. Register app in Azure AD
  3. Add Microsoft Graph permissions
  4. Generate access token
  5. Set OUTLOOK_ACCESS_TOKEN

Output Examples

Inbox Summary

📧 Inbox Summary - March 7, 2026

Total emails: 47
• Urgent: 3
• Important: 8
• Newsletters: 15
• Notifications: 12
• Receipts: 5
• Unread: 11

Top senders:
1. Amazon (5 emails)
2. GitHub (4 emails)
3. LinkedIn (3 emails)

Time saved: ~2 hours

Auto-Categorization

🏷️ Categorized 47 emails:

[Urgent] (3)
• Boss: "Meeting rescheduled to 3pm"
• Client: "Contract needs review ASAP"
• Bank: "Suspicious activity alert"

[Important] (8)
• Team: "Project update"
• Newsletter: "Industry insights"
...

[Newsletters] (15)
• TechCrunch Daily
• Hacker News Digest
...

[Notifications] (12)
• GitHub notifications
• Slack mentions
...

[Receipts] (5)
• Amazon order confirmation
• Uber receipt
...

Draft Replies

✍️ Generated 5 reply drafts:

1. To: Boss
   Subject: Re: Meeting rescheduled
   Draft: "Thanks for the update. I'll be there at 3pm..."
   
2. To: Client
   Subject: Re: Contract review
   Draft: "I've reviewed the contract. Here are my thoughts..."

Drafts saved to drafts folder for your review.

Automation Rules

Default Rules

ConditionAction
From boss/clientMark urgent
Contains "ASAP", "urgent"Mark urgent
Newsletter senderAuto-archive after 7 days
Receipt/invoiceLabel & archive
NotificationAuto-archive after 3 days
Unsubscribe headerSuggest unsubscribe

Custom Rules

Create rules.yml:

rules:
  - name: VIP senders
    from:
      - boss@company.com
      - important@client.com
    action: mark_urgent
    
  - name: Shopping receipts
    from:
      - amazon.com
      - ebay.com
    action: label_receipts
    
  - name: Social notifications
    subject_contains:
      - "mentioned you"
      - "new follower"
    action: archive

Integration with Other Skills

rss-to-social

Email notifications from rss-to-social
→ Auto-categorize as "Social Media Updates"
→ Archive after reading

social-insights

Weekly analytics report
→ Email delivery
→ Auto-generate summary

seo-content-pro

Content drafts
→ Send via email for review
→ Track feedback

Use Cases

Inbox Zero

  • Process 100+ emails in minutes
  • Auto-archive low-priority
  • Focus on what matters

Business Email

  • Prioritize client emails
  • Draft professional replies
  • Never miss urgent messages

Personal Email

  • Filter newsletters
  • Organize receipts
  • Clean inbox automatically

Pricing Integration

This skill powers LobsterLabs email services:

  • Setup & Configuration: $299 one-time
  • Monthly Management: $199/month
  • Business Plan: $499/month (multiple accounts)

Contact: PayPal 492227637@qq.com

Tips for Best Results

  1. Start with Gmail - Best API support
  2. Use App Passwords - More secure than regular passwords
  3. Review First Week - Train AI on your preferences
  4. Customize Categories - Match your workflow
  5. Set Up Filters - Combine with email provider filters

Troubleshooting

Authentication Failed

  • Verify credentials are correct
  • Check API permissions
  • Regenerate tokens if expired

Emails Not Categorizing

  • Ensure categories are configured
  • Check AI model access
  • Review categorization rules

Drafts Not Generated

  • Verify unread emails exist
  • Check AI model availability
  • Review draft folder permissions

Changelog

1.0.0 (2026-03-07)

  • Initial release
  • Gmail/Outlook/IMAP support
  • AI-powered categorization
  • Auto-reply drafts
  • Smart archiving
  • Inbox analytics

💖 支持作者

如果你觉得这个技能有用,请考虑打赏支持:

  • PayPal: 492227637@qq.com
  • 邮箱: 492227637@qq.com

你的支持是我持续改进的动力!

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.84%
按下载量换算9,868

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills