← 返回 Skills 市场
albionaiinc-del

File Sorter By Ext

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install file-sorter-by-ext
功能描述
Automatically organizes files into folders by their extension within a specified directory to keep files systematically sorted.
使用说明 (SKILL.md)

File Sorter by Extension

Automatically organizes files in a directory by their file extension into labeled folders, helping users maintain clean, structured directories without manual sorting.

Usage

Sort files in the current directory:

python file_sorter_by_ext.py

Sort files in a specific directory:

python file_sorter_by_ext.py /path/to/downloads

Price

$2.50

安全使用建议
This skill appears to do what it says: it will move files into subfolders named after their extensions and does not contact external services or request secrets. Before using it: (1) note that the SKILL.md references a different filename ('file_sorter_by_ext.py') — confirm which script you run (use the included tool.py or rename it if needed); (2) understand it moves files (shutil.move), not copy — run it in a test directory or backup important files first; (3) review the script yourself if you want to verify behavior for symlinks, hidden files, or other edge cases; and (4) the SKILL.md lists a price but there is no payment mechanism in the code — confirm billing/installation expectations with the provider if relevant.
功能分析
Type: OpenClaw Skill Name: file-sorter-by-ext Version: 1.0.0 The skill is a straightforward utility for organizing files into subdirectories based on their file extensions. The Python script (tool.py) uses standard libraries (pathlib, shutil) to perform local file operations without any network activity, credential access, or suspicious execution patterns.
能力评估
Purpose & Capability
The skill is described as a file sorter and the included Python code implements exactly that behavior (creating extension-named folders and moving files into them). There are no unrelated binaries, env vars, or external services requested.
Instruction Scope
SKILL.md instructs running 'python file_sorter_by_ext.py' but the repository contains 'tool.py' (name mismatch). Aside from that mismatch and an unrelated 'Price' line, the instructions are limited to running the local script and do not ask for additional files, credentials, or network calls.
Install Mechanism
No install spec is present; this is an instruction-only skill with a single local Python script — nothing is downloaded or installed automatically.
Credentials
No environment variables, credentials, or config paths are requested or used. The code operates on the local filesystem only.
Persistence & Privilege
The skill does not request permanent presence, nor does it modify other skills or system-wide settings. It runs as a simple local utility when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install file-sorter-by-ext
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /file-sorter-by-ext 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of File Sorter by Extension. - Automatically organizes files into folders based on their file extension. - Supports sorting in the current or a specified directory. - Simple command-line usage for quick file organization. - Available for $2.50.
元数据
Slug file-sorter-by-ext
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

File Sorter By Ext 是什么?

Automatically organizes files into folders by their extension within a specified directory to keep files systematically sorted. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 File Sorter By Ext?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install file-sorter-by-ext」即可一键安装,无需额外配置。

File Sorter By Ext 是免费的吗?

是的,File Sorter By Ext 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

File Sorter By Ext 支持哪些平台?

File Sorter By Ext 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 File Sorter By Ext?

由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。

💬 留言讨论