← 返回 Skills 市场
Fileclean
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fileclean
功能描述
Removes dates, hashes, UUIDs, and extra symbols from filenames to create clean, readable file names.
使用说明 (SKILL.md)
FileClean
Cleans filename clutter by removing date timestamps, hashes, UUIDs, and excessive symbols, transforming messy filenames like report_20230101_a1b2c3d.pdf into clean, readable ones like Report.pdf.
Usage
Preview changes:
python fileclean.py ~/Downloads ~/Documents --skip-ext pdf jpg
Apply changes:
python fileclean.py myfile.txt --rename
Price
$2.75
安全使用建议
This appears to be a simple filename-cleaning script. Before installing or running it: 1) Note the SKILL.md examples call fileclean.py but the repository contains tool.py — invoke the provided script (python tool.py) or rename it appropriately. 2) Run in preview mode (no --rename) first to verify planned changes. 3) Test on a small copy of files or a safe directory to confirm the regex behavior and capitalization meet your expectations. 4) Be aware renaming is done in-place and the script doesn't check for name collisions — backups are recommended to avoid accidental overwrite or data loss. 5) The inclusion of a price line in SKILL.md is informational only; it has no technical effect. If you want higher assurance, ask the author to fix the filename mismatch and to add collision detection or a dry-run/backup option.
功能分析
Type: OpenClaw Skill
Name: fileclean
Version: 1.0.0
The skill is a straightforward utility for cleaning filenames by removing timestamps, UUIDs, and hex strings. The implementation in tool.py uses standard Python libraries (os, re, argparse) and performs only the file renaming actions described in SKILL.md, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The code (tool.py) implements filename cleaning (removing timestamps, hex strings, UUIDs, separators) which matches the declared purpose. There are no unrelated environment variables, binaries, or external services requested. Minor mismatch: SKILL.md examples call python fileclean.py but the included script is tool.py.
Instruction Scope
Runtime instructions stay within the stated purpose (preview then rename). However SKILL.md references a different filename (fileclean.py) than the included tool (tool.py). Also the script operates non-recursively (os.listdir) and will rename files in place; name collisions during rename could overwrite files — the tool does not appear to check for existing destination filenames or provide collision avoidance.
Install Mechanism
No install spec or network downloads; the skill ships a small Python script. This is low-risk from an install perspective.
Credentials
No environment variables, credentials, or config paths are requested. The tool only accesses local filesystem paths provided as arguments, which is proportionate to its purpose.
Persistence & Privilege
The skill does not request permanent presence, does not modify other skills or system-wide configs, and has normal, on-demand invocation behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fileclean - 安装完成后,直接呼叫该 Skill 的名称或使用
/fileclean触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of FileClean.
- Cleans filenames by removing date stamps, hashes, UUIDs, and excess symbols.
- Transforms cluttered filenames into clean, readable formats.
- Supports preview and direct renaming via command-line options.
- Allows skipping specified file extensions.
元数据
常见问题
Fileclean 是什么?
Removes dates, hashes, UUIDs, and extra symbols from filenames to create clean, readable file names. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Fileclean?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fileclean」即可一键安装,无需额外配置。
Fileclean 是免费的吗?
是的,Fileclean 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fileclean 支持哪些平台?
Fileclean 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fileclean?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills