Create and Share a Google Form
SkillCommunicationLets your agent create a Google Form for feedback and share it through Gmail.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Create and Share a Google Form skill
About this capability
Create a Google Form for feedback and share it via Gmail.
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-create-feedback-form/SKILL.md and read by ahel’s review.
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 attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-create-feedback-form- Source
- github.com/googleworkspace/cli