
gws-gmail-triage
✓ Official★ 29,400by Google · part of googleworkspace/cli
Gmail: Show unread inbox summary (sender, subject, date).
🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with googleworkspace/cli and only works together with that tool — install the tool first, then add this skill.
Gmail: Show unread inbox summary (sender, subject, date).
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: gws-gmail-triage description: "Gmail: Show unread inbox summary (sender, subject, date)." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws gmail +triage --help"
gmail +triage
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)
Flags
| 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 |
Examples
Copy & paste — that's it
gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labelsTips
- Read-only — never modifies your mailbox.
- Defaults to table output format.
See Also
- gws-shared — Global flags and auth
- gws-gmail — All send, read, and manage email commands
Copy & paste — that's it
npx skills add https://github.com/googleworkspace/cli --skill gws-gmail-triageRun this in your project — your agent picks the skill up automatically.
Usage
Copy & paste — that's it
gws gmail +triageNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.