Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
googleworkspace avatar

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)
From the docs

What recipe-create-feedback-form says it does

Create a Google Form for feedback and share it via Gmail.
SKILL.md
Get the form URL from the response (responderUri field)
SKILL.md
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-feedback-form

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs24k
repo stars30k
Security audit2 / 3 scanners passed
Last updatedJuly 22, 2026
Repositorygoogleworkspace/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

SKILL.mdMarkdownGitHub ↗

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.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.