← 返回 Skills 市场
jvtop

Pdf To Ppt

作者 jvtop · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
141
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-to-ppt
功能描述
Convert PDF files to PowerPoint presentations via intermediate image rendering. Created collaboratively with 贾维斯 (AI assistant) by Hugo. Use when working wit...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-to-ppt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-to-ppt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pdf-to-ppt
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Pdf To Ppt 是什么?

Convert PDF files to PowerPoint presentations via intermediate image rendering. Created collaboratively with 贾维斯 (AI assistant) by Hugo. Use when working wit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Pdf To Ppt?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-to-ppt」即可一键安装,无需额外配置。

Pdf To Ppt 是免费的吗?

是的,Pdf To Ppt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pdf To Ppt 支持哪些平台?

Pdf To Ppt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pdf To Ppt?

由 jvtop(@jvtop)开发并维护,当前版本 v1.0.0。

💬 留言讨论