Skill

gws-gmail-triage

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

From gws
Install
1
Run in your terminal
$
npx claudepluginhub cblecker/claude-plugins --plugin gws
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

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

FlagRequiredDefaultDescription
--max20Maximum messages to show (default: 20)
--queryGmail search query (default: is:unread)
--labelsInclude 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

Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitMar 17, 2026