← 返回 Skills 市场
albionaiinc-del

Clean Filenames

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clean-filenames
功能描述
Removes invalid characters and normalizes whitespace in filenames for safe, consistent, and cross-platform compatible file naming.
使用说明 (SKILL.md)

Clean Filenames

Strips invalid characters, normalizes whitespace, and safely renames files to ensure cross-platform compatibility and professional organization.

Usage

# Clean files in current directory
clean_filenames

# Clean files in specific directory
clean_filenames ~/Documents/Downloads

# Recursively clean all subdirectories
clean_filenames ~/Photos -r

# Clean a single file
clean_filenames "broken file name: 2023?.jpg"

Price

$2.50

安全使用建议
This skill appears to do only local filename sanitization and contains no networking or credential access. Before installing or running it: (1) test it in a safe directory or on copies of files (it will rename files and skip conflicts), (2) back up important files in case names change in unexpected ways, and (3) note that SKILL.md references a 'clean_filenames' command while the package provides tool.py — you may need to run the script directly or create a small wrapper/installation if you want a named CLI.
功能分析
Type: OpenClaw Skill Name: clean-filenames Version: 1.0.0 The skill is a straightforward utility for sanitizing filenames to ensure cross-platform compatibility. The Python script (tool.py) uses standard libraries to replace invalid characters and normalize whitespace, including safety checks to prevent file overwriting. There are no signs of data exfiltration, malicious execution, or prompt injection in SKILL.md.
能力评估
Purpose & Capability
Name and description match the included tool.py which sanitizes and renames filenames; there are no unexpected environment variables, binaries, or external services required.
Instruction Scope
SKILL.md usage examples describe running a local CLI to clean filenames; the runtime instructions and the code operate only on local file paths. Minor note: SKILL.md refers to a command named 'clean_filenames' while the distributed file is tool.py (no install spec), so users may need to run the script directly or install a wrapper — this is an operational mismatch but not a security concern.
Install Mechanism
No install specification is provided (instruction-only with an included tool.py). Nothing is downloaded or extracted from external URLs.
Credentials
The skill requests no environment variables, credentials, or config paths — consistent with a local file-renaming utility.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It only performs local file operations when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clean-filenames
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clean-filenames 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Clean Filenames. - Strips invalid characters and normalizes whitespace in file names. - Safely renames files for cross-platform compatibility. - Supports directories, recursive cleaning, and single-file cleaning. - Simple command-line interface with flexible options. - Available for $2.50.
元数据
Slug clean-filenames
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Clean Filenames 是什么?

Removes invalid characters and normalizes whitespace in filenames for safe, consistent, and cross-platform compatible file naming. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 Clean Filenames?

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

Clean Filenames 是免费的吗?

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

Clean Filenames 支持哪些平台?

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

谁开发了 Clean Filenames?

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

💬 留言讨论