File Organizer Skill
SkillFiles & storageOrganizes, categorizes, and renames files in a directory based on user instructions. Uses bash commands to move, copy, or rename files.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the File Organizer Skill skill
What this skill tells your AI
The instructions your AI receives, as published by next-open-ai/openclawx in presets/workspaces/file-assistant/skills/file-organizer/SKILL.md and read by ahel’s review.
Use this skill when the user asks to organize, categorize, or rename files in a specific directory.
Workflow
- Use
lsorfindto list the files in the target directory to understand the current structure and file types. - Based on the user's intent (e.g., "group by extension", "sort images by date"), formulate a plan using
bashcommands likemkdir,mv,cp, orrename. - Before executing destructive commands (like moving or renaming many files), EXPLICITLY confirm the plan with the user by asking for permission using the
notify_usertool unless the user has already explicitly authorized it. - Execute the bash script to organize the files.
- Verify the result using
ls -laand report back to the user.
Signals
- GitHub stars
- 56
- Forks
- 13
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
file-organizer-next-open-ai- Source
- github.com/next-open-ai/openclawx