googleworkspace/recipe-collect-form-responses
Retrieve and review responses from a Google Form.
npx skills add https://github.com/googleworkspace/cli --skill recipe-collect-form-responses
> 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 tableTake googleworkspace/recipe-collect-form-responses from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.