Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

email-classifier电子邮件分类器

Agent Skill

email-classifier 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,241

周安装

547

GitHub Stars

89

下载量

6,419
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:email-classifier(电子邮件分类器)
来源仓库:https://github.com/claude-office-skills/skills
仓库路径:skills/email-classifier
安装命令:
npx skills add https://github.com/claude-office-skills/skills --skill 'Email Classifier'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/claude-office-skills/skills --skill 'Email Classifier'

简介

email-classifier 自动将邮件归类为 Action Required/FYI/Waiting/Delegated 等类型。

  • 结合关键词分析和上下文理解确定紧急程度和处理顺序。
  • 减少低价值邮件干扰,优化收件人处理效率。
  • 安装前需训练模型适应特定行业术语和业务场景。
  • 注意:分类准确性依赖训练数据和领域适配程度。

SKILL.md

Email Classifier

Automatically categorize and prioritize emails to help manage inbox overload.

Overview

This skill helps you:

  • Classify emails by category and type
  • Determine priority and urgency
  • Identify required actions
  • Filter out low-value emails
  • Organize for efficient processing

Classification Categories

Primary Categories

CategoryDescriptionExamples
Action RequiredNeeds your response/actionRequests, approvals, questions
FYIInformational, no action neededUpdates, announcements, reports
WaitingYou're waiting for othersFollow-ups, pending responses
DelegatedForward to someone elseWrong recipient, team matters
ArchiveKeep but no actionConfirmations, receipts
DeleteLow value, can removeSpam, irrelevant promos

Email Types

TypeDescription
MeetingInvites, updates, cancellations
Task/RequestSomeone asking you to do something
QuestionNeeds your answer
Update/ReportStatus updates, progress reports
ApprovalNeeds your sign-off
NewsletterSubscribed content
MarketingPromotional content
Alert/NotificationSystem alerts, notifications
PersonalNon-work related
Spam/PhishingUnwanted or suspicious

Priority Levels

PriorityResponse TimeIndicators
🔴 UrgentWithin hoursDeadline today, executive request, blocking issue
🟠 HighWithin 24hImportant client, time-sensitive, direct request
🟡 NormalWithin weekStandard requests, routine matters
🟢 LowWhen convenientFYI, newsletters, non-urgent updates

How to Use

Single Email Classification

"Classify this email: [paste email content]"

Batch Classification

"Classify these emails and organize by priority:
1. [Email 1]
2. [Email 2]
3. [Email 3]"

With Rules

"Classify my emails. Treat anything from @client.com as high priority"

Output Format

Single Email

## Email Classification

**From**: sender@example.com
**Subject**: Q1 Budget Approval Needed

| Attribute | Value |
|-----------|-------|
| **Category** | Action Required |
| **Type** | Approval |
| **Priority** | 🔴 Urgent |
| **Deadline** | EOD Friday |
| **Sender Importance** | High (CFO) |

### Recommended Action
Review attached budget and approve/reject by Friday EOD.

### Suggested Response Time
Within 4 hours

### Labels/Tags
`finance`, `approval`, `q1-budget`, `executive`

Batch Results

## Email Classification Results

**Total Emails**: 15
**Processing Date**: 2026-01-29

### Summary
| Category | Count | % |
|----------|-------|---|
| Action Required | 4 | 27% |
| FYI | 6 | 40% |
| Delete/Spam | 3 | 20% |
| Waiting | 2 | 13% |

### 🔴 Urgent (2)
1. **[Subject]** from [Sender] - [Action needed]
2. **[Subject]** from [Sender] - [Action needed]

### 🟠 High Priority (3)
1. **[Subject]** from [Sender] - [Type]
2. ...

### 🟡 Normal (5)
1. ...

### 🟢 Low/FYI (5)
1. ...

Custom Rules

Define Your Rules

## My Email Rules

### VIP Senders (Always High Priority)
- CEO, CFO, CTO
- Direct manager
- Key clients: @bigclient.com

### Auto-Archive
- Newsletters (unless from [specific])
- Automated reports (after reading)
- CC-only emails (if no @mention)

### Auto-Delegate
- IT support requests → it-team@
- HR questions → hr@

### Red Flags (Mark Urgent)
- "URGENT" in subject
- Legal/compliance mentions
- Customer complaints

Spam/Phishing Detection

Warning Signs

## Suspicious Email Indicators

**Risk Level**: 🔴 High / 🟠 Medium / 🟢 Low

### Red Flags Detected
- [ ] Sender domain doesn't match display name
- [ ] Urgency pressure tactics
- [ ] Request for credentials/personal info
- [ ] Suspicious links (hover to check)
- [ ] Unexpected attachments
- [ ] Grammar/spelling errors
- [ ] Generic greeting ("Dear Customer")

### Recommendation
[Do not click links / Report as phishing / Safe to proceed]

Workflow Suggestions

Processing Order

## Recommended Processing Order

### Morning (30 min)
1. 🔴 Urgent emails first (2 emails, ~10 min)
2. 🟠 High priority (3 emails, ~15 min)
3. Quick wins under 2 min (5 emails, ~5 min)

### Batch Later
- 🟡 Normal priority - schedule 1 hour block
- 🟢 Newsletters - end of day or weekend

### Delegate Now
- Forward [Email X] to [Person] for handling

Suggested Folder Structure

📁 Inbox
├── 📁 Action Required
│   ├── 📁 Today
│   ├── 📁 This Week
│   └── 📁 Waiting For Response
├── 📁 FYI / Read
├── 📁 Reference
│   ├── 📁 Projects
│   ├── 📁 Clients
│   └── 📁 Receipts
└── 📁 Newsletters

Integration Ideas

Calendar Integration

  • Meeting emails → Check/update calendar
  • Deadline mentions → Create calendar reminder

Task Integration

  • Action items → Create tasks
  • Follow-ups → Set reminder

CRM Integration

  • Client emails → Log in CRM
  • Lead inquiries → Create lead record

Limitations

  • Cannot access email accounts directly
  • Classification is based on content provided
  • May miss context from email threads
  • Cannot guarantee phishing detection
  • Personal judgment needed for edge cases

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.91%
按下载量换算2,241

Claude

33.01%
按下载量换算2,119

Cursor

17.85%
按下载量换算1,146

Gemini CLI

9.09%
按下载量换算583

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills