Batch File Renamer
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a straightforward batch file renaming guide, but users should preview changes because it can rename many local files.
This appears safe for its intended purpose. Before installing or using it, make sure you preview the rename results, work only in the intended folder, and back up important files because bulk renaming can be difficult to undo.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used carelessly, files could be renamed in bulk and become harder to find or require manual recovery.
The skill provides code that can directly rename local files in bulk; this is expected for a batch renamer but can have unintended impact if used on the wrong directory or without previewing.
os.rename(old_path, new_path)
Use the documented preview or dry-run mode first, confirm the target directory and pattern, and back up important files before applying changes.
