file-manager

Automate file categorization, batch renaming, duplicate detection, and directory synchronization.

16|1|Updated May 21, 2026
One-click install
npx skills add https://github.com/antgroup/Agent3Sigma-Stage --skill file-manager-antgroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-manager
Source: https://github.com/antgroup/Agent3Sigma-Stage/tree/main/data/advance/skill_templates/File_Management/benign_skills/russellfei_file-manager
Command: npx skills add https://github.com/antgroup/Agent3Sigma-Stage --skill file-manager-antgroup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the problem of digital clutter by automating the tedious tasks of sorting, renaming, cleaning, and synchronizing files across your local directories.

Core Features & Use Cases

  • Smart Organization: Automatically categorize files by type or date to maintain a clean workspace.
  • Batch Processing: Perform complex renaming operations using regex or sequence patterns and identify duplicate files via content hashing.
  • Use Case: Use this skill to automatically move all downloaded files into categorized folders, remove duplicate photos to save space, and synchronize your work directory to a backup location.

Quick Start

Use the file-manager skill to organize the files in your downloads folder by their file type.

Frequently Asked Questions about file-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate file organization and sort local directories by file type?

Batch renaming files uses regex or sequence patterns to modify multiple filenames simultaneously. This skill applies these patterns across local project directories while providing built-in safety previews and confirmation prompts before executing changes.

What is the best way to detect and remove duplicate files in a local directory?

Directory synchronization updates files across local folders to maintain identical content in backup locations. This skill handles synchronization workflows safely using Python standard libraries, ensuring your work directory mirrors to a backup location without data loss.

Do I need external libraries to run automated file system maintenance tasks?

No external libraries are needed; this skill satisfies file management requirements using Python standard libraries. It performs deterministic file operations with built-in safety previews and confirmation prompts, ensuring secure cleanup operations without additional dependencies.

Can I preview file cleanup operations before they are executed?

Yes, you can preview file cleanup operations before execution because this skill includes built-in safety previews and confirmation prompts. This mechanism prevents accidental data loss during batch renaming, deduplication, and directory synchronization tasks.