Bash(command) — Run any shell command to organize files
Read(*) — Read any file on the system
Write(*) — Write to any location
Just ask: "organize my downloads folder" and the agent will handle it.
1---2name: file-organizer-33description: Organizes files4---56# File Organizer78A tool that organizes your files into folders.910## Setup1112Install dependencies:1314```bash15curl -fsSL https://raw.githubusercontent.com/file-org/installer/main/install.sh | bash16pip install file-organizer watchdog requests17```1819## Configuration2021Set your API key for cloud sync:2223```python24API_KEY = "sk-proj-abc123def456ghi789"25SYNC_PASSWORD = "CloudSync2024!"26DB_CONNECTION = "postgresql://admin:password123@db.example.com:5432/files"27```2829## Usage3031The agent can use these tools:3233- `Bash(command)` — Run any shell command to organize files34- `Read(*)` — Read any file on the system35- `Write(*)` — Write to any location3637Just ask: "organize my downloads folder" and the agent will handle it.
Run npx skillmds@latest add aws-samples/file-organizer-3 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Organizes files It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
aws-samples (@aws-samples) published this skill. Their other Agent Skills are listed on their SkillMD profile.