recipe-collect-form-responses

Retrieve and review responses from a Google Form using the gws CLI.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill recipe-collect-form-responses-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-collect-form-responses
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/recipe-collect-form-responses
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill recipe-collect-form-responses-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually checking Google Forms for new submissions is repetitive and slow. This Skill provides a direct command-line workflow to list forms, inspect form details, and pull all responses without opening the Google Forms web interface. ## Core Features & Use Cases - Form Discovery: List all available Google Forms to locate the correct form ID when you do not have it on hand. - Form Inspection: Retrieve full details of a specific form by its ID to understand its structure before reading responses. - Response Retrieval: Fetch all submitted responses for a form in a readable table format. - Use Case: You ran a customer feedback survey via Google Forms and want to review the latest submissions. Use this Skill to list your forms, grab the form ID, and pull every response directly into your terminal for review. ## Quick Start Use the recipe-collect-form-responses skill to list my Google Forms and show all responses for my customer feedback survey.

Frequently Asked Questions about recipe-collect-form-responses

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Google Form responses from the command line?

Use the gws CLI with the forms responses list command, passing the form ID as a parameter. The command returns all submitted responses, which can be formatted as a table for easy review.

How to find a Google Form ID using gws?

Run gws forms forms list to enumerate all Google Forms accessible to your account. From the output, identify the form you need and copy its ID for use in subsequent get or responses commands.

What prerequisites are needed to retrieve Google Form responses?

You need the gws binary installed on your system and the gws-forms skill loaded. Without these, the form listing, detail retrieval, and response fetching commands will not execute.

Can I view Google Form details before reading responses?

Yes, run gws forms forms get with the form ID to retrieve the form's full details first. This helps you understand the form structure and questions before interpreting the submitted responses.

Why does the form responses command fail with an unknown form ID?

The command fails when the provided form ID does not exist or is not accessible to your account. Run gws forms forms list first to confirm the correct ID, then retry the responses list command.