← 返回 Skills 市场
krishnakumarmahadevan-cmd

PDF To PPTX

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
311
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-to-pptx
功能描述
Converts PDF documents into editable PowerPoint presentations with intelligent content extraction and formatting.
使用说明 (SKILL.md)

Overview

PDF to PowerPoint is a document conversion API that transforms static PDF files into dynamic, editable PowerPoint presentations. This tool intelligently extracts text, images, and layout information from PDF documents and reconstructs them in PPTX format, preserving structure and visual hierarchy while enabling further customization.

The service is designed for professionals who need to repurpose PDF content into presentation-ready formats. Whether you're converting reports, whitepapers, or structured documents, this API handles the conversion pipeline end-to-end, reducing manual reformatting time and maintaining content integrity throughout the process.

Ideal users include business analysts, consultants, educators, and content teams who regularly work with mixed document formats and require programmatic conversion capabilities as part of larger automation workflows.

Usage

Sample Request:

{
  "file": "\x3Cbinary PDF file content>"
}

Upload a PDF file using multipart/form-data encoding. The file parameter should contain the raw binary data of your PDF document.

Sample Response:

{
  "status": "success",
  "message": "PDF conversion completed",
  "output_file": "document_converted.pptx",
  "pages_processed": 12,
  "conversion_time_ms": 2450,
  "file_url": "https://api.mkkpro.com/files/abc123def456/document_converted.pptx"
}

The response includes the converted PowerPoint file URL, processing metrics, and status confirmation for download and integration.

Endpoints

POST /upload-pdf

Uploads and converts a PDF file to PowerPoint format.

Method: POST

Path: /upload-pdf

Description: Accepts a PDF document via multipart file upload and initiates the conversion process to generate an editable PowerPoint presentation.

Parameters:

Name Type Required Description
file binary (file) Yes The PDF file to be converted. Must be a valid PDF document in binary format.

Request Content-Type: multipart/form-data

Response (200 - Success):

Content-Type: application/json
Status: 200 OK

{
  "status": "success",
  "message": "string",
  "output_file": "string",
  "pages_processed": "integer",
  "conversion_time_ms": "integer",
  "file_url": "string"
}

Response (422 - Validation Error):

Content-Type: application/json
Status: 422 Unprocessable Entity

{
  "detail": [
    {
      "loc": ["string" | integer],
      "msg": "string",
      "type": "string"
    }
  ]
}

Returned when the uploaded file fails validation (missing, invalid format, or corrupt PDF).

Pricing

Plan Calls/Day Calls/Month Price
Free 5 50 Free
Developer 20 500 $39/mo
Professional 200 5,000 $99/mo
Enterprise 100,000 1,000,000 $299/mo

About

ToolWeb.in — 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/creative/pdf-to-pptx
  • API Docs: https://api.mkkpro.com:8001/docs
安全使用建议
This skill appears to be what it claims (a wrapper for a conversion API) and doesn't request credentials or install code, but it will upload your PDF files to an external service (api.mkkpro.com). Before installing or using with sensitive documents: (1) verify the service owner and privacy/retention policy for file uploads, (2) test with non-sensitive sample files, (3) confirm uploads use HTTPS and check the endpoint domain is legitimate, and (4) consider an offline or self-hosted converter if you need to keep data local. The lack of a homepage or clear publisher reduces trust — treat uploads as potentially exposed unless you can verify the provider.
功能分析
Type: OpenClaw Skill Name: pdf-to-pptx Version: 1.0.0 The skill bundle defines a legitimate document conversion tool that wraps a remote API (api.mkkpro.com) to convert PDF files to PowerPoint presentations. The SKILL.md and openapi.json files provide clear, consistent instructions for the agent to handle file uploads via multipart/form-data, and there is no evidence of malicious intent, prompt injection, or unauthorized data exfiltration beyond the intended document processing.
能力评估
Purpose & Capability
The name/description match the behavior in SKILL.md and openapi.json (an API that accepts a PDF and returns a PPTX). No unexpected binaries, installs, or credentials are requested that would be unrelated to conversion.
Instruction Scope
The instructions explicitly direct uploading the user's PDF to an external API (https://api.mkkpro.com). This is coherent with the stated purpose but means user files are sent off-platform — a privacy/trust concern rather than an incoherence. The SKILL.md does not instruct reading other files, env vars, or system state.
Install Mechanism
No install spec or code files are included (instruction-only). This is low-risk because nothing will be written or executed on disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to an HTTP-based conversion service.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-to-pptx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-to-pptx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of PDF to PowerPoint conversion API. - Converts PDF files to editable PPTX format, preserving text, images, and layout. - Simple endpoint for file upload and automated conversion. - Includes detailed API documentation, sample requests/responses, and error handling. - Features usage-based pricing tiers for different user needs.
元数据
Slug pdf-to-pptx
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

PDF To PPTX 是什么?

Converts PDF documents into editable PowerPoint presentations with intelligent content extraction and formatting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 311 次。

如何安装 PDF To PPTX?

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

PDF To PPTX 是免费的吗?

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

PDF To PPTX 支持哪些平台?

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

谁开发了 PDF To PPTX?

由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论