file-batcher-tool
/install file-batcher-tool
File Batcher
Batch file operations for efficient file management.
Commands
Batch Rename
When user says: "rename files in folder X", "batch rename with pattern Y"
bash skills/file-batcher-1.0.0/scripts/batcher.sh rename "\x3Cfolder>" "\x3Cpattern>"
Patterns:
prefix_*- Add prefix*_suffix- Add suffiximg_###- Sequential numberinglowercase- Convert to lowercaseuppercase- Convert to uppercase
Convert Images
When user says: "convert images to png", "convert folder to jpg"
bash skills/file-batcher-1.0.0/scripts/batcher.sh convert "\x3Cfolder>" "\x3Cformat>"
Supported: jpg, png, webp, gif
Organize by Type
When user says: "organize files by type", "sort files into folders"
bash skills/file-batcher-1.0.0/scripts/batcher.sh organize "\x3Cfolder>"
Creates folders: images/, documents/, videos/, audio/, archives/
Find Duplicates
When user says: "find duplicate files"
bash skills/file-batcher-1.0.0/scripts/batcher.sh duplicates "\x3Cfolder>"
Count Files
When user says: "count files in folder"
bash skills/file-batcher-1.0.0/scripts/batcher.sh count "\x3Cfolder>"
List Large Files
When user says: "find large files", "show big files"
bash skills/file-batcher-1.0.0/scripts/batcher.sh large "\x3Cfolder>" [--size 100M]
Examples
# Rename all photos with date prefix
bash skills/file-batcher-1.0.0/scripts/batcher.sh rename "./photos" "2026-03-10_###"
# Convert all images to PNG
bash skills/file-batcher-1.0.0/scripts/batcher.sh convert "./images" "png"
# Organize messy download folder
bash skills/file-batcher-1.0.0/scripts/batcher.sh organize "~/Downloads"
# Find files larger than 500MB
bash skills/file-batcher-1.0.0/scripts/batcher.sh large "~/Documents" --size 500M
Response Format
When renaming:
📁 Batch Rename Complete
Folder: ./photos
Renamed: 15 files
Pattern: 2026-03-10_###
When organizing:
📁 Organization Complete
images/: 23 files
documents/: 8 files
videos/: 3 files
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install file-batcher-tool - After installation, invoke the skill by name or use
/file-batcher-tool - Provide required inputs per the skill's parameter spec and get structured output
What is file-batcher-tool?
Batch file operations (rename, convert, organize). Use when user says "rename files", "batch rename", "convert files", "organize files", or wants to process... It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install file-batcher-tool?
Run "/install file-batcher-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is file-batcher-tool free?
Yes, file-batcher-tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does file-batcher-tool support?
file-batcher-tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created file-batcher-tool?
It is built and maintained by yushimohuang (@yushimohuang); the current version is v1.0.0.