From gws
Lists and bulk downloads files from a Google Drive folder using gws CLI commands, including PDF exports for Google Docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws: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 wadewarren/gws-claude-pluginCreates Google Drive folder structures with subfolders and moves files to correct locations using gws drive CLI commands. Requires gws-drive skill.
Automates Google Drive file and folder operations via Python CLI scripts: search, list, upload, download, create, move, rename, trash. Standalone OAuth for Workspace accounts, no MCP server needed.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.