Управление Google Forms через CLI
★ 7.4 · integration
gog-forms is a Claude Code skill that manages Google Forms through the gog CLI tool. It covers the full form lifecycle: creating forms, updating titles and descriptions, adding, deleting, and moving questions, publishing or unpublishing, retrieving responses, and configuring push notifications via the watch command. The raw command dumps the Google Forms API response as lossless JSON for agent-readable consumption. Built-in safety flags — --readonly to prevent mutations and --dry-run before supported writes — make it suitable for automating surveys and data collection pipelines. Every operation requires an explicit account specified with --account.
- #google-forms
- #data-collection
- #survey
- #api-cli
- #automation