Skip to main content
Back to registry

recipe-batch-rename-files

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-drive

Installs634
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-batch-rename-files
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. - 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 skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

PREREQUISITE: Load the following skills to execute this recipe: gws-drive

Is recipe-batch-rename-files good?

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

What agent does recipe-batch-rename-files work with?

recipe-batch-rename-files currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

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

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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