From google-workspace-cli
Creates a Google Form for event feedback and emails the responder URL to attendees via Gmail using gws CLI. Useful for post-event feedback collection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli: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 pleaseai/claude-code-plugins --plugin google-workspaceCreates Google Form for event feedback using gws CLI and emails responder URL to attendees via Gmail. Requires gws-forms and gws-gmail skills.
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.