Automatically sort cluttered directories into organized subfolders by file extension or creation date.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install file-organizer-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install file-organizer-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The File Organizer skill provides a professional-grade solution for directory maintenance within the Openclaw Skills framework. It addresses the common problem of cluttered storage by providing automated, rule-based sorting. By leveraging this tool, users can transform messy folders into structured environments, improving both searchability and local storage efficiency.
Built with a focus on reliability, this skill offers comprehensive safety mechanisms to prevent data loss during the organization process. It is an essential utility for anyone managing large volumes of assets, downloads, or archival data who requires a repeatable and safe way to maintain file hygiene.
To get started with this component of your Openclaw Skills toolkit, ensure you have Python 3 installed and follow these steps:
# Move into the skill directory
cd file-organizer-skill
# Run the organizer on a target path using default extension sorting
python3 scripts/organize.py /path/to/your/files
# To sort by date (Year/Month) instead, use the --date flag
python3 scripts/organize.py /path/to/your/files --date
The skill manages data through the following structure:
| Component | Type | Description |
|---|---|---|
scripts/organize.py |
Script | Contains the core logic and the get_default_mapping() function for extension rules. |
organize_history.json |
Metadata | A JSON-formatted log file created in the target directory that tracks file origins and destinations. |
Output Folders |
Directories | New directories created dynamically (e.g., Documents, 2024/05) based on the chosen sorting logic. |
Loading
A comprehensive hybrid CLI for Instagram that bridges Meta Graph API safety with private API feature depth for AI agents.

A tool that automates the creation of professional work reports by aggregating data from git commits, calendar events, and task managers.

A robust workflow and automation script for making safe configuration changes to OpenClaw instances with automatic rollback capabilities.

A comprehensive UI/UX design intelligence skill for building polished, accessible, and implementation-ready web and mobile interfaces.

A security-focused skill for sanitizing external content and neutralizing prompt injection attacks in AI agent workflows.

A specialized skill designed to eliminate AI stylistic tells and produce high-density, professional technical documentation.








































