← 返回 Skills 市场
281
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf2image
功能描述
Convert multi-page PDFs into a single vertical long image by concatenating all pages. Use when the user asks to convert PDF to long image, combine PDF pages...
安全使用建议
This skill appears to do exactly what it claims: run a local Python script that renders PDF pages and concatenates them. Before installing, ensure you are comfortable running Python code from this skill and install the listed dependencies (pymupdf, pillow). Be aware that very long output images can be large in memory/disk use. If you need higher assurance, inspect the included script file yourself (it is short and readable) or run it in a sandboxed environment.
功能分析
Type: OpenClaw Skill
Name: pdf2image
Version: 1.0.0
The skill is a straightforward utility for converting multi-page PDFs into a single vertical image. The Python script (pdf_to_long_image.py) uses standard libraries (pymupdf and pillow) to render and concatenate pages, and the SKILL.md instructions accurately describe the tool's functionality without any signs of prompt injection, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
Name/description match the included Python script and SKILL.md. Required libraries (pymupdf, pillow) are appropriate for PDF rendering and image composition; no extraneous binaries, credentials, or unrelated resources are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script with the PDF input and optional scale/output arguments. The instructions only reference the script path and expected dependencies; they do not read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
This is instruction-only with no install spec. SKILL.md recommends installing pymupdf and pillow via pip (uv pip). No remote downloads or archive extraction are performed by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not require access to unrelated secrets or system configuration.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous model invocation is allowed (default) but there is no evidence this skill needs persistent elevated presence or modifies other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf2image - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf2image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0
元数据
常见问题
pdf2img 是什么?
Convert multi-page PDFs into a single vertical long image by concatenating all pages. Use when the user asks to convert PDF to long image, combine PDF pages... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。
如何安装 pdf2img?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf2image」即可一键安装,无需额外配置。
pdf2img 是免费的吗?
是的,pdf2img 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pdf2img 支持哪些平台?
pdf2img 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pdf2img?
由 kiefer(@kieferhuan)开发并维护,当前版本 v1.0.0。
推荐 Skills