gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
List and download all files from a Google Drive folder.
$ npx -y skills add googleworkspace/cli --skill recipe-bulk-download-folder --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-bulk-download-folderContext preview
The summary Claude sees to decide when to auto-load this skill.
List and download all files from a Google Drive folder.
name: recipe-bulk-download-folder
description: "List and download all files from a Google Drive folder."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "productivity"
requires:
bins:
- gws
skills:
- gws-drive> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
List and download all files from a Google Drive folder.
1. List files in folder: `gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json` 2. Download each file: `gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext` 3. Export Google Docs as PDF: `gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdf`
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.