From gws
Displays unread Gmail inbox summary (sender, subject, date) via CLI. Supports custom queries, max results, and labels for quick email triage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:gws-gmail-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Show unread inbox summary (sender, subject, date)
gws gmail +triage
| Flag | Required | Default | Description |
|---|---|---|---|
--max | — | 20 | Maximum messages to show (default: 20) |
--query | — | — | Gmail search query (default: is:unread) |
--labels | — | — | Include label names in output |
gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labels
npx claudepluginhub wadewarren/gws-claude-pluginReads and searches Gmail for the configured user via the gog CLI, with structured output and Gmail query syntax support.
Send, read, triage, reply, forward, and watch Gmail emails via gws CLI. Access API resources like messages, threads, drafts, labels, and user profile.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.