Управление Google Meet через командную строку

★ 7.4 · integration

gog-meet is a Claude Code skill that manages Google Meet through the gog command-line tool. It covers six operations: creating a meeting space (`create`), ending an active conference (`end`), retrieving space details (`get`), listing past calls (`history`), viewing participants from the latest call (`participants`), and updating space configuration (`update`). The skill enforces safe execution via `--readonly`, `--dry-run`, and `--no-input` flags, with account authentication handled through `gog auth`. It suits teams looking to automate video-conferencing workflows — scheduling meetings, auditing attendees, or integrating Google Meet into pipelines without touching the UI.