
Google Workspace CLI
CLI for Google Workspace ecosystem built for humans & agents
594 followers
CLI for Google Workspace ecosystem built for humans & agents
594 followers
Google Workspace CLI lets humans and AI agents control Drive, Gmail, Calendar, Sheets, Docs, and more from one CLI. Built from Google’s Discovery Service, it stays up to date automatically and includes 100+ agent skills to automate workflows without the MCP context tax.





The context tax insight is brilliant - 37k-98k tokens consumed before an agent even starts reasoning is a massive overhead that most people building with MCP probably don't realize they're paying. The lightweight skill file approach is an elegant solution. What really excites me is the dynamic command generation from Google's Discovery Service - this means the CLI stays current without manual updates, which is a huge maintenance win for teams building automation pipelines. The --dry-run flag is also a thoughtful touch for production environments where you need to validate before executing. Great open source contribution to the developer tooling ecosystem.