Google Workspace/gws-gmail — Agent Skills | officialskills.sh
Back to skills

gws-gmail

officialworkflows

A CLI skill for Gmail that lets agents send, read, reply to, forward, and manage email through the Google Workspace CLI.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-gmail
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-gmail
View on GitHub

What This Skill Does

A CLI skill for Gmail that lets agents send, read, reply to, forward, and manage email through the Google Workspace CLI. Covers the full Gmail API surface including drafts, labels, threads, history, and push notification watches.

Instead of authenticating against the Gmail REST API directly and handling threading, pagination, and push notification setup yourself, this skill wraps all of it behind a consistent CLI interface that agents can call without boilerplate.

When to use it

  • Triaging unread inbox messages by sender and subject
  • Sending automated email notifications from a script or workflow
  • Replying to a thread without manually tracking message IDs
  • Watching a mailbox for new messages and piping them into another process
  • Forwarding specific messages to teammates based on content or label