Home/产品经理/recipe-bulk-download-folder
R

recipe-bulk-download-folder

by @googleworkspacev
4.8(5)

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.

description SKILL.md


name: recipe-bulk-download-folder version: 1.0.0 description: "List and download all files from a Google Drive folder." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-drive"]

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

forumUser Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs200
Rating4.8 / 5.0
Version
Updated2026年3月16日
Comparisons1

User Rating

4.8(5)
5
0%
4
0%
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年3月16日