From google-workspace-cli
Batch renames Google Drive files matching a pattern (e.g., containing 'Report') to a consistent naming convention using gws-drive CLI commands like list, update, and get.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-batch-rename-filesThe 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
Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.
gws drive files list --params '{"q": "name contains '\''Report'\''"}' --format tablegws drive files update --params '{"fileId": "FILE_ID"}' --json '{"name": "2025-Q1 Report - Final"}'gws drive files get --params '{"fileId": "FILE_ID", "fields": "name"}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceCreates Google Drive folder structures with subfolders and moves files to correct locations using gws drive CLI commands. Requires gws-drive skill.
Automates 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.
Automates Google Drive workflows: upload/download files (5MB limit or resumable), search/list files/folders/shared drives, manage organization, share with permissions via Rube MCP (Composio toolkit).