From google-workspace-cli
Lists files in a Google Drive folder and bulk downloads them using gws CLI, exporting Google Docs to PDF.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-bulk-download-folderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
List and download all files from a Google Drive folder.
gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format jsongws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.extgws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdfnpx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceLists and bulk downloads files from a Google Drive folder using gws CLI commands, including PDF exports for Google Docs.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.