CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-batch-rename-files

Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.

74

2.13x
Quality

63%

Does it follow best practices?

Impact

98%

2.13x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/recipe-batch-rename-files/SKILL.md
SKILL.md
Quality
Evals
Security

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

  1. Find files to rename: gws drive files list --params '{"q": "name contains '\''Report'\''"}' --format table
  2. Rename a file: gws drive files update --params '{"fileId": "FILE_ID"}' --json '{"name": "2025-Q1 Report - Final"}'
  3. Verify the rename: gws drive files get --params '{"fileId": "FILE_ID", "fields": "name"}'
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.