← 返回 Skills 市场
File Organizer
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-file-organizer
功能描述
Scan, deduplicate, and organize files in a directory by type, generating a dry-run plan before optionally moving files without deleting anything.
安全使用建议
This skill appears coherent and implements the described functionality locally. Before running any execution step that moves files: 1) Always run the dry-run (default) and inspect the generated plan/plan.json; 2) Do not run with --execute --yes until you have reviewed the plan — the --yes flag skips confirmation and will let the script move files; 3) Consider running scans against a small test directory first to confirm behavior; 4) Make a backup (or ensure files are in a recoverable state) if you plan to move large or important collections; 5) If you need different category mappings, review or edit references/categories.md before executing. If you want extra assurance, manually review the bundled scripts (they are included) — they perform local filesystem operations only and do not contact external services.
功能分析
Type: OpenClaw Skill
Name: nai-file-organizer
Version: 1.0.0
The skill bundle is a legitimate file management utility designed to scan, deduplicate, and organize files into categorized folders. The Python scripts (scan.py, find_duplicates.py, organize.py, manifest.py) use standard libraries like os, shutil, and hashlib, and lack any network capabilities, obfuscation, or execution of external commands. Safety features are explicitly implemented, such as a mandatory dry-run mode by default, the absence of file deletion logic, and clear instructions in SKILL.md for the agent to seek user confirmation before moving files.
能力评估
Purpose & Capability
Name/description align with included scripts. All required actions (scanning, hashing, duplicate detection, planning, moving, manifest generation) are implemented locally; no unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
SKILL.md instructs the agent to scan local directories and run included Python scripts — exactly the expected scope. The scripts can move (not delete) files when run with --execute; dry-run is the default. Be aware that an agent or user could explicitly pass --execute --yes to perform moves without an interactive prompt.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with bundled Python scripts. Nothing is pulled from remote URLs or package registries.
Credentials
The skill requests no environment variables, credentials, or config paths. All file and path access is limited to directories the user supplies to the scripts.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent settings. It can be invoked autonomously (platform default), but it does not request elevated persistence or special privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nai-file-organizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/nai-file-organizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of file-organizer.
- Scans directories, categorizes files by type, finds duplicates, and generates or executes an organization plan.
- Dry-run by default—always shows a summary plan before moving any files.
- Never deletes files; only moves them and skips symlinks or hidden files (unless specified).
- Provides inventory and before/after manifest reports in markdown.
- All scripts are standalone Python 3 with no third-party dependencies.
元数据
常见问题
File Organizer 是什么?
Scan, deduplicate, and organize files in a directory by type, generating a dry-run plan before optionally moving files without deleting anything. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 File Organizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nai-file-organizer」即可一键安装,无需额外配置。
File Organizer 是免费的吗?
是的,File Organizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
File Organizer 支持哪些平台?
File Organizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 File Organizer?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills