Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-bulk-download-folder

Bulk download all files from a Google Drive folder with automatic format conversion.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-bulk-download-folder has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-bulk-download-folder.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Bulk download all files from a Google Drive folder with automatic format conversion. PREREQUISITE: Load the following skills to execute this recipe: gws-drive List and download all files from a Google Drive folder. - Requires the gws-drive skill and gws binary to execute - Lists folder contents by querying parent folder ID, then downloads each file individually - Supports exporting Google Docs and Sheets as PDF or other formats during download - Workflow: query folder, iterate through results, download or export each file to local storage - 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

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-bulk-download-folder do?

Bulk download all files from a Google Drive folder with automatic format conversion.

Is recipe-bulk-download-folder good?

recipe-bulk-download-folder does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-bulk-download-folder?

recipe-bulk-download-folder currently lists compatibility with Skills CLI.

Is recipe-bulk-download-folder safe to install?

recipe-bulk-download-folder has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-bulk-download-folder?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-bulk-download-folder?

Run the following command to install recipe-bulk-download-folder: npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering