What problem does it solve?
This Skill provides programmatic, CLI-driven access to Google Forms so teams can automate creation, updates, publishing, and response handling without manual browser interaction.
Core Features & Use Cases
- Create and update forms: create a new form skeleton and apply structured changes using batchUpdate to add or modify items.
- Retrieve and export responses: fetch form structure and collect responses for reporting, analytics, or ingestion into downstream systems.
- Publish and watch management: adjust publish settings and manage watches to trigger automation when forms change.
Use Case: automate onboarding surveys, bulk-generate feedback forms for product launches, or sync responses into a data pipeline for analysis.
Quick Start
Use the gws forms get command with a form ID to retrieve the form definition and its responses for immediate inspection.