/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install slidev-maker - 安装完成后,直接呼叫该 Skill 的名称或使用
/slidev-maker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Slidev Maker 是什么?
Use this skill when creating, editing, or exporting Slidev presentations — the Markdown + Vue web-based slide framework for developers. Covers installation a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。
如何安装 Slidev Maker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install slidev-maker」即可一键安装,无需额外配置。
Slidev Maker 是免费的吗?
是的,Slidev Maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slidev Maker 支持哪些平台?
Slidev Maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slidev Maker?
由 John Do(@junwugit)开发并维护,当前版本 v1.0.0。