What problem does it solve?
This Skill establishes standardized conventions for interacting with Google Workspace services (Gmail, Calendar, Drive) via the gws CLI, ensuring consistency and graceful degradation across all Founder OS plugins.
Core Features & Use Cases
- Standardized Authentication: Ensures
gws CLI is authenticated without per-plugin setup.
- Consistent Output Formatting: Mandates JSON output for all
gws commands for reliable parsing.
- Robust Error Handling: Defines clear actions for various exit codes, including retries and graceful degradation.
- Rate Limit Management: Provides guidelines for handling Google API rate limits.
- Use Case: When any Founder OS plugin needs to access user emails, it will first check for
gws availability and use the defined JSON output and error handling to process the data, degrading gracefully if Google services are unavailable.
Quick Start
Ensure the gws CLI is installed and authenticated before running any Google Workspace commands.