@googleworkspace/gws-forms
Read and write Google Forms.
Install
Add @googleworkspace/gws-forms to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-forms
Instructions
# forms (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws forms <resource> <method> [flags] ``` ## API Resources ### forms - `batchUpdate` — Change the form with a batch of updates. - `create` — Create a new form using the title given in the provided form message in the request. *Important:* Only the form.info.title and form.info.document_title fields are copied to the new form. All other fields including the form description, items and settings are disallowed. To create a new form…
Keywords: gws, forms, google, workspace