recipe-batch-rename-files
Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.
Works with
---
name: recipe-batch-rename-files
description: Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.
license: Apache-2.0
---
# 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"}'`More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

