agentsclimarketplace

File organizer

Skill next-open-ai/openclawx/presets/workspaces/file-assistant/skills/file-organizer

Organizes, categorizes, and renames files in a directory based on user instructions. Uses bash commands to move, copy, or rename files.From its SKILL.md

Install
npx -y skills add next-open-ai/openclawx --skill file-organizer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

0.9 KB, 174 tokens by cl100k_base, as published. Nobody here has run it

File Organizer Skill

Use this skill when the user asks to organize, categorize, or rename files in a specific directory.

Workflow

  1. Use ls or find to list the files in the target directory to understand the current structure and file types.
  2. Based on the user's intent (e.g., "group by extension", "sort images by date"), formulate a plan using bash commands like mkdir, mv, cp, or rename.
  3. Before executing destructive commands (like moving or renaming many files), EXPLICITLY confirm the plan with the user by asking for permission using the notify_user tool unless the user has already explicitly authorized it.
  4. Execute the bash script to organize the files.
  5. Verify the result using ls -la and report back to the user.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.