← Back to Skills Marketplace
kieferhuan

pdf2img

by kiefer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
281
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install pdf2image
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pdf2image
  3. After installation, invoke the skill by name or use /pdf2image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0
Metadata
Slug pdf2image
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.

How do I install pdf2img?

Run "/install pdf2image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pdf2img free?

Yes, pdf2img is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does pdf2img support?

pdf2img is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pdf2img?

It is built and maintained by kiefer (@kieferhuan); the current version is v1.0.0.

💬 Comments