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.
GW
gws-gmail
googleworkspace/cli
Send, read, and manage Gmail emails via Google Workspace CLI.
40k installs
GW
gws-drive
googleworkspace/cli
Manage Google Drive files, folders, and shared drives via CLI.
37k installs
GW
gws-docs
googleworkspace/cli
Read and write Google Docs via command line.
37k installs
GW
gws-calendar
googleworkspace/cli
Manage Google Calendar events, calendars, and access control via CLI.
36k installsAudited
GW
gws-sheets
googleworkspace/cli
Read and write Google Sheets spreadsheets via CLI.
35k installs
GW
gws-gmail-send
googleworkspace/cli
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.
31k installsAudited