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.

What this means

If used carelessly, files could be renamed in bulk and become harder to find or require manual recovery.

Why it was flagged

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.

Skill content
os.rename(old_path, new_path)
Recommendation

Use the documented preview or dry-run mode first, confirm the target directory and pattern, and back up important files before applying changes.