recipe-bulk-download-folder

List and download all files from a Google Drive folder, exporting Docs as PDFs.

30.3k|1.8k|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder-googleworkspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-bulk-download-folder
Source: https://github.com/googleworkspace/cli/tree/main/skills/recipe-bulk-download-folder
Command: npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder-googleworkspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of listing and downloading all files contained within a specified Google Drive folder, saving users from manually downloading each file individually.

Core Features & Use Cases

  • List Folder Contents: Retrieves a list of all files within a given Google Drive folder ID.
  • Download Files: Downloads individual files from the folder.
  • Export Google Docs: Exports Google Docs, Sheets, and Slides as PDFs.
  • Use Case: Quickly back up the contents of a project folder in Google Drive to your local machine.

Quick Start

List and download all files from the Google Drive folder with ID '12345abcde'.

Frequently Asked Questions about recipe-bulk-download-folder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download all files from a Google Drive folder at once?

To download all files from a Google Drive folder at once, this Skill lists the folder contents and retrieves each file individually. It automates bulk data retrieval so you can back up cloud-stored documents locally without manual downloads.

Can I export Google Docs Sheets and Slides as PDFs when downloading from Drive?

Yes, you can export Google Docs, Sheets, and Slides as PDFs when downloading from Drive. The Skill automatically converts these Google-specific formats into PDF files during the bulk download process.

Do I need a specific Google Drive skill to enable bulk file downloads?

Yes, you need the gws-drive skill to enable bulk file downloads. This Skill requires the gws-drive dependency to handle Google Drive operations like listing folder contents and retrieving individual files.

What is the best way to back up a project folder in Google Drive locally?

The best way to back up a project folder in Google Drive locally is to use a bulk download Skill. By providing a specific Google Drive folder ID, the Skill retrieves and saves all contained files to your local machine automatically.

How does bulk downloading Google Drive files handle folder IDs?

Bulk downloading Google Drive files handles folder IDs by using the provided ID to list all contained files. Once the folder contents are retrieved, the Skill proceeds to download each file individually to your local storage.