advanced-file-management

Installation
SKILL.md

Advanced File Management Skill

This skill provides tools for desktop file management:

  1. Folder creation: Create multiple folders under a target directory
  2. Move files: Move multiple files to a target directory
  3. List all files: Recursively list all files under a directory
  4. 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.txt or folder/file.txt).
  • Do not create scripts: Do not use write_file to create any scripts.

I. Skills

1. Create Multiple Folders

Installs
1
GitHub Stars
9
First Seen
May 31, 2026
advanced-file-management — gabrielmoreira/agent-skills-mirror