recipe-collect-form-responses
Retrieve and review responses from a Google Form.
Why use this skill?
Automate your workflow by retrieving and reviewing Google Form submissions directly within OpenClaw. Streamline data collection and analysis today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/googleworkspace-bot/recipe-collect-form-responsesWhat This Skill Does
The recipe-collect-form-responses skill provides a structured, automated way to interface with your Google Forms environment directly from the OpenClaw terminal. By leveraging the underlying gws-forms module, this skill acts as an intermediary layer that streamlines the retrieval and visualization of form submission data. Instead of manually navigating through the Google Forms dashboard or parsing spreadsheet exports, users can query their form ecosystem to list existing forms, inspect their metadata, and extract submission responses in a clean, readable table format. This is particularly useful for teams that rely on asynchronous data collection via forms and require immediate, programmatic access to that information for quick decision-making.
Installation
To integrate this functionality into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/googleworkspace-bot/recipe-collect-form-responses
Ensure that you have the gws-forms prerequisite skill installed and properly configured with your Google Workspace authentication credentials before proceeding, as this recipe relies on the established connection to the Google Forms API to function.
Use Cases
- Event Feedback Aggregation: Quickly pull recent survey results after a company event to review attendee feedback without switching browser tabs.
- Application Triage: Monitor incoming applicant forms for a recruitment project to quickly get a snapshot of current candidates.
- Inventory Requests: Collect and review supply request forms submitted by team members during busy periods to streamline procurement tasks.
Example Prompts
- "Check the responses for my 'Q3 Team Feedback' form and show them to me in a table."
- "List all my forms, find the ID for the 'Volunteer Sign-up' form, and then pull all the submissions for it."
- "Get the details for form ID 1abc-2def-3ghi and summarize the latest responses retrieved."
Tips & Limitations
- Prerequisites: Always verify that the form ID matches the specific form you intend to query; using an incorrect ID will result in a 404 or authorization error.
- Permission Scoping: Ensure your workspace account has the necessary viewer or editor permissions on the specific Google Form; otherwise, the
gws-formsmodule will be unable to access the submission data. - Formatting: The output is optimized for terminal display. If you have a very large volume of responses, the table view might become truncated; in such cases, consider using data-filtering skills if available or exporting to a CSV file through secondary tools.
- Data Privacy: Be mindful that this skill retrieves sensitive user-submitted content. Always handle the output with appropriate data privacy standards, especially if the form contains PII (Personally Identifiable Information).
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-googleworkspace-bot-recipe-collect-form-responses": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read
Related Skills
gws-workflow-standup-report
Google Workflow: Today's meetings + open tasks as a standup summary.
gws-modelarmor-create-template
Google Model Armor: Create a new Model Armor template.
recipe-create-feedback-form
Create a Google Form for feedback and share it via Gmail.
gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
gws-chat
Google Chat: Manage Chat spaces and messages.