Recipe collect form responses
Skill googleworkspace/cli/skills/recipe-collect-form-responses
Retrieve and review responses from a Google Form.From its SKILL.md
npx -y skills add googleworkspace/cli --skill recipe-collect-form-responsesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 114 tokens by cl100k_base, as published. Nobody here has run it
Check Form Responses
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms
Retrieve and review responses from a Google Form.
Steps
- List forms:
gws forms forms list(if you don't have the form ID) - Get form details:
gws forms forms get --params '{"formId": "FORM_ID"}' - Get responses:
gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.