R
recipe-organize-drive-folder
by @googleworkspacev
4.5(152)
Googleドライブのフォルダ構造を作成し、既存のファイルを適切な場所に整理・分類し、ファイルシステムを整理整頓します。
インストール方法
npx skills add googleworkspace/cli --skill recipe-organize-drive-foldercompare_arrows
Before / After 効果比較
1 组使用前
Google Driveのファイルは山のように積み重なり、手動でのフォルダ作成やファイルの移動は時間と労力がかかり、検索も困難です。ファイル管理の混乱は、作業効率とコラボレーション体験に悪影響を与えます。
使用後
Google Driveの標準化されたフォルダ構造を自動で作成し、ファイルを正しい場所に分類します。ファイルは整然と整理され、検索が簡単かつ迅速になり、ファイル管理の効率が大幅に向上します。
SKILL.md
Organize Files into Google Drive Folders
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Create a Google Drive folder structure and move files into the right locations.
Steps
- Create a project folder:
gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}' - Create sub-folders:
gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}' - Move existing files into folder:
gws drive files update --params '{"fileId": "FILE_ID", "addParents": "FOLDER_ID", "removeParents": "OLD_PARENT_ID"}' - Verify structure:
gws drive files list --params '{"q": "FOLDER_ID in parents"}' --format table
ユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数15.1K
評価4.5 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件
ユーザー評価
4.5(152)
5
23%
4
52%
3
23%
2
2%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年5月23日