mcpbeat

Gws Gmail Triage

googleworkspace/gws-gmail-triage

Gmail: Show unread inbox summary (sender, subject, date).

304 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
1
copies elsewhere
how many repositories repackaged it
30175
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/googleworkspace/cli --skill gws-gmail-triage

The instruction itself

6 sections, as written by the author

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)

Usage

gws gmail +triage

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

gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labels

Tips

  • 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

Repackaged in 1 other repositories

same content, different owner
aiskillstore/marketplace open on GitHub →

How to use it

Copy the folder

Take googleworkspace/gws-gmail-triage from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.