Claude Code plugin providing Google Workspace CLI (gws) skills for Gmail, Calendar, Drive, Docs, Sheets, Slides, and Meet.
- gws CLI: Install with
npm install -g @googleworkspace/cli - OAuth configured: Run
gws auth loginand grant scopes for desired services
Core API access for each Google Workspace service:
gws-gmail- Send, read, and manage emailgws-calendar- Manage calendar eventsgws-drive- File and folder operationsgws-docs- Document operationsgws-sheets- Spreadsheet operationsgws-slides- Presentation operationsgws-meet- Meeting space management
Streamlined commands for common operations:
gws-gmail-send,gws-gmail-triage,gws-gmail-reply,gws-gmail-reply-all,gws-gmail-forward,gws-gmail-watchgws-calendar-insert,gws-calendar-agendagws-drive-uploadgws-sheets-append,gws-sheets-readgws-docs-write
Multi-step productivity workflows:
gws-workflow- Cross-service workflow patternsgws-workflow-standup-report- Generate daily standup reportsgws-workflow-meeting-prep- Prepare for upcoming meetingsgws-workflow-email-to-task- Convert emails to actionable tasksgws-workflow-weekly-digest- Weekly activity summarygws-workflow-file-announce- Share files with notifications
Role-based skill bundles:
persona-exec-assistant- Executive assistant workflowspersona-team-lead- Team leadership workflows
Pre-built task automations using scoped services (~33 recipes covering email management, calendar scheduling, document creation, spreadsheet operations, and more).
To sync with the latest upstream gws skills:
/gws-sync
This runs the curation skill which compares upstream skills against your OAuth scopes and presents new, updated, or removed skills for review.