Marp Slide Show/Deck Generator
by @fuller-stack-dev
Turn docs, notes, data, logs, screenshots, and code summaries into polished Marp slide decks.
clawhub install marp-slidesπ About This Skill
name: marp-slides description: Turn docs, notes, data, logs, screenshots, and code summaries into polished Marp slide decks. homepage: https://marp.app metadata: { "openclaw": { "emoji": "π", "requires": { "bins": ["marp"] }, "install": [{ "id": "node-marp", "kind": "node", "package": "@marp-team/marp-cli", "bins": ["marp"], "label": "Install Marp CLI (node)" }] } }
Marp Slide Show/Deck Generator
Overview
Generate polished Marp slide decks from raw source material, then render them into the format the user wants. Focus on turning notes, data, and mixed inputs into a presentation with a clear takeaway, not a transcript dump.
If the user does not specify an output format, default to a rendered .html slideshow and also keep the .slides.md source deck.
Input Scope
This skill should work from almost any information that can be summarized into a presentation, including:
Workflow
1. Identify the audience, purpose, and takeaway.
2. Determine the requested output format from the user prompt, target filename, or explicit extension.
3. If no format is specified, default to .html.
4. Classify the input: numeric data, tabular data, text notes, logs, timeline, comparison, screenshots, code summary, or mixed.
5. Extract the few facts that matter most.
6. Choose a slide arc: title, context, key insights, supporting visuals, recommendation, close.
7. Build the source deck as Marp markdown, typically named *.slides.md.
8. Add visual structure with charts, diagrams, timelines, callouts, and section slides where useful.
9. Render the deck into the requested format with the installed marp CLI.
10. Verify the rendered deck in its target aspect ratio and confirm that no slide content is cropped or vertically cut off.
Output Rules
.html (default), .pdf, .pptx, notes text, single-slide .png / .jpeg, and multi-slide image export..html by default.*.slides.md when rendering to another format.*.slides.md source.marp CLI commands for rendering.Visual Patterns
mermaid for flows, timelines, funnels, and simple system diagrams.Deck Shape
Quality Check
Resources
See references/slide-patterns.md for slide archetypes, visual rules, and mapping guidance.
See references/output-formats.md for supported output formats, default behavior, and render commands.
references/
Use references for reusable guidance on slide structure and visual decisions.assets/
No bundled assets are required for this skill.Keep the deck concise, visual, and specific.