JavaScript is disabled. Some features may not work.
gws-gmail-triage — ★ 27.3K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

gws-gmail-triage

★ 27K repovulnerabilityN/AIntermediateClaude
🤖 AI Summary

This skill fetches and displays unread Gmail messages (sender, subject, date) in a table or JSON format, with optional filtering by search query, max count, and label inclusion. It is read-only and defaults to showing the 20 most recent unread emails.

How to Install

Claude Code:
git clone --depth 1 https://github.com/googleworkspace/cli.git && cp cli/skills/gws-gmail-triage ~/.claude/skills/gws-gmail-triage -r
# 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 ```bash 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 ```bash 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](../gws-shared/SKILL.md) — Global flags and auth - [gws-gmail](../gws-gmail/SKILL.md) — All send, read, and manage email commands

Details

Category Security → vulnerability
Sourcegoogleworkspace/cli
SKILL.mdView on GitHub →
Repo Stars★ 27.3K
Est. per Skill546 (shared across 50 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together