首页/AI 智能体外部交互/recipe-bulk-download-folder
R

recipe-bulk-download-folder

by @googleworkspacev
4.5(20)

用于列出Google Drive指定文件夹中的所有文件,并支持批量下载。

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

Before / After 效果对比

1
使用前

需要下载Google Drive文件夹内大量文件时,手动逐个下载耗时巨大且效率低下。文件管理不便,影响本地处理速度。

使用后

自动列出指定Google Drive文件夹所有文件,并支持一键批量下载。节省大量手动操作时间,大幅提升文件获取与管理效率。

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

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量15.1K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组

用户评分

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

为此 Skill 评分

0.0

兼容平台

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

时间线

创建2026年3月16日
最后更新2026年5月23日