CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-gmail-triage

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

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill gws-gmail-triage
What are skills?

76

2.04x

Quality

66%

Does it follow best practices?

Impact

100%

2.04x

Average score across 3 eval scenarios

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/gws-gmail-triage/SKILL.md
SKILL.md
Review
Evals

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

  • gws-shared — Global flags and auth
  • gws-gmail — All send, read, and manage email commands
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.