← 返回 Skills 市场
108
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install word-to-jpg
功能描述
Convert Word documents (.docx/.doc) to high-quality JPG images with 100% formatting fidelity. Uses Word COM interface to export PDF, then PyMuPDF renders at...
安全使用建议
This skill will work only on a Windows host with Microsoft Word installed because it uses Word's COM interface (comtypes) to export PDF before rendering with PyMuPDF. The package metadata did not declare this OS/binary requirement — be aware it may fail silently on non-Windows systems. Crucially, the converter opens Word documents via automation; Word may run embedded macros or other active content depending on your Word security settings. Do not use this skill to auto-convert untrusted documents on sensitive machines. If you proceed: (1) run it in a sandbox or isolated VM, (2) ensure Word macro settings / Protected View are configured appropriately, (3) inspect incoming documents before conversion, and (4) be comfortable installing comtypes and pymupdf via pip. If you need a cross-platform or safer option, consider a purely PDF-based renderer (that never launches Word) or a service that extracts pages without executing document code.
功能分析
Type: OpenClaw Skill
Name: word-to-jpg
Version: 1.0.1
The skill is a legitimate utility for converting Word documents to JPG images. It uses the Microsoft Word COM interface (via comtypes) and PyMuPDF (fitz) as described in SKILL.md. The script word-to-jpg-converter.py follows a transparent logic: it locates the document, automates Word to export a PDF, and then renders that PDF into high-resolution images. There are no signs of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
The skill's stated purpose (convert Word → JPG) matches the code and instructions. However, the registry metadata lists no required binaries or OS restriction while the SKILL.md and script explicitly require Microsoft Word via the Windows COM interface (comtypes). That means the skill effectively requires a Windows host with MS Word installed, but this is not declared in the metadata — an inconsistency that could mislead users about where it will work and what it needs.
Instruction Scope
The SKILL.md and the script instruct the agent to automatically find and open Word documents from ~/.openclaw/media/inbound (or any user-provided path) and use Word COM to open and save-as PDF. Opening Word documents via automation can trigger document macros or other Word behaviours depending on the host's Word security settings. The skill does not disable macros, use protected view, or otherwise mitigate execution of embedded macros — a notable safety risk when processing untrusted documents.
Install Mechanism
This is an instruction-only skill with no install spec; the SKILL.md tells users to pip install comtypes and pymupdf. Those are normal PyPI packages; comtypes enables Windows COM automation and PyMuPDF handles rendering. There is no download-from-untrusted-URL or archive extraction. Note: comtypes is Windows-specific in this use, but the skill does not declare an OS requirement.
Credentials
The skill does not request environment variables, external credentials, or access to unrelated services. It only reads/writes files under ~/.openclaw and any user-supplied path, which is proportional to its file-conversion purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent platform privileges or modify other skills' configs. Its filesystem activity is limited to its own ~/.openclaw directories (and any user-provided paths).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-to-jpg - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-to-jpg触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
word-to-jpg v1.0.1
- Added detailed instructions for converting Word documents to high-quality JPG images at 300 DPI.
- Updated usage examples and trigger phrases for easier operation.
- Improved documentation on supported features, dependencies, output paths, and common troubleshooting.
- Clarified file and output naming conventions and compatibility requirements.
v1.0.0
word-to-jpg 1.0.0 – Initial release
- Converts Word documents (.docx/.doc) to high-quality JPG images with 100% formatting fidelity.
- Uses Word COM interface for PDF export, then PyMuPDF renders images at 300 DPI.
- Fully supports Chinese filenames, multi-page documents, and automatic cleanup.
- Outputs images to a dedicated outbound directory with predictable naming.
- Requires Microsoft Word installed and Python dependencies: comtypes, pymupdf.
元数据
常见问题
Word To Jpg 是什么?
Convert Word documents (.docx/.doc) to high-quality JPG images with 100% formatting fidelity. Uses Word COM interface to export PDF, then PyMuPDF renders at... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Word To Jpg?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-to-jpg」即可一键安装,无需额外配置。
Word To Jpg 是免费的吗?
是的,Word To Jpg 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word To Jpg 支持哪些平台?
Word To Jpg 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Word To Jpg?
由 Skyler(@jerryxue185-png)开发并维护,当前版本 v1.0.1。
推荐 Skills