gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Create a Google Form for feedback and share it via Gmail.
$ npx -y skills add googleworkspace/cli --skill recipe-create-feedback-form --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-create-feedback-formContext preview
The summary Claude sees to decide when to auto-load this skill.
Create a Google Form for feedback and share it via Gmail.
name: recipe-create-feedback-form
description: "Create a Google Form for feedback and share it via Gmail."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "productivity"
requires:
bins:
- gws
skills:
- gws-forms
- gws-gmail> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms`, `gws-gmail`
Create a Google Form for feedback and share it via Gmail.
1. Create form: `gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'` 2. Get the form URL from the response (responderUri field) 3. Email the form: `gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'`
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.