Google Workspace/gws-forms — Agent Skills | officialskills.sh
Back to skills

gws-forms

officialworkflows

A CLI skill for interacting with Google Forms via the `gws` command-line tool.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-forms
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-forms
View on GitHub

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