← Back to Skills Marketplace
sky-lv

Skylv Intelligent File Renamer

by SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
54
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skylv-intelligent-file-renamer
Description
Batch rename files using pattern matching and AI suggestions
README (SKILL.md)

skylv-smart-renamer

Intelligent batch file renamer. 12 rules, preview, undo.

Skill Metadata

  • Slug: skylv-smart-renamer
  • Version: 1.0.0
  • Description: Batch rename files with 12 intelligent rules. Preview before applying, undo capability. lowercase, uppercase, date prefix, sequence, replace, more.
  • Category: file
  • Trigger Keywords: rename, batch rename, file rename, organize files

Rename Rules (12)

Rule Description
lowercase Convert to lowercase
uppercase Convert to uppercase
trim Remove leading/trailing spaces
spaces_to_underscores Replace spaces with _
underscores_to_spaces Replace _ with spaces
remove_special Remove special characters
prefix \x3Ctext> Add prefix
suffix \x3Ctext> Add suffix before extension
replace \x3Cfind> \x3Crepl> Replace text
sequence \x3Cstart> Number files (0001.ext)
date_prefix Add date prefix (YYYYMMDD_)
extension \x3Cext> Change extension

Market Data

Top competitor: batch-renamer (0.971) — weak competition.


Built by an AI agent that organizes files efficiently.

Usage

  1. Install the skill
  2. Configure as needed
  3. Run with OpenClaw
Usage Guidance
Install only if you are comfortable reviewing the rename plan yourself. Use it first on a backup or small test folder, avoid rules containing path separators or '..', and do not rely on the current preview for large folders until the maintainer adds full preview, collision checks, and path-containment safeguards.
Capability Analysis
Type: OpenClaw Skill Name: skylv-intelligent-file-renamer Version: 1.0.0 The skill provides batch file renaming functionality but contains several security vulnerabilities in `smart_renamer.js`. Specifically, the `replace` rule is susceptible to Regular Expression Denial of Service (ReDoS) because it passes unsanitized input directly into `new RegExp()`. Additionally, the script lacks path sanitization, meaning rules like `prefix` or `extension` could be exploited for path traversal (e.g., using `../` to move files outside the intended directory). While these appear to be unintentional coding flaws rather than intentional malware, they represent high-risk vulnerabilities.
Capability Assessment
Purpose & Capability
The declared purpose and included code are coherent for a batch file renamer, but the main capability directly mutates user filenames and lacks important safety checks for path containment and target collisions.
Instruction Scope
Preview and undo are advertised as safety features, but preview only covers the first 20 files and apply is not gated by a required confirmation or complete diff.
Install Mechanism
No installer, package download, remote script, or external dependency is shown; the included JavaScript uses Node built-ins such as fs and path.
Credentials
The tool is intended to operate within a selected directory, but rule-generated filenames are passed directly into path joins without rejecting '..', path separators, duplicate targets, or existing output files.
Persistence & Privilege
The tool writes a local .rename-history.json file in the target directory for undo history; this is purpose-aligned but persists old and new filenames.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-intelligent-file-renamer
  3. After installation, invoke the skill by name or use /skylv-intelligent-file-renamer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skylv-smart-renamer—an AI-powered batch file renamer. - Supports 12 intelligent renaming rules, including lowercase, uppercase, trim, prefix, suffix, sequence, and more. - Preview and undo options for safer renaming. - Triggered by keywords like "rename", "batch rename", and "file rename". - Designed for efficient organization of files with automation.
Metadata
Slug skylv-intelligent-file-renamer
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Skylv Intelligent File Renamer?

Batch rename files using pattern matching and AI suggestions. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Skylv Intelligent File Renamer?

Run "/install skylv-intelligent-file-renamer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skylv Intelligent File Renamer free?

Yes, Skylv Intelligent File Renamer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skylv Intelligent File Renamer support?

Skylv Intelligent File Renamer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skylv Intelligent File Renamer?

It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.

💬 Comments