Markdown Slides
Convert markdown into self-contained HTML slide presentations with keyboard navigation.
Why use this skill?
Instantly convert markdown files into standalone, responsive HTML slide decks. Perfect for offline presentations and fast documentation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/markdown-slidesWhat This Skill Does
The Markdown Slides skill is a specialized transformation tool for OpenClaw that enables users to convert structured markdown text into professional, standalone, and responsive HTML presentations. By parsing markdown syntax and utilizing a pre-defined, high-performance CSS/JavaScript template, the skill generates a single-file document that functions entirely offline without requiring external dependencies, internet connections, or bulky software suites. It is perfect for users who prioritize speed and clean design in their presentation workflows.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal or command interface:
clawhub install openclaw/skills/skills/sa9saq/markdown-slides
Use Cases
- Technical Presentations: Rapidly convert README or technical documentation into a slide deck for team meetings.
- Offline Demos: Create portable presentations that can be opened in any browser on any device without configuration.
- Quick Prototyping: Turn structured notes or bullet-point lists into visual layouts for internal brainstorming sessions.
- Documentation Archiving: Maintain presentation content in plain text format while retaining the ability to render it visually at any moment.
Example Prompts
- "Take this markdown document I just pasted and convert it into a slide deck using the Markdown Slides skill."
- "Create a 5-slide presentation about my project roadmap using the Markdown Slides tool. Here is the outline: [paste outline]."
- "Convert my notes on the new API architecture into a standalone HTML presentation file."
Tips & Limitations
To get the best results, use the triple-dash separator (---) explicitly to define your slide breaks. Ensure your markdown structure is clean, as complex nested structures may require manual adjustment. Since the tool relies on a fixed template, customize the content for readability rather than relying on heavy layout complexity. Remember that the output is a single HTML file—perfect for local storage and easy file sharing. The tool does not support complex external media embeds like interactive iframes or remote tracking pixels, ensuring your presentations remain lightweight and secure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-markdown-slides": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.