← Back to Skills Marketplace
albionaiinc-del

File Sorter By Ext

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install file-sorter-by-ext
Description
Automatically organizes files into folders by their extension within a specified directory to keep files systematically sorted.
README (SKILL.md)

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: file-sorter-by-ext Version: 1.0.0 The skill is a straightforward utility for organizing files into subdirectories based on their file extensions. The Python script (tool.py) uses standard libraries (pathlib, shutil) to perform local file operations without any network activity, credential access, or suspicious execution patterns.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install file-sorter-by-ext
  3. After installation, invoke the skill by name or use /file-sorter-by-ext
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of File Sorter by Extension. - Automatically organizes files into folders based on their file extension. - Supports sorting in the current or a specified directory. - Simple command-line usage for quick file organization. - Available for $2.50.
Metadata
Slug file-sorter-by-ext
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is File Sorter By Ext?

Automatically organizes files into folders by their extension within a specified directory to keep files systematically sorted. It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install File Sorter By Ext?

Run "/install file-sorter-by-ext" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is File Sorter By Ext free?

Yes, File Sorter By Ext is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does File Sorter By Ext support?

File Sorter By Ext is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created File Sorter By Ext?

It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.

💬 Comments