recipe-bulk-download-folder

List and download all files from a Google Drive folder, exporting Google Docs to PDF.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-bulk-download-folder-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-bulk-download-folder
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-bulk-download-folder
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-bulk-download-folder-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies the repetitive and error-prone process of listing and downloading every file from a Google Drive folder, including exporting Google Docs to portable formats for offline use.

Core Features & Use Cases

  • Folder-wide listing: Enumerate all files contained in a Drive folder by parent ID.
  • Batch download: Retrieve binary files and save them with their original filenames.
  • Google Docs export: Export Google Docs formats to PDF for consistent offline viewing.
  • Use Case: Export a project's Drive folder for archival or migration by listing all files, downloading attachments, and exporting native docs as PDFs.

Quick Start

List and download all files from the Google Drive folder with ID FOLDER_ID, exporting Google Docs to PDF when encountered.

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 bulk download all files from a Google Drive folder?

You can bulk download from a Google Drive folder by listing files via parent ID, saving binary attachments with original filenames, and exporting Google Docs to PDF for offline archival or migration.

Can I export Google Docs to PDF when downloading a Drive folder?

Yes, exporting Google Docs to PDF is supported during the Drive folder download process, ensuring consistent offline viewing alongside binary files saved with their original filenames.

What is the best way to archive a Google Workspace Drive folder for migration?

The best way to archive a Google Workspace Drive folder is to enumerate all files by parent ID, batch download binary attachments, and export native Google Docs to portable PDF formats for consistent retrieval.

Do I need the gws CLI to download files from a Google Drive folder?

Yes, you need the gws CLI and the gws-drive skill to list and download all files from a Google Workspace Drive folder, including exporting Google Docs to PDF for archival tasks.

Does the bulk download process preserve original filenames from Google Drive?

Yes, the bulk download process retrieves binary files from Google Drive and saves them locally using their original filenames to maintain directory structure consistency during archival or migration.