From gws
Creates Google Drive folder structures with subfolders and moves files to correct locations using gws drive CLI commands. Requires gws-drive skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-organize-drive-folderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
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 tablenpx claudepluginhub wadewarren/gws-claude-pluginAutomates Google Drive file and folder operations via Python CLI scripts: search, list, upload, download, create, move, rename, trash. Standalone OAuth for Workspace accounts, no MCP server needed.
Creates Google Shared Drive, adds members with roles like writer, and lists permissions using gws CLI. Useful for Workspace team project setup.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.