Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Marp CLI converts Markdown files into presentation formats including HTML, PDF, PowerPoint (PPTX), and images from the command line. PDF, PPTX, and image exports require a browser installed on the system.
Writing slides in Markdown lets you version-control presentations and automate builds without a GUI tool.
When to use it
- Converting a Markdown draft into a shareable PDF deck
- Generating a title slide PNG for use as an open graph image
- Batch converting a folder of slide decks to PPTX before a meeting
- Serving a slides directory locally for browser-based preview during editing
- Exporting presenter notes to a text file for separate review
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: convert my slide deck to PDF with bookmarks
- 1Verify the .md file exists in the working directory
- 2Run marp --pdf --pdf-outlines slide-deck.md
- 3Check the output PDF is created in the same directory
- 4Confirm no browser errors occurred during conversion
slide-deck.pdf with navigable PDF outlines generated in the current directory
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.