Back to skills

gws-forms

workflows

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 th

Setup & Installation

npx skills add https://github.com/googleworkspace/gws-forms --skill gws-forms
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/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

  • Working with gws forms functionality
  • Implementing gws forms features
  • Debugging gws forms related issues