Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Intelligent File Renamer

v1.0.0

Batch rename files using pattern matching and AI suggestions

0· 18·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sky-lv/intelligent-file-renamer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Intelligent File Renamer" (sky-lv/intelligent-file-renamer) from ClawHub.
Skill page: https://clawhub.ai/sky-lv/intelligent-file-renamer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install sky-lv/intelligent-file-renamer

ClawHub CLI

Package manager switcher

npx clawhub@latest install intelligent-file-renamer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name, description, SKILL.md and the included smart_renamer.js are coherent: they implement batch file renaming rules, preview, apply, and undo. No unrelated credentials, binaries, or external services are requested.
!
Instruction Scope
The instructions and code operate directly on filesystem directories and create a .rename-history.json file in the target directory (expected). However the implementation does not sanitize or validate resulting filenames: user-supplied inputs (prefix/suffix/replace/extension) can include path separators or absolute paths, enabling moves outside the target directory or overwriting files. The 'sequence' rule disregards original filenames and may produce name collisions. The preview command limits output to 20 files, so large-scale unintended effects could be missed if only previewed briefly.
Install Mechanism
No install spec; skill is instruction-only with a bundled Node.js script. No remote downloads or third-party package installs are invoked by the skill bundle itself.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The skill only requires local filesystem access to the directories you target (which is necessary for its purpose).
Persistence & Privilege
The skill does not request global persistence and always:false. It writes a .rename-history.json into the target directory to support undo — this is expected, but users should be aware the history file contains rename mappings and is stored alongside their files.
What to consider before installing
This skill generally does what it says, but the implementation lacks safety checks. Before installing or running 'apply': - Run the preview command and verify results on a representative sample and in a test directory. - Back up important files or work on a copy of the directory first. - Inspect smart_renamer.js yourself (or have someone you trust review it). Pay attention to: prefix/suffix/replace/extension inputs (they are not sanitized and can include ../ or absolute paths), the replace rule uses new RegExp(find,'g') with raw input (could throw on invalid regex), and the sequence rule ignores original names and can produce collisions. - Prefer using preview and undo to validate behavior; check the .rename-history.json after apply to confirm mappings. If you are not comfortable auditing Node scripts, avoid running 'apply' on irreplaceable data or run the tool in a safe sandboxed environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a65fqdmxkcb7k5je2ccxyyn85e3s6
18downloads
0stars
1versions
Updated 5h ago
v1.0.0
MIT-0

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)

RuleDescription
lowercaseConvert to lowercase
uppercaseConvert to uppercase
trimRemove leading/trailing spaces
spaces_to_underscoresReplace spaces with _
underscores_to_spacesReplace _ with spaces
remove_specialRemove special characters
prefix <text>Add prefix
suffix <text>Add suffix before extension
replace <find> <repl>Replace text
sequence <start>Number files (0001.ext)
date_prefixAdd date prefix (YYYYMMDD_)
extension <ext>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

Comments

Loading comments...