← Back to Skills Marketplace
super-file-manager
by
yy756127197
· GitHub ↗
· v2.0.3
· MIT-0
134
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install super-file-manager
Description
电脑文件管理技能。当用户要求清理垃圾文件、整理文档、检测重复文件、备份文件夹,或提到文件管理、磁盘清理、文件整理、重复文件、文件备份等相关操作时使用此技能。原生支持 macOS、Linux 和 Windows。
Usage Guidance
This package appears to be a straightforward local file-manager tool. Before installing or letting an agent run it: (1) review the scripts locally to confirm behavior you expect (they perform file moves, copies, and reads of your filesystem); (2) ensure you understand where logs will be written (~/Library/Caches/file_manager/logs or ~/.cache/file_manager/logs or %LOCALAPPDATA%/file_manager/logs) and inspect them if needed; (3) install send2trash only if you want trash operations to work; (4) when using with an autonomous agent, require explicit user confirmation for any delete/move actions (the SKILL.md promises confirmations — enforce that), and consider running the detection/preview commands first (they are read-only) and only then permitting move/trash operations. If you need higher assurance, run the scripts in a controlled environment or with test directories first.
Capability Assessment
Purpose & Capability
Name/description match the provided scripts: scan_cleanup, classify_files, find_duplicates, incremental_backup, move_with_log, rollback. All required capabilities (file I/O, hashing, copying, moving to trash) are appropriate for a file-manager skill and no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and the scripts stay within file-management scope and contain explicit safety rules (no recursive deletes on system dirs, require user confirmation before destructive actions, write operation logs, limit batch size). Minor inconsistency: SKILL.md once states '文件查找使用系统 find 命令即可' while the distributed Python scripts implement traversal with os.walk — a harmless mismatch but worth noting. Overall instructions do not ask the agent to read unrelated secrets or send data to external endpoints.
Install Mechanism
There is no install spec (instruction-only for the registry), and provided code is pure Python relying only on the standard library plus optional send2trash. No remote downloads or external package installs are triggered automatically. send2trash is an explicit dependency the user must pip-install for trash operations.
Credentials
The skill requests no environment variables or credentials. The code references common platform environment variables (XDG_CACHE_HOME, LOCALAPPDATA, SystemDrive) only to determine local log/trash paths — this is proportional to its logging and cross-platform behavior.
Persistence & Privilege
Registry flags are normal: always:false and user-invocable:true. The skill writes operation logs to per-user cache/log directories (no global/system config modification) and offers rollback tools. It does not request to always run nor modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install super-file-manager - After installation, invoke the skill by name or use
/super-file-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
移除文件查找和磁盘监控模块(均无对应脚本),功能与文档完全一致,模块重新编号1-5
v2.0.2
移除未实现的磁盘监控模块,修正模块编号,功能与文档一致
v2.0.1
修复备份路径结构:去掉中间的源目录名层级,改为 <目标>/<日期>/原路径,更简洁
v2.0.0
v2.0
Metadata
Frequently Asked Questions
What is super-file-manager?
电脑文件管理技能。当用户要求清理垃圾文件、整理文档、检测重复文件、备份文件夹,或提到文件管理、磁盘清理、文件整理、重复文件、文件备份等相关操作时使用此技能。原生支持 macOS、Linux 和 Windows。 It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install super-file-manager?
Run "/install super-file-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is super-file-manager free?
Yes, super-file-manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does super-file-manager support?
super-file-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created super-file-manager?
It is built and maintained by yy756127197 (@yy756127197); the current version is v2.0.3.
More Skills