From gws
Retrieves and reviews Google Form responses via GWS CLI: list forms, get details, list responses in table. Requires gws-forms skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-collect-form-responsesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms`
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms
Retrieve and review responses from a Google Form.
gws forms forms list (if you don't have the form ID)gws forms forms get --params '{"formId": "FORM_ID"}'gws forms forms responses list --params '{"formId": "FORM_ID"}' --format tablenpx claudepluginhub wadewarren/gws-claude-pluginManage Google Forms via CLI: create forms, get details, batch updates, set publish settings, handle responses and watches.
Generates Google Forms via API: interviews users interactively, previews in Markdown, creates forms with 11 question types, quizzes, branching logic, Drive/Sheets integration. Invoke for automated form building.
Integrates HTML forms with Google Sheets via Google Apps Script, featuring auto-retry, toast notifications, and contact fallback (Zalo). Works on any static site.