gws-gmail-triage
🤖 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 |
| Source | googleworkspace/cli |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 27.3K |
| Est. per Skill | 546 (shared across 50 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
scanning-tools
Security Scanning Tools Purpose Master essential security scanning tools for network discovery, vuln
007
007 — Licenca para Auditar Overview Security audit, hardening, threat modeling (STRIDE/PASTA), Red/B
file-path-traversal
AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation,
aws-security-audit
AWS Security Audit Perform comprehensive security assessments of AWS environments to identify vulner
Works Well With
Skills from the same repository — often designed to work together
gws-admin-reports
admin-reports (reportsv1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and se
gws-calendar-agenda
calendar +agenda > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru
gws-calendar-insert
calendar +insert > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru