首页/产品经理/recipe-organize-drive-folder
R

recipe-organize-drive-folder

by @googleworkspacev1.0.0
4.0(0)

"Create a Google Drive folder structure and move files into the right locations."

Google DriveFile OrganizationFolder ManagementCloud Storage AutomationProductivity AutomationGitHub
安装方式
npx skills add googleworkspace/cli --skill recipe-organize-drive-folder
compare_arrows

Before / After 效果对比

1
使用前

Google云端硬盘中的文件杂乱无章,需要手动创建文件夹,然后逐个拖拽文件进行归类,耗时且容易出错,导致文件查找困难。

使用后

通过自动化脚本,可以根据预设规则自动创建文件夹结构,并将文件移动到正确的分类位置,保持云端硬盘整洁有序,大大提高文件查找效率。

文件整理时间0%
使用前
每周2小时
使用后
每周10分钟
文件查找效率0%
使用前
使用后

文件整理时间

0%

每周2小时每周10分钟

文件查找效率

0%

description SKILL.md


name: recipe-organize-drive-folder version: 1.0.0 description: "Create a Google Drive folder structure and move files into the right locations." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-drive"]

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

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量3.8K
评分4.0 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例1 组

用户评分

4.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code

时间线

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