← Back to Skills Marketplace
File Manager
by
russellfei
· GitHub ↗
· v1.2.0
· MIT-0
15118
Downloads
10
Stars
255
Active Installs
3
Versions
Install in OpenClaw
/install file-manager
Description
OpenClaw自动化文件管理助手,用于批量文件操作、智能分类、重复文件清理、文件重命名、目录同步等任务。当用户需要整理文件、批量重命名、清理重复文件、同步目录或自动化文件工作流时使用此技能。
Usage Guidance
Install only if you are comfortable with scripts that can change local files. Use preview or scan-only modes first, verify source and target directories carefully, keep backups before broad sync or delete actions, and avoid scheduled automation until tested on a non-critical folder.
Capability Assessment
Purpose & Capability
The advertised purpose is automated local file management, and the bundled scripts match that purpose: organizing, renaming, duplicate cleanup, and directory sync.
Instruction Scope
Most modifying scripts preview actions and require either --execute or interactive confirmation, but the documentation overstates safety in places because deduplication can delete after confirmation without an --execute flag and sync updates can overwrite changed target files.
Install Mechanism
There are no install-time scripts or external dependencies; requirements.txt states that only the Python standard library is used.
Credentials
Recursive local file reads, writes, moves, renames, copies, and deletions are high-impact but proportionate to a file-management skill and scoped to user-provided paths.
Persistence & Privilege
The artifacts do not create persistence, request elevated privileges, access credentials, or use network endpoints. A reference document shows a user-created scheduled task example, but the skill does not install it automatically.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install file-manager - After installation, invoke the skill by name or use
/file-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Add safety checks, extract shared utils, remove unimplemented features, drop external dependencies
v1.1.0
v1.1.0: Fix --replace doc example, add organize_by_date re-run guard, remove dead code, add .gitignore, symlink safety and confirmation prompts across all scripts
v1.0.0
Initial release of file-manager skill for automated file organization and management.
- Supports intelligent file categorization by type, date, or size
- Batch rename files using patterns, regular expressions, sequences, and dates
- Detect and clean up duplicate files with flexible handle options
- Perform one-way and two-way directory synchronization with exclude filters
- Monitor folders for changes and trigger actions automatically
- Includes safety features: dry-run preview, isolation before deletion, detailed logs
Metadata
Frequently Asked Questions
What is File Manager?
OpenClaw自动化文件管理助手,用于批量文件操作、智能分类、重复文件清理、文件重命名、目录同步等任务。当用户需要整理文件、批量重命名、清理重复文件、同步目录或自动化文件工作流时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 15118 downloads so far.
How do I install File Manager?
Run "/install file-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is File Manager free?
Yes, File Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does File Manager support?
File Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created File Manager?
It is built and maintained by russellfei (@russellfei); the current version is v1.2.0.
More Skills