← 返回 Skills 市场
Smart File Manager
作者
buptlihang
· GitHub ↗
· v1.2.0
· MIT-0
1710
总下载
2
收藏
6
当前安装
3
版本数
在 OpenClaw 中安装
/install smart-file-manager
功能描述
文件整理与归档 skill。管理用户输入文件和我生成的输出文件的存储、命名、分类。 适用于:用户发送图片/视频/PDF等文件给你处理,或你生成文件给用户。 触发:任何文件存档操作前。
安全使用建议
This skill appears to do what it says (local file organisation). Before installing or invoking it: 1) Review how your agent decides SOURCE paths — move.sh will copy whatever path it's given, so ensure the agent only accepts user-uploaded files (avoid passing system paths). 2) The SKILL.md mentions an external tool ('images_understand') that isn't included; expect that step to fail or require you to provide that tool if you need content-based renaming. 3) Test the scripts in a sandboxed workspace to confirm they behave as expected (they use rm -rf on nested folders and will modify /workspace). If you need stricter controls, add checks to move.sh to restrict SOURCE to a safe input directory.
功能分析
Type: OpenClaw Skill
Name: smart-file-manager
Version: 1.2.0
The skill bundle is a legitimate file management utility designed to organize user inputs and agent outputs into a structured directory under /workspace. The included shell scripts (init.sh, move.sh, verify.sh, and fix-nested.sh) perform standard file operations such as directory creation, file copying with specific naming conventions, and structural validation. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the logic is entirely consistent with the stated purpose of file organization.
能力评估
Purpose & Capability
Name/description (file organising and archiving) matches the provided scripts (init, verify, move, fix-nested) which operate on /workspace/user_input_files and /workspace/my_outputs. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs using the included scripts and to run verification on certain triggers — that aligns with purpose. Minor concerns: (1) move.sh accepts an arbitrary SOURCE path and will copy any file the agent passes (no code-level restriction to user-uploaded files), which could be abused if the agent is instructed to move sensitive system files; (2) SKILL.md references an external tool 'images_understand' for renaming, but that tool is not included nor declared, so the workflow either fails or requires an external binary not provided.
Install Mechanism
No install spec; this is instruction + local scripts only. No downloads, package installs, or writing of new binaries — lowest-risk install profile.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts operate only on /workspace; there are no secret-expecting fields. This is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills. It runs local scripts and exits; no elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-file-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-file-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2.0: 新增docxs目录支持,Word文档独立分类
v1.1.0
v1.1.0: 提取脚本到 scripts 目录,支持 init/verify/move/fix-nested
v1.0.0
Initial release - 具备自我迭代和自我修复功能
元数据
常见问题
Smart File Manager 是什么?
文件整理与归档 skill。管理用户输入文件和我生成的输出文件的存储、命名、分类。 适用于:用户发送图片/视频/PDF等文件给你处理,或你生成文件给用户。 触发:任何文件存档操作前。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1710 次。
如何安装 Smart File Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-file-manager」即可一键安装,无需额外配置。
Smart File Manager 是免费的吗?
是的,Smart File Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smart File Manager 支持哪些平台?
Smart File Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart File Manager?
由 buptlihang(@buptlihang)开发并维护,当前版本 v1.2.0。
推荐 Skills