Setup & Installation
What This Skill Does
A CLI skill for interacting with Google Forms via the `gws` command-line tool. Supports creating forms, reading responses, updating form structure, and managing publish settings and watches through the Google Forms API.
Automating form creation and response collection from scripts or CI pipelines saves the manual click-through of the Forms UI and makes survey workflows repeatable.
When to use it
- Fetching all responses from a form into a local file for analysis
- Creating a new blank form and populating it with questions in a single script
- Updating form publish settings to control who can submit responses
- Setting up watches to trigger actions when new responses arrive
- Batch-updating form items to reflect a survey redesign without touching the UI