← Back to Skills Marketplace
jvtop

Pdf To Ppt

by jvtop · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install pdf-to-ppt
Description
Convert PDF files to PowerPoint presentations via intermediate image rendering. Created collaboratively with 贾维斯 (AI assistant) by Hugo. Use when working wit...
Usage Guidance
This skill appears to do exactly what it says: convert PDFs to PPTX by rendering pages as images. Before installing/using it: 1) be prepared to install PyMuPDF and python-pptx into the Python environment you will run it in; 2) note the script writes intermediate image files to disk (defaults to an images/ subfolder next to the PDF) and large PDFs or high zoom settings can consume significant RAM and disk; 3) the README mentions supplying a PDF password via environment variable, but the included script does not implement that — if you need to handle password-protected PDFs, either modify the script to accept a password or use a tool that supports it; 4) there is no network activity or credential exfiltration in the code, but always run third-party scripts in an isolated environment if you are unsure.
Capability Analysis
Type: OpenClaw Skill Name: pdf-to-ppt Version: 1.0.0 The skill bundle is a legitimate utility for converting PDF files into PowerPoint presentations by rendering pages as images. The Python script (scripts/pdf_to_ppt.py) uses standard libraries (PyMuPDF and python-pptx) and contains no evidence of malicious execution, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill name/description match the included script: it renders PDF pages to images (PyMuPDF) and assembles those images into a .pptx (python-pptx). Required libraries are exactly those declared in SKILL.md and are proportionate to the stated purpose.
Instruction Scope
Runtime instructions stay within scope (run the provided script on a local PDF, produce images and a PPT). Minor mismatch: SKILL.md mentions providing a PDF password via environment variable “if supported”, but the shipped script does not accept or read any password env var or password argument. Otherwise the instructions do not ask the agent to read unrelated files, contact external endpoints, or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only), and the included Python script is local. Dependencies are typical Python packages (PyMuPDF, python-pptx) and are installed via pip per the documentation — no remote arbitrary downloads or obscure installers are used.
Credentials
The skill declares no required environment variables and the script does not read any secrets. The only inconsistency is the SKILL.md mention of supplying a PDF password via environment variable 'if supported' even though the script offers no such mechanism; this is a documentation mismatch rather than a secret request.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always:false, user-invocable:true). It does not modify other skills or global agent settings. Normal autonomous invocation is allowed by platform defaults but does not introduce new risk here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pdf-to-ppt
  3. After installation, invoke the skill by name or use /pdf-to-ppt
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of pdf-to-ppt skill for converting PDF documents into PowerPoint presentations by rendering each PDF page as an image and assembling them into slides. - Supports visual fidelity for design drawings, scanned presentations, and other visually-focused PDFs. - Provides configurable image rendering quality, slide size, and output format (PNG/JPG). - Offers both basic and advanced command-line options for flexibility and batch conversion. - Automatic installation of required dependencies (`PyMuPDF`, `python-pptx`). - Includes troubleshooting tips and workflow suggestions for best results.
Metadata
Slug pdf-to-ppt
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Pdf To Ppt?

Convert PDF files to PowerPoint presentations via intermediate image rendering. Created collaboratively with 贾维斯 (AI assistant) by Hugo. Use when working wit... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Pdf To Ppt?

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

Is Pdf To Ppt free?

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

Which platforms does Pdf To Ppt support?

Pdf To Ppt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pdf To Ppt?

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

💬 Comments