Back to skills

gws-shared

workflows

Shared foundation for the gws CLI that covers OAuth and service account authentication, global output flags, and common request patterns across all Google Workspace services. It defines how the CLI st

Setup & Installation

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

What This Skill Does

Shared foundation for the gws CLI that covers OAuth and service account authentication, global output flags, and common request patterns across all Google Workspace services. It defines how the CLI structures commands, handles pagination, uploads files, and screens responses through Model Armor. Having auth, output formatting, and pagination flags defined once across all gws subcommands means you don't have to re-learn or re-implement these patterns for each Google Workspace service you automate.

When to use it

  • Working with gws shared functionality
  • Implementing gws shared features
  • Debugging gws shared related issues