Email Intelligence Assistant

Other

Connects to IMAP mailboxes to classify emails by urgency, suggests multilingual replies, and pushes real-time summaries to Feishu chats.

Install

openclaw skills install email-intelligence-assistant-pro

Email Customer Assistant

IMAP Email Read → AI Classification → Reply Suggestions → Feishu Push Summary

Slug: email-customer-assistant Platform: ClawHub + Tencent Skillhub Author: 91Skillhub Team


Overview

FeatureDescription
IMAP Email ReadConnect to any IMAP-capable mailbox (QQ/163/Enterprise/Gmail, etc.)
AI Classification🔴 Urgent 🟠 Important 🟡 Normal 🟢 Can Wait
Reply SuggestionsAI generates multi-language reply suggestions, sent after user confirmation
Feishu PushSummary pushed to Feishu group chat or DM in real time

Classification Rules

LabelExample Keywords
🔴 Urgentrefund, refund request, complaint, negative review, urgent, immediately
🟠 Importantafter-sales, repair, return, exchange, payment, invoice
🟡 Normalinquiry, price, specs, logistics, shipping
🟢 Can Waithello, thank you, goodbye, already handled

Pricing Tiers

TierPriceMailboxesDaily LimitFeatures
Free¥0110 emailsText classification, basic reply suggestions
Standard¥9.9/mo350 emailsPriority classification, multi-language replies
Pro¥29/moUnlimited200 emailsReal-time urgent push, batch replies
Max¥69/moUnlimitedUnlimitedAPI priority, team collaboration, custom rules

Token Prefixes: EMAIL-FREE / EMAIL-STD / EMAIL-PRO / EMAIL-MAX


Quick Start

1. Configure Email

First-time setup requires IMAP connection info:

IMAP Config:
- Server: imap.example.com
- Port: 993 (SSL)
- Username: your@email.com
- Password: App-specific password (NOT your login password)

Recommended: Use "App Password" from your email provider settings

2. Configure AI API

Supports OpenAI-compatible API. Configure your API endpoint:

Supports:
- OpenAI API (api.openai.com)
- Self-hosted compatible API (Claude/Grok/domestic models, etc.)
- Domestic proxy API (if needed)

3. Configure Feishu Push

Configure Feishu bot webhook or user_id to receive push notifications.


Multi-Language Support

LanguageDescription
Chinese (zh)Default
English (en)Business English
Japanese (ja)Keigo/formal
Korean (ko)Keigo/formal

Technical Architecture

email-customer-assistant/
├── SKILL.md
├── README.md
├── scripts/
│   ├── check_emails.py      # Main script for checking new emails
│   ├── imap_client.py       # IMAP connection wrapper
│   ├── classifier.py        # AI classifier
│   ├── reply_generator.py   # Reply generator
│   └── feishu_pusher.py     # Feishu pusher
├── config/
│   └── config.yaml.example  # Config template
└── requirements.txt

Usage Limits

  • Read-only emails — no sending or deleting
  • No platform API access — only reads from IMAP mailbox
  • User confirmation required before any action
  • Follow email provider terms of service

For paid plans, visit YK-Global.com