/install slidev-maker
Slidev Maker
Domain knowledge for building Slidev presentations. Slidev turns Markdown into interactive, themeable slides using Vue 3, Vite, and UnoCSS.
Use this skill whenever you are scaffolding a deck, writing slide Markdown, adding interactivity, customizing themes/layouts, or exporting. Read the relevant rules/ file below for detailed explanations and copy-pasteable examples before generating Slidev code.
Quick Start
pnpm create slidev # scaffold a new deck (also: npm init slidev)
slidev # dev server with hot reload (http://localhost:3030)
slidev build # build a static SPA into dist/
slidev export # export to PDF (also --format pptx|png|md)
Requires Node.js >= 18. Put static assets in public/ and reference them with absolute paths (/image.png). Full setup, project structure, and workflows are in rules/getting-started.md.
Rules
Read rules/anti-patterns.md first — it lists the critical, recurring mistakes that break decks.
Authoring:
rules/core-syntax.md— slide separators, headmatter vs per-slide frontmatter, speaker notes, MDC syntaxrules/layouts.md— built-in layouts, two-column slots, image/iframe layouts, custom layoutsrules/code-blocks.md— Shiki highlighting, line highlighting, Monaco editor, Magic Move, TwoSlashrules/animations.md— v-click, v-after, v-clicks, v-motion, v-mark, slide transitionsrules/components.md— built-in components: Arrow, Link, Toc, SlidevVideo, RenderWhen, LightOrDark, and morerules/diagrams.md— Mermaid and PlantUML integration and configurationrules/assets.md— images, video, fonts, icons — correct paths and thepublicfolderrules/styling.md— UnoCSS utilities, custom & slide-scoped styles, dark mode, uno/vite configrules/features.md— LaTeX math, importing slides (src:), global layers, custom shortcuts
Setup & output:
rules/getting-started.md— installation, CLI commands, project structure, workflows, tech stackrules/themes.md— using, configuring, overriding, and ejecting themesrules/export.md— PDF/PNG/PPTX export, SPA builds, and deployment (GitHub Pages, Netlify, Vercel)rules/presenter.md— presenter mode, speaker notes, timer, drawing, recording, remote control
Guidance:
rules/anti-patterns.md— critical mistakes to avoid: deprecated features, wrong paths, non-existent layoutsrules/troubleshooting.md— build/export/port/theme fixes plus authoring best practices
Official Links
- Docs: https://sli.dev/guide · Themes: https://sli.dev/resources/theme-gallery · GitHub: https://github.com/slidevjs/slidev
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install slidev-maker - After installation, invoke the skill by name or use
/slidev-maker - Provide required inputs per the skill's parameter spec and get structured output
What is Slidev Maker?
Use this skill when creating, editing, or exporting Slidev presentations — the Markdown + Vue web-based slide framework for developers. Covers installation a... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.
How do I install Slidev Maker?
Run "/install slidev-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Slidev Maker free?
Yes, Slidev Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Slidev Maker support?
Slidev Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Slidev Maker?
It is built and maintained by John Do (@junwugit); the current version is v1.0.0.