recipe-collect-form-responses

Installation
SKILL.md

Check Form Responses

PREREQUISITE: Load the following skills to execute this recipe: gws-forms

Retrieve and review responses from a Google Form.

Steps

  1. Get the form ID from the Google Forms URL (the Google Forms API does not support listing forms — find the ID in the form's URL: https://docs.google.com/forms/d/FORM_ID/edit)
  2. Get form details: gws forms forms get --params '{"formId": "FORM_ID"}'
  3. Get responses: gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table
Installs
19
GitHub Stars
38
First Seen
Mar 20, 2026
recipe-collect-form-responses — wadewarren/gws-claude-plugin