gws-hebrew-email-automation
Installation
SKILL.md
GWS Hebrew Email Automation
Instructions
Step 1: Install and Authenticate gws
Before any Gmail command, confirm gws is installed and authenticated. gws is a community-built Rust binary distributed on npm as @googleworkspace/cli. It is not an officially supported Google product, so the user must provide their own Google Cloud project and OAuth client.
# Check version (latest is 0.22.x)
gws --version
# Install globally if missing
npm install -g @googleworkspace/cli
# First-time setup: walks through GCP project, enables Gmail API,
# creates a Desktop OAuth client. Requires gcloud CLI.
gws auth setup