← Back to Skills Marketplace
albionaiinc-del

File Organizer By Ext

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install file-organizer-by-ext
Description
Organizes files into folders based on their extensions, streamlining directory cleanup by sorting files like pdfs or images into separate folders.
README (SKILL.md)

File Organizer by Extension

Organizes files in a directory by moving them into folders named after their file extensions (e.g., .pdf → pdf/, .jpg → jpg/). Simple, fast, and effective for cleaning up messy folders.

Usage

# Organize current directory
python file_organizer_by_ext.py

# Organize specific directory
python file_organizer_by_ext.py ~/Downloads

# Verbose mode to see what was moved
python file_organizer_by_ext.py ~/Desktop -v

Price

$2.00

Usage Guidance
This appears to be a simple, coherent file-organizer. Before running: (1) note the README references file_organizer_by_ext.py but the packaged script is tool.py — run 'python tool.py' or rename as desired; (2) test on a non-critical directory or a copy first (there's no dry-run), since files will be moved; (3) review the small tool.py file yourself if you want to confirm behavior (it's short and readable); (4) if you expect to run this often, consider adding backups or versioning to avoid accidental loss of expected file paths.
Capability Analysis
Type: OpenClaw Skill Name: file-organizer-by-ext Version: 1.0.0 The skill is a straightforward utility for organizing files into subdirectories based on their extensions. The code in tool.py uses standard libraries (pathlib, shutil) safely and matches the description in SKILL.md. No suspicious behaviors or indicators of malice were found.
Capability Assessment
Purpose & Capability
The included tool.py implements exactly what the skill claims: it moves files into subdirectories named by lowercased extensions and only operates on files in the targeted directory. There are no extra capabilities (network, credential access, or system config changes).
Instruction Scope
SKILL.md usage is scoped to running the Python script to organize a directory, but it references a different filename (file_organizer_by_ext.py) than the included tool (tool.py). Also SKILL.md lists a price ($2.00) which is informational only. The instructions will move files (destructive operation) and do not provide a dry-run option — users should be aware this will relocate files in-place.
Install Mechanism
No install spec is provided (instruction-only with a bundled code file). Nothing is downloaded or executed from external URLs; the code is local and self-contained, so install risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not read environment variables or external secrets.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify other skills or system-wide settings. It only performs file operations in the directory you point it at.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install file-organizer-by-ext
  3. After installation, invoke the skill by name or use /file-organizer-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 Organizer by Extension - Organizes files into folders based on their extensions. - Supports organizing the current or a specified directory. - Includes a verbose mode to display moved files. - Simple command-line usage for quick folder cleanup.
Metadata
Slug file-organizer-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 Organizer By Ext?

Organizes files into folders based on their extensions, streamlining directory cleanup by sorting files like pdfs or images into separate folders. It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install File Organizer By Ext?

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

Is File Organizer By Ext free?

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

Which platforms does File Organizer By Ext support?

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

Who created File Organizer By Ext?

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

💬 Comments