Check Form Responses
SkillDev toolsThis skill lets your AI retrieve and review the responses collected by a Google Form. Once it is added, you can ask your AI to pull up a form's responses and walk through what people submitted. It is useful whenever you want a quick read on the answers your form has gathered.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, tell your AI which Google Form you want to check and ask it to retrieve the responses.
Then ask your AI: use the Check Form Responses skill
What your AI can do with it
- Retrieve the responses a Google Form has collected
- Review form responses and report what they say
- Look up collected responses whenever you ask about a form
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-collect-form-responses/SKILL.md and read by ahel’s review.
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
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-collect-form-responses- Source
- github.com/googleworkspace/cli