gws
Installation
SKILL.md
Google Workspace CLI (gws)
First-time setup
- Check if
gwsis installed:gws --help - If not, install it:
npm install -g @anthropic-ai/gws(or follow the gws project README) - Authenticate:
gws auth login— this opens a browser for OAuth consent - Verify:
gws gmail users labels list --params '{"userId": "me"}'— should return labels
Ask the user for their Google account email if needed for calendar operations.
gws --help # full CLI reference
gws gmail --help # Gmail commands + helpers
gws calendar --help # Calendar commands + helpers