Управление Google Chat через Claude Code

★ 7.4 · productivity

gog-chat is a Claude Code skill that handles Google Chat operations through the gog tool, covering direct messages, chat messages, spaces, and threads. Four commands are available — `dm`, `messages`, `spaces`, and `threads` — each inspectable via `gog chat <command> --help` and `gog schema chat <command> --json` for the machine-readable contract. A safe start involves running `gog auth list --check --json --no-input`, always specifying the account with `--account`, and passing `--readonly` for non-mutating tasks. Any write or delete requires explicit confirmation of the account, object, and intended mutation. The skill is built for teams automating Google Workspace messaging workflows inside Claude Code.