gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Copy a Google Docs template, fill in content, and share with collaborators.
$ npx -y skills add googleworkspace/cli --skill recipe-create-doc-from-template --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-create-doc-from-templateContext preview
The summary Claude sees to decide when to auto-load this skill.
Copy a Google Docs template, fill in content, and share with collaborators.
name: recipe-create-doc-from-template
description: "Copy a Google Docs template, fill in content, and share with collaborators."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "productivity"
requires:
bins:
- gws
skills:
- gws-drive
- gws-docs> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`, `gws-docs`
Copy a Google Docs template, fill in content, and share with collaborators.
1. Copy the template: `gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}'` 2. Get the new doc ID from the response 3. Add content: `gws docs +write --document-id NEW_DOC_ID --text '## Project: Q2 Launch
Launch the new feature by end of Q2.'` 4. Share with team: `gws drive permissions create --params '{"fileId": "NEW_DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'`
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.