Recipe create feedback form
Skill googleworkspace/cli/skills/recipe-create-feedback-form
Create a Google Form for feedback and share it via Gmail.From its SKILL.md
npx -y skills add googleworkspace/cli --skill recipe-create-feedback-formAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 140 tokens by cl100k_base, as published. Nobody here has run it
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
- Create form:
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' - Get the form URL from the response (responderUri field)
- Email the form:
gws gmail +send --to [email protected] --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.