googleworkspace/cli21k installs
recipe-create-feedback-form
Create a Google Form for feedback and share it via Gmail.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-feedback-formIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a safe recipe for creating Google Forms and sending emails using official Google Workspace command-line tools. No security issues were detected.
- Socketwarn
1 alert: gptAnomaly
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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 attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-create-feedback-form">View recipe-create-feedback-form on skillZs</a>