← 返回 Skills 市场
Filesorter By Ext
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install filesorter-by-ext
功能描述
Automatically sorts files in a directory into folders named by file extension to organize and declutter your filesystem quickly.
使用说明 (SKILL.md)
FileSorter by Extension
Automatically organizes files in any directory into neatly labeled folders based on their file extension—like pdf, jpg, or txt—eliminating manual sorting and keeping your filesystem clean with one command.
Usage
Sort files in the current directory:
python filesorter_by_ext.py
Sort files in a specific folder:
python filesorter_by_ext.py ~/Downloads
With verbose output:
python filesorter_by_ext.py ~/Desktop -v
Price
$2.50
安全使用建议
This skill appears to do what it says: a small local script that moves files into folders named by extension and does not contact the network or request secrets. Before running: (1) note the filename mismatch in the instructions — run 'python tool.py' or rename the file to match the docs; (2) run it in a safe/test directory or back up important files first because moves are destructive and there is no dry-run option; (3) check file permissions and whether you want files with no extension moved into a 'no_ext' folder; and (4) if you expect multi-part extensions (e.g., .tar.gz), be aware the script uses only the final suffix. If you need extra safety, request a dry-run feature or a preview of planned moves before actual moves are performed.
功能分析
Type: OpenClaw Skill
Name: filesorter-by-ext
Version: 1.0.0
The skill is a straightforward utility for organizing files into subdirectories based on their file extensions. The implementation in tool.py uses standard Python libraries (pathlib, shutil) to perform local file operations and contains no evidence of data exfiltration, remote code execution, or malicious intent.
能力评估
Purpose & Capability
The name and description match the included script: tool.py sorts files into folders named by extension. However, SKILL.md instructs running 'python filesorter_by_ext.py' while the included file is named tool.py — this is an inconsistency (likely a packaging/authoring error) but not a security risk.
Instruction Scope
Runtime instructions are limited to running a local Python script to reorganize files in a specified directory. The script only iterates the given directory, creates extension-named folders, and moves files; it does not read unrelated system files, access the network, or reference environment variables.
Install Mechanism
No install spec is provided and no external downloads or package installations occur. The skill is an included Python script which will run locally — low installation risk.
Credentials
The skill requires no environment variables, credentials, or config paths. That aligns with its simple file-organizing purpose.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but not combined with other risky features here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install filesorter-by-ext - 安装完成后,直接呼叫该 Skill 的名称或使用
/filesorter-by-ext触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of FileSorter by Extension.
- Automatically organizes files into folders by file extension.
- Supports sorting in the current or specified directory.
- Optional verbose output to display sorting actions.
- Simple command-line interface for ease of use.
元数据
常见问题
Filesorter By Ext 是什么?
Automatically sorts files in a directory into folders named by file extension to organize and declutter your filesystem quickly. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Filesorter By Ext?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install filesorter-by-ext」即可一键安装,无需额外配置。
Filesorter By Ext 是免费的吗?
是的,Filesorter By Ext 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Filesorter By Ext 支持哪些平台?
Filesorter By Ext 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Filesorter By Ext?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills