A professional email management skill for AI agents that scans inboxes, categorizes messages by urgency, and prepares draft replies using CLI-based email tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install inbox-triage
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install inbox-triage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Inbox Triage skill is a technical solution designed to turn your AI agent into a sophisticated communications gatekeeper. By integrating with Openclaw Skills, your agent gains the ability to interface directly with Gmail or any IMAP provider via command-line tools like himalaya or gmailctl. It goes beyond simple filtering by providing context-aware summaries and intelligent categorization that helps you focus on high-priority items while silencing the noise.
This skill is built for developers and power users who need to maintain an efficient inbox zero workflow without manually sifting through hundreds of notifications. It operates locally, ensuring that your sensitive email content never leaves your machine while providing the agent with the necessary context to act as a high-level executive assistant.
You must have a functional CLI tool to interface with your inbox. For IMAP (Outlook, Fastmail, etc.), install himalaya:
himalaya envelope list --folder INBOX --filter new
For Gmail, use gmailctl or a dedicated fetch script:
gmail-fetch --unread --limit 50
Update your AGENTS.md or a dedicated config file with your triage rules to leverage Openclaw Skills effectively:
## Inbox Triage Rules
- Urgent: From [email protected] or subject contains "ASAP"
- Action: Direct questions or invoice attachments
- Noise: GitHub notifications or marketing newsletters
Add a cron job or a heartbeat check to your system to ensure regular scans:
openclaw cron add --schedule "0 9,13,17 * * 1-5" --task "Run inbox triage"
The Inbox Triage skill organizes data into a structured hierarchy to ensure clarity for both the agent and the user:
| Component | Format | Description |
|---|---|---|
| Triage Report | Markdown | The final output containing categorized summaries and action items. |
| Triage Rules | Markdown/Lists | User-defined patterns, VIP lists, and keyword signals used for scoring. |
| Heartbeat Log | Text/Markdown | Scheduled task logs that track when the last inbox scan occurred. |
| Draft Folder | Email Drafts | If enabled, drafts are stored in your mail provider's draft folder or as local files. |
Loading
A structured AI-driven system to plan, schedule, and track content pipelines across newsletters, blogs, and social media without spreadsheet chaos.

An AI writing partner that drafts and edits content while maintaining your unique brand voice and style preferences.

A high-performance research protocol that enables AI agents to conduct multi-source web investigations, evaluate source quality, and maintain a structured knowledge library.

An AI-powered meeting lifecycle partner that prepares briefs, captures structured notes, and tracks action items automatically.

A complete persistent memory system that eliminates context amnesia by giving AI agents long-term recall, identity files, and daily logs.

An automated system for tracking multiple projects with status dashboards, milestone monitoring, and intelligent stalled-project detection.








































