
Recipe Create Feedback Form
- 24k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
recipe-create-feedback-form is a Google Workspace recipe that creates a Google Form and distributes it via Gmail.
About
Create a Google Form for feedback collection and share it via Gmail. This recipe creates a form, extracts the responder URI, and emails it to recipients in bulk.
- Create Google Forms programmatically with custom titles
- Distribute forms via Gmail with shareable URLs
Recipe Create Feedback Form by the numbers
- 23,999 all-time installs (skills.sh)
- +800 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #71 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
What recipe-create-feedback-form says it does
Create a Google Form for feedback and share it via Gmail.
Get the form URL from the response (responderUri field)
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-feedback-formAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
How do you create and email a Google Form?
project-management
Who is it for?
Collecting feedback from meetings, events, or customer interactions via email distribution
Skip if: Teams needing advanced survey logic, analytics dashboards, or non-Google form platforms should skip recipe-create-feedback-form.
When should I use this skill?
Needing to gather structured feedback from a group
What you get
A Google Form with responderUri link, distribution email, and saved gws forms forms create command.
- Google Form with responderUri
- Feedback distribution email
By the numbers
- Requires 2 utility skills: gws-forms, gws-gmail
- Uses gws forms forms create with info title and documentTitle fields
- Metadata version 0.22.5
Files
Create and Share a Google Form
PREREQUISITE: Load the following skills to execute this recipe:gws-forms,gws-gmail
Create a Google Form for feedback and share it via Gmail.
Steps
1. Create form: gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' 2. Get the form URL from the response (responderUri field) 3. Email the form: gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
Related skills
How it compares
Use recipe-create-feedback-form for fast CLI form plus email distribution; choose dedicated survey tools when branching logic or analytics are required.
FAQ
How does recipe-create-feedback-form share the form?
recipe-create-feedback-form runs gws forms forms create, reads the responderUri field from the API response, then emails that URL to recipients using gws gmail send commands.
What skills does recipe-create-feedback-form need?
recipe-create-feedback-form requires the gws binary plus gws-forms and gws-gmail utility skills from googleworkspace/cli v0.22.5 to create and distribute the feedback form.
Is Recipe Create Feedback Form safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.