Bulk Download Drive Folder

SkillFiles & storage

Lets your agent list and download every file from a Google Drive folder.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Bulk Download Drive Folder skill

About this capability

List and download all files from a Google Drive folder.

What this skill tells your AI

The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-bulk-download-folder/SKILL.md and read by ahel’s review.

PREREQUISITE: Load the following skills to execute this recipe: gws-drive

List and download all files from a Google Drive folder.

Steps

  1. List files in folder: gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json
  2. Download each file: gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext
  3. Export Google Docs as PDF: gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdf

Signals

GitHub stars
31k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
recipe-bulk-download-folder
Source
github.com/googleworkspace/cli