gws — управление Google Workspace из командной строки

★ 7.4 · general

gws is a Claude Code skill that wraps the entire Google Workspace API surface into composable CLI commands with structured JSON output, implemented in Rust. Command structure is built dynamically from Google's Discovery Service, so the tool always supports the latest APIs without requiring updates. It covers Gmail, Calendar, Drive, Sheets, Docs, Chat, Meet, Forms, and Tasks — with helpers like `gws gmail +send`, `gws calendar +agenda`, `gws drive +upload`, and `gws sheets +append` for the most common operations. A built-in MCP server (`gws mcp -s drive,gmail,calendar`) exposes up to 80 tools per service for deeper Claude Code integration. The repository ships 100+ SKILL.md files with ready-made recipes and persona bundles, and a `--sanitize` flag guards against prompt injection from email or document content.