File Sorter By Ext

v1.0.0

Automatically organizes files into folders by their extension within a specified directory to keep files systematically sorted.

0· 75·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 albionaiinc-del/file-sorter-by-ext.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "File Sorter By Ext" (albionaiinc-del/file-sorter-by-ext) from ClawHub.
Skill page: https://clawhub.ai/albionaiinc-del/file-sorter-by-ext
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

Bare skill slug

openclaw skills install file-sorter-by-ext

ClawHub CLI

Package manager switcher

npx clawhub@latest install file-sorter-by-ext
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is described as a file sorter and the included Python code implements exactly that behavior (creating extension-named folders and moving files into them). There are no unrelated binaries, env vars, or external services requested.
Instruction Scope
SKILL.md instructs running 'python file_sorter_by_ext.py' but the repository contains 'tool.py' (name mismatch). Aside from that mismatch and an unrelated 'Price' line, the instructions are limited to running the local script and do not ask for additional files, credentials, or network calls.
Install Mechanism
No install spec is present; this is an instruction-only skill with a single local Python script — nothing is downloaded or installed automatically.
Credentials
No environment variables, credentials, or config paths are requested or used. The code operates on the local filesystem only.
Persistence & Privilege
The skill does not request permanent presence, nor does it modify other skills or system-wide settings. It runs as a simple local utility when invoked.
Assessment
This skill appears to do what it says: it will move files into subfolders named after their extensions and does not contact external services or request secrets. Before using it: (1) note that the SKILL.md references a different filename ('file_sorter_by_ext.py') — confirm which script you run (use the included tool.py or rename it if needed); (2) understand it moves files (shutil.move), not copy — run it in a test directory or backup important files first; (3) review the script yourself if you want to verify behavior for symlinks, hidden files, or other edge cases; and (4) the SKILL.md lists a price but there is no payment mechanism in the code — confirm billing/installation expectations with the provider if relevant.

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

latestvk975bvp2h4qzarzt7nhggfnhdx84v6hs
75downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

File Sorter by Extension

Automatically organizes files in a directory by their file extension into labeled folders, helping users maintain clean, structured directories without manual sorting.

Usage

Sort files in the current directory:

python file_sorter_by_ext.py

Sort files in a specific directory:

python file_sorter_by_ext.py /path/to/downloads

Price

$2.50

Comments

Loading comments...