📦 Word To Jpg — Word转高清图
v1.0.1一键把 .docx/.doc 文档批量输出为高清 JPG 图片,100% 保留原排版;先经 Word COM 接口导出 PDF,再用 PyMuPDF 精准渲染,支持多页拆分、分辨率自定义,无需装 Office 也能云端调用。
0· 86·0 当前·0 累计
下载技能包
最后更新
2026/3/30
安全扫描
OpenClaw
可疑
high confidenceThe skill is mostly what it claims (Word → PDF → JPG), but metadata omits the real runtime requirements (Microsoft Word + Windows COM), and the script launches Word to open documents — which can execute macros — so there are coherence and safety concerns the user should understand before installing.
评估建议
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 document...详细分析 ▾
⚠ 用途与能力
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.
⚠ 指令范围
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.
ℹ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/30
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.
● 无害
安装命令
点击复制官方npx clawhub@latest install word-to-jpg
镜像加速npx clawhub@latest install word-to-jpg --registry https://cn.longxiaskill.com