advanced-file-management
Installation
SKILL.md
Advanced File Management Skill
This skill provides tools for desktop file management:
- Folder creation: Create multiple folders under a target directory
- Move files: Move multiple files to a target directory
- List all files: Recursively list all files under a directory
- Extract authors: Extract authors from HTML papers
Important Notes
- Do not use other bash commands: Do not attempt to use general bash commands or shell operations like cat, ls.
- Use relative paths: Use paths relative to the working directory (e.g.,
./folder/file.txtorfolder/file.txt). - Do not create scripts: Do not use
write_fileto create any scripts.