googleworkspace/cli22k installs
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folderIs this agent skill safe to install?
- Gen Agent Trust Hubpass
A safe productivity skill that provides instructions for listing and downloading files from Google Drive folders using the 'gws' CLI tool.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
- Runlayerpass
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Bulk Download Drive Folder
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
List and download all files from a Google Drive folder.
Steps
- List files in folder:
gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json - Download each file:
gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext - Export Google Docs as PDF:
gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdf
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-bulk-download-folder">View recipe-bulk-download-folder on skillZs</a>