← 返回 Skills 市场
134
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ollie-file-processor
功能描述
通用文件处理技能,用于批量重命名和格式转换。当用户需要批量重命名文件(添加前缀/后缀、替换文本、编号重命名、正则表达式重命名)或转换文件格式(图片格式转换、PDF与图片互转、DOCX转PDF、Markdown转PDF)时使用此技能。
安全使用建议
This package appears coherent and limited to local file operations. Before installing/using it: 1) Back up important files and use the dry_run preview mode to verify changes. 2) Install only the listed Python packages (Pillow, pdf2image, docx2pdf, markdown, weasyprint) and Poppler if needed for PDF work. 3) Note the rename script prompts for an interactive confirmation (may block non-interactive agents); consider running it manually or ensuring input can be provided. 4) Because the source is 'unknown', prefer to review the scripts yourself and run them in a safe test directory first. If you need the agent to run this autonomously, be aware it will be able to modify files in any directory you provide—only grant that when you trust the skill and the specified paths.
功能分析
Type: OpenClaw Skill
Name: ollie-file-processor
Version: 1.0.1
The skill bundle provides legitimate file renaming and format conversion utilities. The Python scripts (scripts/rename_files.py and scripts/convert_format.py) use standard libraries like Pillow, pdf2image, and docx2pdf to perform batch operations as described in SKILL.md. There is no evidence of data exfiltration, unauthorized network access, or malicious intent; the code includes safety features such as dry-run modes and user confirmation prompts before renaming files.
能力评估
Purpose & Capability
The name/description, SKILL.md, and included Python scripts all match: batch renaming and file format conversion. Declared dependencies (Pillow, pdf2image, docx2pdf, markdown, weasyprint, and Poppler note) align with the functionality. No unrelated binaries or environment variables are requested.
Instruction Scope
SKILL.md instructs only local operations (listing a directory, converting files, renaming) and recommends dry-run/backup. The runtime instructions and examples directly map to functions in the provided scripts. There are no instructions to read unrelated system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only skill with bundled scripts). That's low risk. The code relies on standard pip-installable Python packages and documents native dependency (Poppler) for pdf2image; no downloads from untrusted URLs or archive extraction are present in the package.
Credentials
The skill requests no environment variables or credentials. The only external requirements are Python libraries and, on Windows, Poppler—these are proportional and directly relevant to the described capabilities.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges. always is false and the skill does not modify other skills or system-wide configurations. It performs local file operations within the user-supplied directory only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ollie-file-processor - 安装完成后,直接呼叫该 Skill 的名称或使用
/ollie-file-processor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Skill name updated from "file-processor" to "ollie-file-processor".
- No functional or internal file changes in this version.
- All documentation, usage examples, and features remain the same as the previous release.
v1.0.0
**重大更新:Skill 重构为通用文件重命名与格式转换工具**
- 删除腾讯云 MPS 相关所有功能和说明,Skill 完全改为本地文件处理范畴
- 新增 `scripts/rename_files.py` (批量重命名),`scripts/convert_format.py` (格式转换)两大全新脚本
- 支持文件批量添加前缀/后缀、替换、编号和正则重命名
- 支持图片、PDF、Word、Markdown 文件的多种格式互转
- 文档更新为通用文件处理指引,详细示例代码和命令行用法
- 删除旧 references、MPS 脚本,Skill 更名为“file-processor”
元数据
常见问题
Ollie File Processor 是什么?
通用文件处理技能,用于批量重命名和格式转换。当用户需要批量重命名文件(添加前缀/后缀、替换文本、编号重命名、正则表达式重命名)或转换文件格式(图片格式转换、PDF与图片互转、DOCX转PDF、Markdown转PDF)时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Ollie File Processor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ollie-file-processor」即可一键安装,无需额外配置。
Ollie File Processor 是免费的吗?
是的,Ollie File Processor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ollie File Processor 支持哪些平台?
Ollie File Processor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ollie File Processor?
由 ollielin(@ollielin)开发并维护,当前版本 v1.0.1。
推荐 Skills