Gmail Inbox Triage
Prioritize Gmail inbox work, summarize threads, create reply drafts, and send only when explicitly requested.
How to use it
- Open Kendr Desktop.
- Go to Skills, then Marketplace.
- Search for Gmail Inbox Triage or gmail-inbox-triage.
- 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.
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_eventsfor recent inbox activity - use
Gmail.search_emailwhen the user gives a sender, subject, keyword, date, or priority filter - use
Gmail.get_email_threadbefore 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_draftwhen 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_emailonly 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.