← 返回 Skills 市场
albionaiinc-del

File Organizer By Ext

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install file-organizer-by-ext
功能描述
Organizes files into folders based on their extensions, streamlining directory cleanup by sorting files like pdfs or images into separate folders.
使用说明 (SKILL.md)

File Organizer by Extension

Organizes files in a directory by moving them into folders named after their file extensions (e.g., .pdf → pdf/, .jpg → jpg/). Simple, fast, and effective for cleaning up messy folders.

Usage

# Organize current directory
python file_organizer_by_ext.py

# Organize specific directory
python file_organizer_by_ext.py ~/Downloads

# Verbose mode to see what was moved
python file_organizer_by_ext.py ~/Desktop -v

Price

$2.00

安全使用建议
This appears to be a simple, coherent file-organizer. Before running: (1) note the README references file_organizer_by_ext.py but the packaged script is tool.py — run 'python tool.py' or rename as desired; (2) test on a non-critical directory or a copy first (there's no dry-run), since files will be moved; (3) review the small tool.py file yourself if you want to confirm behavior (it's short and readable); (4) if you expect to run this often, consider adding backups or versioning to avoid accidental loss of expected file paths.
功能分析
Type: OpenClaw Skill Name: file-organizer-by-ext Version: 1.0.0 The skill is a straightforward utility for organizing files into subdirectories based on their extensions. The code in tool.py uses standard libraries (pathlib, shutil) safely and matches the description in SKILL.md. No suspicious behaviors or indicators of malice were found.
能力评估
Purpose & Capability
The included tool.py implements exactly what the skill claims: it moves files into subdirectories named by lowercased extensions and only operates on files in the targeted directory. There are no extra capabilities (network, credential access, or system config changes).
Instruction Scope
SKILL.md usage is scoped to running the Python script to organize a directory, but it references a different filename (file_organizer_by_ext.py) than the included tool (tool.py). Also SKILL.md lists a price ($2.00) which is informational only. The instructions will move files (destructive operation) and do not provide a dry-run option — users should be aware this will relocate files in-place.
Install Mechanism
No install spec is provided (instruction-only with a bundled code file). Nothing is downloaded or executed from external URLs; the code is local and self-contained, so install risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not read environment variables or external secrets.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify other skills or system-wide settings. It only performs file operations in the directory you point it at.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install file-organizer-by-ext
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /file-organizer-by-ext 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of File Organizer by Extension - Organizes files into folders based on their extensions. - Supports organizing the current or a specified directory. - Includes a verbose mode to display moved files. - Simple command-line usage for quick folder cleanup.
元数据
Slug file-organizer-by-ext
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

File Organizer By Ext 是什么?

Organizes files into folders based on their extensions, streamlining directory cleanup by sorting files like pdfs or images into separate folders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 File Organizer By Ext?

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

File Organizer By Ext 是免费的吗?

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

File Organizer By Ext 支持哪些平台?

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

谁开发了 File Organizer By Ext?

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

💬 留言讨论