Triage Inbox

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

diggerhq 7f20404 980 B Updated

File contents

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.

diggerhq/gmail-triage/tree/main/skills/triage-inbox commit 7f20404396

Frequently asked questions

npx skillmds@latest add diggerhq/triage-inbox