← 返回 Skills 市场
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf2jpg
功能描述
Convert PDF files to JPEG images with pdftoppm, support optional page ranges, and bundle generated JPGs into a zip archive for sharing. Use when a user wants...
安全使用建议
This skill appears coherent and low-risk: it runs local shell scripts that call pdftoppm and zip to create images and an archive. Before installing, ensure you have poppler-utils (pdftoppm) and zip installed. Review the included scripts if you want to confirm behavior (they will write JPG files next to the source PDF and create a zip). As with any tool that processes untrusted files, avoid running it on sensitive systems or highly privileged directories and be aware that PDF parsers can occasionally contain vulnerabilities—keep poppler up to date. If you need the zip written to a specific directory, provide an explicit output path when invoking the zip script to avoid accidental writes.
功能分析
Type: OpenClaw Skill
Name: pdf2jpg
Version: 1.0.0
The skill bundle provides standard utility scripts for converting PDF files to JPEG images and archiving them. The scripts (pdf2jpg.sh and zip_jpgs.sh) use well-known system utilities (pdftoppm and zip) and follow safe shell scripting practices, such as using arrays for command execution to prevent shell injection and implementing strict error handling. No indicators of malicious intent, data exfiltration, or prompt injection were found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included scripts (pdf2jpg.sh and zip_jpgs.sh) are consistent: they convert a PDF to JPEGs with pdftoppm and optionally bundle them. There are no unrelated binaries or environment variables requested.
Instruction Scope
The instructions are narrowly scoped: verify input PDF exists, check for pdftoppm, run pdftoppm with optional page range, and zip matching JPGs. The scripts only read the supplied PDF and write images/zip files beside it; they do not access other system config, environment secrets, or external endpoints.
Install Mechanism
No install spec or external downloads are present. This is an instruction-only skill with included shell scripts; nothing is fetched from arbitrary URLs and no archives are extracted.
Credentials
The skill requests no environment variables or credentials. Its runtime needs (pdftoppm and zip) are reasonable for the described functionality. Note: SKILL.md documents installing poppler-utils but does not explicitly mention that 'zip' must be available; zip is used by the zip script.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or global agent configuration, and contains no autonomous privilege-excessive behavior beyond normal invocation of local commands.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf2jpg - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf2jpg触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: convert PDF pages to JPG with pdftoppm, support page ranges, and zip generated images for sharing. Includes dependency checks and installation notes for poppler-utils.
元数据
常见问题
pdf2jpg 是什么?
Convert PDF files to JPEG images with pdftoppm, support optional page ranges, and bundle generated JPGs into a zip archive for sharing. Use when a user wants... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 pdf2jpg?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf2jpg」即可一键安装,无需额外配置。
pdf2jpg 是免费的吗?
是的,pdf2jpg 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pdf2jpg 支持哪些平台?
pdf2jpg 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pdf2jpg?
由 luohongq(@luohongq)开发并维护,当前版本 v1.0.0。
推荐 Skills