googleworkspace/gws-gmail-triage
Gmail: Show unread inbox summary (sender, subject, date).
npx skills add https://github.com/googleworkspace/cli --skill gws-gmail-triage
> PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to 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
Take googleworkspace/gws-gmail-triage from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.