ホーム/产品经理/recipe-bulk-download-folder
R

recipe-bulk-download-folder

by @googleworkspacev
4.8(5)

Googleドライブの指定されたフォルダ内のすべてのファイルをリストアップし、一括ダウンロードをサポートします。

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フォルダ内のすべてのファイルを自動的にリストアップし、ワンクリックで一括ダウンロードをサポートします。これにより、手動操作の時間を大幅に節約し、ファイル取得と管理の効率を大幅に向上させます。

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

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数200
評価4.8 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件

ユーザー評価

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