rename-file

v1.0.1

Rename files in a specified directory with a given prefix. This skill prompts the user for a prefix and directory path, shows a preview of changes, and asks...

0· 86·0 current·0 all-time
byxyz@git-xyz·duplicate of @git-xyz/rename-fill
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description say 'rename files with a prefix'; the included Node.js script and SKILL.md implement exactly that. No unrelated binaries, env vars, or network access are requested.
Instruction Scope
Runtime instructions limit actions to listing and renaming files in a user-specified directory, present a preview, and require user confirmation. They do not direct the agent to read other system files, environment variables, or send data externally.
Install Mechanism
No install spec is included (instruction-only skill with a bundled script). The only prerequisite is Node.js, which is appropriate for a bundled JavaScript script.
Credentials
The skill requires no environment variables or credentials. This is proportionate to a local file renaming tool.
Persistence & Privilege
The skill does not request persistent privileges or 'always' presence. It performs file operations only in the directory the user provides, which requires ordinary filesystem permissions.
Assessment
This skill appears to do exactly what it says: batch prepend a prefix to filenames in a directory. Before running it, ensure you have Node.js installed and back up important files (renames are destructive and partial failures can leave a mix of old/new names). Confirm the directory you provide is correct and that you trust the skill to modify files there. Note: the script runs synchronously and does not implement a full transactional rollback, so manual backup is recommended. If you want extra assurance, inspect scripts/rename-files.js yourself (it is short and readable) before granting the skill permission to run.

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

latestvk97frt1dcsygj18ra93e00gn91839qcb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments