TopRank Skills

Home / Claw Skills / Git / GitHub / email-triager
Official OpenClaw rules 54%

email-triager

Triage, categorize, and draft responses to emails. Sorts by urgency, flags action items, and generates context-aware reply drafts.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 email-triager 技能。 若已安装,则直接安装 email-triager 技能。

Overview

Skill Key
1kalin/afrexai-email-triager
Author
1kalin
Source Repo
openclaw/skills
Version
-
Source Path
skills/1kalin/afrexai-email-triager
Latest Commit SHA
15387861b57b977520e39039a831a04ae23c8c53

Extracted Content

SKILL.md excerpt

# Email Triager

When asked to triage, sort, or process emails, follow this system.

## Triage Categories

Assign every email exactly one category:

| Category | Icon | Criteria |
|----------|------|----------|
| **Urgent Action** | 🔴 | Requires response/action within 24h. Deadlines, escalations, time-sensitive requests. |
| **Action Required** | 🟡 | Needs a response or task but not time-critical. Requests, approvals, questions. |
| **FYI / Read** | 🔵 | Informational. No action needed but worth reading. Updates, reports, announcements. |
| **Delegate** | 🟣 | Someone else should handle this. Forward with context. |
| **Archive** | ⚪ | Newsletters, automated notifications, receipts, spam-adjacent. No action needed. |

## Triage Output Format

For each email, produce:

```
[ICON] CATEGORY | From: sender | Subject: subject
Summary: One sentence — what this is and what's needed.
Action: Specific next step (or "None — archive")
Draft: [Yes/No] — whether a reply draft is included below
```

## Draft Response Rules

Generate a reply draft when:
- Category is Urgent Action or Action Required
- The email contains a direct question or request
- User explicitly asks for drafts

Draft style:
- **Be direct.** Open with the answer or decision, not "Thank you for your email."
- **Mirror their tone.** Formal email gets formal reply. Casual gets casual.
- **Keep it short.** Most replies should be 2-5 sentences.
- **End with clarity.** What happens next? Who does what by when?
- **Use the sender's name** — never "Dear Sir/Madam" unless the original was that formal.

## Batch Processing

When given multiple emails:
1. Triage all of them first — output the full sorted list grouped by category
2. Then provide drafts for Urgent Action and Action Required items
3. Highlight any patterns ("3 emails from the same client — might want a call instead")

## Smart Signals

Flag these automatically:
- **Repeated follow-ups** from the same sender (they're waiting on you)
- **CC escalation** —...

README excerpt

# Email Triager

Sorts your inbox chaos into clear categories, extracts action items, and drafts replies — so you spend minutes on email instead of hours.

## What It Does

- Categorizes emails: Urgent Action, Action Required, FYI, Delegate, Archive
- Extracts action items with owners and deadlines
- Drafts context-aware replies that match the sender's tone
- Flags escalations, repeated follow-ups, and sentiment shifts
- Handles batch processing (dump 20 emails, get them sorted in seconds)

## Install

```bash
cp -r email-triager ~/.openclaw/workspace/skills/
```

Or from ClawHub:

```bash
clawhub install email-triager
```

## Usage

- "Triage these emails" (paste or forward them)
- "Draft a reply to this email"
- "Sort my inbox — what needs attention today?"
- "Extract action items from this thread"

## Output Example

```
🔴 URGENT ACTION | From: Sarah Chen | Subject: Contract deadline Friday
Summary: Client contract expires Friday — needs signature or extension request today.
Action: Review contract, reply with decision by EOD.
Draft: Yes
```

## License

MIT

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

rxhxm

sixtyfour-skill

★ 1

Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

cenralsolution

Google Suite

★ 0

Google Suite Skill

cemoso

pr-review-loop

★ 0

Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.

cepheiden

esxi-debian-deploy

★ 0

Zero-touch Debian 13 VM deployment on VMware ESXi 8. Builds custom preseed ISO, creates NVMe+vmxnet3 VM with serial console, and runs unattended installation. Use when deploying Debian VMs on ESXi, automating VM provisioning, or setting up serial console access for headless ESXi VM management.