skills/gws-gmail-triage/SKILL.md
Gmail: Show unread inbox summary (sender, subject, date).
npx skillsauth add kleinster2/financial-charts gws-gmail-triageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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)
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
development
Subscribe to change notifications on a Google Drive file or folder.
development
Export Google Contacts directory to a Google Sheets spreadsheet.
development
Share a Google Drive folder and all its contents with a list of collaborators.
development
Share Google Drive files with all attendees of a Google Calendar event.