From gws
Retrieves and reviews Google Form responses via GWS CLI: list forms, get details, list responses in table. Requires gws-forms skill.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms`
Retrieves 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.
Automates Getform form tasks via Composio toolkit and Rube MCP. Guides RUBE_SEARCH_TOOLS discovery, connection management, and RUBE_MULTI_EXECUTE_TOOL workflows.
Share bugs, ideas, or general feedback.
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 table