Home/AI Productivity & Automation/recipe-organize-drive-folder
R

recipe-organize-drive-folder

by @googleworkspacev
4.5(152)

Creates Google Drive folder structures and organizes existing files into appropriate locations, maintaining a clean and orderly file system.

google-drivefile-organizationfolder-managementcloud-storage-automationproductivity-automationGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-organize-drive-folder
compare_arrows

Before / After Comparison

1
Before

Google Drive files pile up like mountains. Manually creating folders and moving files is time-consuming and laborious, making them difficult to find. Disorganized file management impacts work efficiency and collaboration experience.

After

Automatically create a standardized Google Drive folder structure and categorize files into their correct locations. Files are well-organized, easy and quick to find, significantly improving file management efficiency.

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

  1. Create a project folder: gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}'
  2. Create sub-folders: gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}'
  3. Move existing files into folder: gws drive files update --params '{"fileId": "FILE_ID", "addParents": "FOLDER_ID", "removeParents": "OLD_PARENT_ID"}'
  4. Verify structure: gws drive files list --params '{"q": "FOLDER_ID in parents"}' --format table

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(152)
5
23%
4
52%
3
23%
2
2%
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日