googleworkspace/cli21k installs
recipe-collect-form-responses
Retrieve and review responses from a Google Form.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-collect-form-responsesIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a documentation-based recipe for retrieving Google Form responses using the Google Workspace (gws) command-line tool. No security issues were detected.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Check Form Responses
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms
Retrieve and review responses from a Google Form.
Steps
- List forms:
gws forms forms list(if you don't have the form ID) - Get form details:
gws forms forms get --params '{"formId": "FORM_ID"}' - Get responses:
gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table
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-collect-form-responses">View recipe-collect-form-responses on skillZs</a>