googleworkspace/recipe-bulk-download-folder
List and download all files from a Google Drive folder.
npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder
> 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.pdfTake googleworkspace/recipe-bulk-download-folder from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.