ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Email Intelligence Agent

Skill by billjamno58

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/billjamno58/email-intelligence-agent
Or

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¥29/mo350 emailsPriority classification, multi-language replies
Pro¥99/moUnlimited200 emailsReal-time urgent push, batch replies
Max¥299/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: [email protected]
- 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

Metadata

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-billjamno58-email-intelligence-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.