← Back to Skills Marketplace
jnbno1163

pdf-image-extractor

by jnbno1163 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pdf-image-extractor
Description
Extract images from PDFs in original, 800x800 web-ready, or compressed under 50KB formats for printing, e-commerce, or social media use.
Usage Guidance
This package appears to do exactly what it says: extract and resize images from PDFs locally. Before using: 1) Inspect and, if desired, edit the pdf_folder and output_folder paths in each script so they point to safe folders; 2) Run pip installs inside a Python virtual environment; 3) Test on a small, non-sensitive PDF set first to confirm behavior; 4) Note the default config targets a Windows E:\ path—change it if you are on another OS; 5) If you need network isolation, run the scripts offline or in a sandbox/VM—these scripts do not perform any network calls according to the source.
Capability Analysis
Type: OpenClaw Skill Name: pdf-image-extractor Version: 1.0.0 The skill bundle is a legitimate tool for extracting images from PDF files using PyMuPDF and Pillow. The scripts (extract_original.py, extract_standard.py, extract_compress.py) perform local file processing and image manipulation as described, with no evidence of network activity, data exfiltration, or malicious intent. While the scripts contain hardcoded local Windows paths (e.g., E:\AI家具链\家具素材库), these are clearly marked as configuration sections for the user to modify.
Capability Assessment
Purpose & Capability
Name and description align with the provided scripts: three modes (original, standard, compress) implemented in local Python scripts using PyMuPDF and Pillow. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs installing Python packages, editing the top-of-file CONFIG variables (pdf_folder/output_folder), and running the appropriate script. The scripts only read PDFs from the configured folder and write images to the configured output; they do not access other system resources, network endpoints, or environment variables.
Install Mechanism
There is no formal install spec; the README asks the user to pip install pymupdf and pillow. The repository includes runnable Python scripts (no external downloads or extract steps). Recommend using a virtualenv when installing dependencies to avoid changing global Python packages.
Credentials
No environment variables, credentials, or external config paths are required. The scripts use local file-system paths only (user must edit pdf_folder/output_folder). Default config values point to a Windows E:\ path, which is a convenience/default but not a security-sensitive requirement.
Persistence & Privilege
The skill is not forced-always, and it does not modify agent/system configuration. It runs as a normal user process and only writes extracted images to the configured output folder.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pdf-image-extractor
  3. After installation, invoke the skill by name or use /pdf-image-extractor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pdf-image-extractor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is pdf-image-extractor?

Extract images from PDFs in original, 800x800 web-ready, or compressed under 50KB formats for printing, e-commerce, or social media use. It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.

How do I install pdf-image-extractor?

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

Is pdf-image-extractor free?

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

Which platforms does pdf-image-extractor support?

pdf-image-extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pdf-image-extractor?

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

💬 Comments