How to install recipe-batch-rename-files
npx skills add null --skill recipe-batch-rename-filesClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: recipe-batch-rename-files version: 1.0.0 description: "Rename multiple Google Drive files matching a pattern to follow a consistent naming convention." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-drive"]
Batch Rename Google Drive Files
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.
Steps
- Find files to rename:
gws drive files list --params '{"q": "name contains '\''Report'\''"}' --format table - Rename a file:
gws drive files update --params '{"fileId": "FILE_ID"}' --json '{"name": "2025-Q1 Report - Final"}' - Verify the rename:
gws drive files get --params '{"fileId": "FILE_ID", "fields": "name"}'
Related skills
More from googleworkspace/cli and the wider catalog.
RE
recipe-batch-reply-to-emails
googleworkspace/cli
Find Gmail messages matching a query and send a standard reply to each one.
637 installs
RE
recipe-block-focus-time
googleworkspace/cli
Create recurring focus time blocks on Google Calendar to protect deep work hours.
18k installsAudited
RE
recipe-bulk-download-folder
googleworkspace/cli
List and download all files from a Google Drive folder in bulk.
18k installs
RE
recipe-cancel-and-notify
googleworkspace/cli
Delete a Google Calendar event and send a cancellation email via Gmail.
640 installs
RE
recipe-collect-form-responses
googleworkspace/cli
Retrieve and review responses from a Google Form.
18k installs
RE
recipe-compare-sheet-tabs
googleworkspace/cli
Compare data across two Google Sheets tabs to identify differences and changes.
18k installs