← Back to Skills Marketplace
134
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ollie-file-processor
Description
通用文件处理技能,用于批量重命名和格式转换。当用户需要批量重命名文件(添加前缀/后缀、替换文本、编号重命名、正则表达式重命名)或转换文件格式(图片格式转换、PDF与图片互转、DOCX转PDF、Markdown转PDF)时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ollie-file-processor - After installation, invoke the skill by name or use
/ollie-file-processor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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”
Metadata
Frequently Asked Questions
What is Ollie File Processor?
通用文件处理技能,用于批量重命名和格式转换。当用户需要批量重命名文件(添加前缀/后缀、替换文本、编号重命名、正则表达式重命名)或转换文件格式(图片格式转换、PDF与图片互转、DOCX转PDF、Markdown转PDF)时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Ollie File Processor?
Run "/install ollie-file-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ollie File Processor free?
Yes, Ollie File Processor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ollie File Processor support?
Ollie File Processor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ollie File Processor?
It is built and maintained by ollielin (@ollielin); the current version is v1.0.1.
More Skills