Back to Skills Marketplace
Skill pack

Gmail Inbox Triage

Prioritize Gmail inbox work, summarize threads, create reply drafts, and send only when explicitly requested.

v0.1.0 1 skill 5 tools By Kendr gmailemailinboxtriagebusiness

How to use it

  1. Open Kendr Desktop.
  2. Go to Skills, then Marketplace.
  3. Search for Gmail Inbox Triage or gmail-inbox-triage.
  4. Install the pack, then enable the pack or individual skills you want available in agentic mode.

Kendr Desktop compares the installed version with the hosted catalog version and offers an update when this pack changes.

Install source

Use this hosted archive when installing or updating the pack from Kendr Desktop.

https://kendr.org/api/skills/packs/gmail-inbox-triage/archive

Gmail Inbox Triage

Prioritize Gmail inbox work, summarize Gmail threads, create reply drafts, and send email only when explicitly requested with Kendr approval.

Gmail Inbox Triage

Use this skill when the user asks about Gmail, email triage, inbox summaries, thread summaries, reply drafting, follow-ups, or sending email.

Prefer read-only inspection first:

  • use Gmail.list_recent_email_events for recent inbox activity
  • use Gmail.search_email when the user gives a sender, subject, keyword, date, or priority filter
  • use Gmail.get_email_thread before summarizing or replying to a specific thread

For triage, return a compact list grouped by urgency:

  • urgent and time-sensitive
  • waiting on the user
  • can be delegated or deferred
  • informational only

For replies:

  • create a draft with Gmail.create_email_draft when the user asks to draft, prepare, or write a response
  • use the thread context to keep tone, commitments, dates, and next actions accurate
  • do not send just because a draft was requested
  • use Gmail.send_email only when the user explicitly asks to send
  • do not ask the user to type approve or confirm; let Kendr's approval checkpoint collect the approve or reject decision

Do not expose private email contents that are unrelated to the user's request.