Recipe Batch Rename Files
This skill automatically renames multiple recipe files in bulk for organized storage and easy searching.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-batch-rename-files npx -- -y @trustedskills/recipe-batch-rename-files
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-batch-rename-files": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-batch-rename-files"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-batch-rename-files skill automates file management tasks within Google Workspace by executing predefined recipes to rename multiple files at once. It streamlines organization for teams handling large volumes of documents, images, or assets that require consistent naming conventions.
When to use it
- Standardizing filenames across a project folder before uploading them to a shared drive.
- Adding version numbers (e.g., "v1", "v2") to a batch of exported reports automatically.
- Removing sensitive metadata or prefixes from a collection of scanned documents.
- Preparing media assets for a campaign by applying a specific date-based naming pattern.
Key capabilities
- Executes batch renaming operations directly on Google Drive files.
- Applies custom regex patterns or simple string replacements to filenames.
- Processes multiple files in a single automated run without manual intervention.
Example prompts
- "Rename all PDFs in the 'Q3 Reports' folder by adding the current year and month to the beginning of each filename."
- "Batch rename these images to follow the pattern
campaign-name_product-type_date.jpg." - "Update all files ending in
_draftto end in_finalwithin my shared team drive."
Tips & gotchas
Ensure you have edit permissions for the specific folders containing the files before running a batch operation. Always test the recipe on a small, non-critical subset of files first to verify the naming logic works as expected.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.