Gws gmail triage
Skill ComeOnOliver/skillshub/skills/googleworkspace/cli/gws-gmail-triage
π§ The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill gws-gmail-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Gmail: Show unread inbox summary (sender, subject, date).
SKILL.md
1.2 KB, 285 tokens by cl100k_base, as published. Nobody here has run it
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)
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