From gws
Creates Google Form for event feedback using gws CLI and emails responder URL to attendees via Gmail. Requires gws-forms and gws-gmail skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-create-feedback-formThe 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`, `gws-gmail`
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms,gws-gmail
Create a Google Form for feedback and share it via Gmail.
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'gws gmail +send --to [email protected] --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'npx claudepluginhub wadewarren/gws-claude-pluginGenerates 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.
Manage Google Forms via CLI: create forms, get details, batch updates, set publish settings, handle responses and watches.
Integrates HTML forms with Google Sheets via Google Apps Script, featuring auto-retry, toast notifications, and contact fallback (Zalo). Works on any static site.