file-manager

Automate bulk file organization, deduplication, renaming, and synchronization across local directories.

7|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill file-manager-sjtu-ipads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-manager
Source: https://github.com/SJTU-IPADS/SkVM-data/tree/main/skills/file-manager
Command: npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill file-manager-sjtu-ipads

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

OpenClaw 自动化文件管理助手,专注于批量文件操作、智能分类、重复文件清理、文件重命名、目录同步等日常文件管理场景,帮助用户降低重复劳动和出错概率。

Core Features & Use Cases

  • 智能分类: 按类型、日期、大小等规则将文件分门别类,生成可观测的目录结构。
  • 批量重命名与去重: 支持正则、日期、序列号等方式重命名,并清理同内容的重复文件。
  • 目录同步: 提供单向镜像和受控同步,支持排除模式和增量同步,确保两端保持一致。
  • 使用场景示例:整理下载文件夹、清理重复照片、自动化项目目录整理。

Quick Start

请使用该技能自动将下载目录按类型分类、清理重复文件并同步到目标目录。

Frequently Asked Questions about file-manager

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

FAQPage Schema
How do I automate batch file organization and deduplication across local directories?

Batch file organization and deduplication is automated by applying deterministic scripts to classify files by type, date, and size, while cleaning identical content duplicates. It generates an observable directory structure and reduces manual sorting errors.

What is the safest way to preview bulk file renaming and directory sync changes before execution?

The safest way to preview bulk file renaming and directory sync changes is using the built-in dry-run feature. Dry-run previews simulate operations alongside user confirmations and collision avoidance to ensure no unintended file modifications occur.

Can I use regular expressions for batch renaming project files and cleaning duplicate images?

Yes, you can use regular expressions, dates, and sequence numbers for batch renaming project files and cleaning duplicate images. The scripts apply these patterns deterministically to modify filenames and remove identical content duplicates safely.

Does directory synchronization support one-way mirroring with exclusion patterns for specific folders?

Directory synchronization supports one-way mirroring and controlled sync with exclusion patterns. It ensures two directories remain consistent by performing incremental syncs while skipping specified files or folders based on defined exclusion rules.

What are the limitations when managing large personal downloads or small-team directory workflows?

Limitations when managing downloads or small-team directory workflows include its focus on local directories rather than cloud platforms. It is designed for personal and small-team scales using deterministic scripts, lacking distributed network sync capabilities.