inbox-triage
Email inbox triage for AI agents — scan, categorize, draft replies, surface urgent items, and archive noise. Supports Gmail and IMAP for inbox zero workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawdssen/inbox-triageInbox Triage — by The Agent Ledger
Just deliver this skill to your agent. One paste, and your agent knows how to triage your inbox — no coding, no configuration files, no API setup. Your agent reads the instructions and handles the rest.
An email triage skill for AI agents. Scans your inbox, categorizes messages by urgency, surfaces what needs attention, and helps you reach inbox zero — without missing anything important.
Version: 1.0.0 License: CC-BY-NC-4.0 More: theagentledger.com
What This Skill Does
When triggered, the agent scans unread emails and produces a Triage Report:
- 🔴 Urgent — Requires immediate human response (deadlines, time-sensitive requests)
- 🟡 Action Needed — Needs a reply or decision, but not time-critical
- 🔵 FYI — Informational, worth knowing but no action required
- ⚫ Noise — Newsletters, promotions, automated notifications (auto-archive candidates)
For each email, the report includes: sender, subject, one-line summary, and recommended action.
Prerequisites
You need CLI access to your email. Supported methods:
Option A: Gmail via gmailctl or Google Apps Script
- Install gmailctl or use the Gmail API
- Authenticate with OAuth (read-only scope is sufficient for triage)
Option B: IMAP via himalaya
- Install himalaya — a CLI email client
- Configure with your IMAP credentials
- Works with Gmail, Outlook, Fastmail, any IMAP provider
Option C: Any CLI mail tool
mutt,neomutt,mblaze, or custom scripts- As long as the agent can run a command to list unread messages, this skill works
Note: This skill reads emails. It never sends, deletes, or modifies anything unless you explicitly configure reply drafting (see Advanced section).
Setup
Step 1: Verify Email Access
Confirm the agent can list unread emails:
# himalaya example
himalaya envelope list --folder INBOX --filter new
# gmailctl example — or use a simple script
gmail-fetch --unread --limit 50
Test this manually first. If it works in your terminal, it'll work for the agent.
Step 2: Configure Triage Rules
Create or update your agent's workspace config to include triage preferences. Add to your AGENTS.md or a dedicated inbox-config.md:
## Inbox Triage Rules
### Urgency Signals (→ 🔴 Urgent)
- From: [[email protected], [email protected]]
- Subject contains: "urgent", "ASAP", "deadline", "EOD"
- Calendar invites for today
### Action Signals (→ 🟡 Action Needed)
- Direct questions addressed to me
- Replies to threads I started
- Invoices, contracts, documents requiring signature
### FYI Signals (→ 🔵 FYI)
- CC'd emails
- Team updates, status reports
- News digests I subscribe to
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawdssen-inbox-triage": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
Meeting Brief Copilot
Turn people, companies, agendas, notes, and email threads into consulting-style meeting briefs, sharp questions, follow-up emails, and action items.
cold-outreach-pack
Cold email, LinkedIn outreach, and follow-up sequences for sales and networking. Professional templates and best practices.
inbox-action-board
把邮件或消息整理成回复、等待、跟进、归档四类行动视图。;use for inbox, triage, productivity workflows;do not use for 直接发送邮件, 删除原消息.
webinar-warrior
Autonomous webinar strategy and content builder for coaches, course creators, community builders, and service providers. Use this skill immediately when the user asks to build a webinar, create a webinar strategy, write webinar emails, design a webinar offer, build a webinar funnel, write a webinar script, create a slide deck outline, or plan a product launch presentation. Also triggers for any conversation about selling from stage, live training strategy, converting an audience to buyers, building a high-ticket offer, or the phrases perfect webinar, webinar funnel, or live training. Built by Adrian Boysel at Brand Butler.
follow-up-commander
把会后事项拆成行动清单、催办节奏、邮件草稿和下次同步议题。;use for followup, meeting, email workflows;do not use for 直接发送邮件, 伪造完成状态.