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日