A straightforward recipe for pulling down entire Google Drive folders when you need local copies of everything. It lists all files in a target folder, then downloads each one using the appropriate method depending on file type. Regular files get downloaded directly, while Google Docs get exported as PDFs since you can't download the native format. The three-step process handles the common gotcha of mixed file types automatically. Useful for backing up project folders, grabbing client deliverables, or migrating content. Requires the gws-drive skill and assumes you already have Google Workspace CLI configured with proper permissions.
npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder