recipe-create-feedback-form

Create Google Forms and email the responderUri to recipients.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-create-feedback-form-cellarwood
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recipe-create-feedback-form
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-create-feedback-form
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-create-feedback-form-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation and distribution of simple feedback forms so organizers can collect attendee or customer responses without manual setup or manual email composition.

Core Features & Use Cases

  • Form creation: Programmatically create a Google Form with a title and document title.
  • URL retrieval: Extract the form responderUri to share with respondents.
  • Email distribution: Send the form link to a group of recipients via Gmail.
  • Use Case: Quickly gather post-event feedback from attendees by creating a form and emailing the link to the attendee list.

Quick Start

Create a Google Form titled "Event Feedback", copy the form URL from the response, and email it to attendees@company.com asking them to submit feedback.

Frequently Asked Questions about recipe-create-feedback-form

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending a Google Form for event feedback via Gmail?▼

You can automate sending a Google Form for event feedback by using this Skill to programmatically create the form, extract its responderUri, and send the link to an attendee distribution list via gws-gmail without manual composition.

Can I create a post-purchase survey and email it to a customer list using Google Forms?▼

Yes, you can create a post-purchase survey and email it to a customer list by programmatically generating the Google Form and distributing the form URL to recipients through Gmail automation.

Do I need Google Workspace access to create feedback forms and email them automatically?▼

Yes, Google Workspace access is required along with the gws-forms and gws-gmail skills to programmatically create feedback forms, obtain the responderUri, and send emails automatically to distribution lists.

What is the best way to collect customer satisfaction polls from a distribution list?▼

The best way to collect customer satisfaction polls from a distribution list is to programmatically create a short Google Form and automate email distribution of the responderUri link via Gmail.

Can I customize the title and document title when creating a Google Form for feedback?▼

When creating a Google Form for feedback, you can programmatically set both the form title and the document title before retrieving the responderUri to share with attendees or customers.