Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-batch-rename-files

Batch rename multiple Google Drive files matching a search pattern to enforce consistent naming conventions.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
642

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-batch-rename-files
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, recipe-batch-rename-files has 642 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-batch-rename-files.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Batch rename multiple Google Drive files matching a search pattern to enforce consistent naming conventions. 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. - Requires the gws-drive skill and gws binary to execute - Workflow: search for files by name pattern, update each file's name individually, and verify the changes - Supports flexible filtering via Google Drive query syntax (e.g., name contains 'Report' ) - Renames are applied one file at a time; suitable for small to moderate batch operations - 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"}'

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-batch-rename-files do?

Batch rename multiple Google Drive files matching a search pattern to enforce consistent naming conventions.

Is recipe-batch-rename-files good?

recipe-batch-rename-files does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-batch-rename-files?

recipe-batch-rename-files currently lists compatibility with Skills CLI.

Is recipe-batch-rename-files safe to install?

recipe-batch-rename-files has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-batch-rename-files?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install recipe-batch-rename-files?

Run the following command to install recipe-batch-rename-files: npx skills add https://github.com/googleworkspace/cli --skill recipe-batch-rename-files

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering