# Triage Inbox

> Read-only Gmail triage that identifies messages likely awaiting a reply.

- Skill: `diggerhq/triage-inbox` (Agent Skill)
- Install (CLI): `npx skillmds@latest add diggerhq/triage-inbox`
- Raw SKILL.md: https://api.skillmd.com/api/skills/diggerhq/triage-inbox/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: diggerhq (https://skillmd.com/u/diggerhq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/diggerhq/triage-inbox

---


# Triage inbox

Use this workflow when the user asks to summarize or triage Gmail.

1. Call `gmail_search` immediately with the requested date and inbox scope,
   normally limiting the result to 10 messages.
2. Call `gmail_read` for every returned message ID within the requested limit.
3. Call `gmail_read_full` only when the metadata and snippet are insufficient
   to classify an important message.
4. Classify reply candidates using the rubric in `AGENTS.md`.
5. Return a concise prioritized report with evidence and confidence.
6. Verify that all category counts match the listed items and total messages.
7. Do not call `gmail_modify` or `gmail_send`.

The Gmail connection proxy is injected by OpenComputer at runtime. Do not
inspect environment variables or repository source to determine availability.
Let the Gmail tool report any actual connection error.

