From google-workspace-cli
Retrieves and reviews responses from Google Forms using gws CLI commands like 'gws forms responses list'. Useful for checking submissions via terminal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-collect-form-responsesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms`
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms
Retrieve and review responses from a Google Form.
gws forms forms list (if you don't have the form ID)gws forms forms get --params '{"formId": "FORM_ID"}'gws forms forms responses list --params '{"formId": "FORM_ID"}' --format tablenpx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceRetrieves and reviews Google Form responses via GWS CLI: list forms, get details, list responses in table. Requires gws-forms skill.
Generates Google Forms via API: interviews users interactively, previews in Markdown, creates forms with 11 question types, quizzes, branching logic, Drive/Sheets integration. Invoke for automated form building.
Integrates HTML forms with Google Sheets via Google Apps Script, featuring auto-retry, toast notifications, and contact fallback (Zalo). Works on any static site.