gws-meta-workflows
Installation
SKILL.md
GWS Meta-Workflows
Six composable meta-workflows that chain Google Workspace CLI (gws) commands into end-to-end automations. Each workflow combines multiple GWS services (Gmail, Calendar, Drive, Docs, Model Armor) into a single orchestrated sequence.
Setup Guide
Walk the user through each step below. Do not skip ahead - confirm each step succeeds before moving to the next.
Step 1: Install the GWS CLI
The CLI is a Rust binary distributed via npm. It requires Node.js 18+.
npm install -g @googleworkspace/cli
Verify it installed:
gws --version