Home/AI Agent External Interaction/recipe-bulk-download-folder
R

recipe-bulk-download-folder

by @googleworkspacev
4.5(20)

Lists all files in a specified Google Drive folder and supports bulk downloading.

google-drivebulk-downloadsfile-managementcloud-storage-automationcli-automationGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-bulk-download-folder
compare_arrows

Before / After Comparison

1
Before

When needing to download a large number of files from a Google Drive folder, manually downloading them one by one is extremely time-consuming and inefficient. File management is inconvenient, affecting local processing speed.

After

Automatically lists all files in the specified Google Drive folder and supports one-click batch download. This saves a significant amount of manual operation time and greatly improves file retrieval and management efficiency.

SKILL.md

Bulk Download Drive Folder

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

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs15.1K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1

User Rating

4.5(20)
5
75%
4
25%
3
0%
2
0%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月23日