recipe-organize-drive-folder by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill recipe-organize-drive-folder前提条件: 执行此配方前需加载以下技能:
gws-drive
创建 Google Drive 文件夹结构并将文件移动到正确的位置。
gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}'gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}'gws drive files update --params '{"fileId": "FILE_ID", "addParents": "FOLDER_ID", "removeParents": "OLD_PARENT_ID"}'gws drive files list --params '{"q": "FOLDER_ID in parents"}' --format table每周安装量
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
5.7K
代码仓库
GitHub 星标数
22.3K
首次出现
2026年3月4日
安全审计
安装于
codex5.5K
opencode5.5K
gemini-cli5.5K
github-copilot5.4K
cursor5.4K
kimi-cli5.4K
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Create a Google Drive folder structure and move files into the right locations.
gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}'gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}'gws drive files update --params '{"fileId": "FILE_ID", "addParents": "FOLDER_ID", "removeParents": "OLD_PARENT_ID"}'gws drive files list --params '{"q": "FOLDER_ID in parents"}' --format tableWeekly Installs
5.7K
Repository
GitHub Stars
22.3K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex5.5K
opencode5.5K
gemini-cli5.5K
github-copilot5.4K
cursor5.4K
kimi-cli5.4K
83,400 周安装