← 返回 Skills 市场
super-file-manager
作者
yy756127197
· GitHub ↗
· v2.0.3
· MIT-0
134
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install super-file-manager
功能描述
电脑文件管理技能。当用户要求清理垃圾文件、整理文档、检测重复文件、备份文件夹,或提到文件管理、磁盘清理、文件整理、重复文件、文件备份等相关操作时使用此技能。原生支持 macOS、Linux 和 Windows。
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install super-file-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/super-file-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
移除文件查找和磁盘监控模块(均无对应脚本),功能与文档完全一致,模块重新编号1-5
v2.0.2
移除未实现的磁盘监控模块,修正模块编号,功能与文档一致
v2.0.1
修复备份路径结构:去掉中间的源目录名层级,改为 <目标>/<日期>/原路径,更简洁
v2.0.0
v2.0
元数据
常见问题
super-file-manager 是什么?
电脑文件管理技能。当用户要求清理垃圾文件、整理文档、检测重复文件、备份文件夹,或提到文件管理、磁盘清理、文件整理、重复文件、文件备份等相关操作时使用此技能。原生支持 macOS、Linux 和 Windows。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 super-file-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install super-file-manager」即可一键安装,无需额外配置。
super-file-manager 是免费的吗?
是的,super-file-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
super-file-manager 支持哪些平台?
super-file-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 super-file-manager?
由 yy756127197(@yy756127197)开发并维护,当前版本 v2.0.3。
推荐 Skills