Pptx To Markdown

v1.0.0

Document to Markdown converter - convert DOCX, PPTX, Excel files to Markdown. Use when extracting content from Word documents, PowerPoint presentations, or E...

0· 315·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for tanis90/pptx-to-markdown.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pptx To Markdown" (tanis90/pptx-to-markdown) from ClawHub.
Skill page: https://clawhub.ai/tanis90/pptx-to-markdown
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: mineru-open-api
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pptx-to-markdown

ClawHub CLI

Package manager switcher

npx clawhub@latest install pptx-to-markdown
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (DOCX/PPTX/XLSX → Markdown) matches the required binary (mineru-open-api) and the CLI commands shown. The declared install packages (npm/go) are typical ways to obtain a CLI tool for this purpose.
Instruction Scope
Runtime instructions are narrowly scoped to running the mineru-open-api CLI against local files or URLs. However, the SKILL.md explicitly states that flash-extract uploads documents to MinerU's cloud API for processing — so user documents are transmitted off-host (anonymous/no API key). This is expected for a cloud-based converter but is relevant to privacy.
Install Mechanism
Install options use npm, an unspecified 'uv' installer, and go install from a GitHub repo. These are standard distribution methods, but installing an npm/Go CLI will run third-party code on the host — review the package or vendor before installing. The install entries do not use obscure download URLs or archive extraction.
Credentials
The skill declares no required environment variables or credentials, which is proportionate to the stated functionality. Note: processing is performed remotely (cloud API) without per-user auth, so lack of credentials is consistent but implies anonymous uploads.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no special config path or persistent privileges. It is user-invocable only and does not demand permanent presence.
Assessment
This skill appears to do what it advertises, but it uses a third‑party CLI that uploads documents to mineru.net for conversion. Before installing: (1) avoid sending sensitive/confidential documents unless you trust MinerU and have checked their privacy policy; (2) inspect the npm/GitHub package source or install in an isolated environment if you can; (3) prefer an offline converter if you need local-only processing; (4) verify the npm package name and the GitHub repo to avoid typosquatting. If you need stronger assurance about data retention or processing, contact the vendor or use a locally-run tool instead.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📑 Clawdis
Binsmineru-open-api

Install

Install via npm
Bins: mineru-open-api
npm i -g mineru-open-api
Install via uv
Bins: mineru-open-api
uv tool install mineru-open-api
Install via go install
Bins: mineru-open-api
latestvk978gz8t4b6sx7hq7z7enhhmq583h6t3
315downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

PPTX to Markdown - Extract Slides

Convert Word, PowerPoint, and Excel files to Markdown using MinerU Open API. No API key required.

Quick Start

# PPTX to Markdown - Extract Slides
mineru-open-api flash-extract report.docx

# PPTX to Markdown - Extract Slides
mineru-open-api flash-extract slides.pptx

# PPTX to Markdown - Extract Slides
mineru-open-api flash-extract data.xlsx

# PPTX to Markdown - Extract Slides
mineru-open-api flash-extract https://example.com/report.docx

# PPTX to Markdown - Extract Slides
mineru-open-api flash-extract report.docx -o ./output/

Language Rule

You MUST reply to the user in the SAME language they use. This is non-negotiable.

Capabilities

  • Converts DOCX, PPTX, XLS, XLSX to Markdown
  • Supports both local files and URLs directly
  • Preserves text, tables, and document structure
  • No API key, no signup, no authentication
  • Max 10MB / 20 pages per document

When to Use

  • User asks to "read", "extract", or "convert" a Word/PowerPoint/Excel file
  • User shares a .docx, .pptx, or .xlsx and asks for its content
  • User wants to summarize or analyze an office document
  • User needs document content in Markdown format

CLI Reference

Run mineru-open-api flash-extract --help for all available options.

Data Privacy

  • flash-extract uploads the document to MinerU's cloud API for processing and returns the result. No account or API key is required.
  • Documents are processed in real-time and are not stored after extraction.
  • For details, see https://mineru.net

Notes

  • Output is Markdown only; embedded images may be replaced with placeholders
  • For larger files (up to 200MB/600 pages) or precision extraction, use mineru-open-api extract (requires auth via mineru-open-api auth)
  • If the CLI cannot be installed via npm/uv/go, download it from https://mineru.net/ecosystem?tab=cli

Comments

Loading comments...