gws-gmail

Send, read, and manage Gmail messages, drafts, labels, and account settings.

googleworkspace ↓ 66k
Claude Code
View source ↗

What it does

  • getProfile — Gets the current user's Gmail profile.
  • stop — Stop receiving push notifications for the given user mailbox.
  • watch — Set up or update a push notification watch on the given user mailbox.
  • drafts — Operations on the 'drafts' resource
  • history — Operations on the 'history' resource
  • labels — Operations on the 'labels' resource
  • messages — Operations on the 'messages' resource

Requirements & configuration

  • PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Send, read, and manage Gmail messages, drafts, labels, and account settings.

Source

Repository: https://github.com/googleworkspace/cli

gws-gmail FAQ

What does the gws-gmail skill do?

Gmail: Send, read, and manage email. getProfile — Gets the current user's Gmail profile. stop — Stop receiving push notifications for the given user mailbox.

What does gws-gmail require?

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

How do I install gws-gmail?

Run: npx -y skills add https://github.com/googleworkspace/cli --skill gws-gmail --agent claude-code — the source lives at github.com/googleworkspace/cli.

Maintain gws-gmail?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

gws-gmail on getagentictools
[![gws-gmail on getagentictools](https://getagentictools.com/badge/skills/googleworkspace-cli-gws-gmail.svg)](https://getagentictools.com/skills/googleworkspace-cli-gws-gmail?ref=badge)
npx agentictools info skills/googleworkspace-cli-gws-gmail

The second line is the CLI lookup for this page — handy in READMEs and docs.