Slidev Export

🌐Community
by yoanbernabeu · vlatest · Repository

This skill exports your Slidev presentations as static HTML files for easy sharing and offline viewing – a vital tool for accessibility & distribution.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add slidev-export npx -- -y @trustedskills/slidev-export
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "slidev-export": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/slidev-export"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The slidev-export skill enables AI agents to generate static presentation files from Slidev source code. It handles the compilation process, converting markdown-based slides into portable formats like HTML or PDF for offline viewing and sharing.

When to use it

  • Deploying presentations to environments without internet access where dynamic rendering is impossible.
  • Distributing finalized decks to stakeholders who cannot run the Slidev development server.
  • Archiving presentation content in a lightweight, self-contained HTML structure.
  • Integrating slide generation into automated CI/CD pipelines for documentation updates.

Key capabilities

  • Compiles Slidev markdown projects into static assets.
  • Supports output formats including HTML and PDF.
  • Executes the build process triggered by AI agent workflows.

Example prompts

  • "Compile my index.md presentation using slidev-export and save it as an HTML file."
  • "Generate a PDF version of the current Slidev deck for offline distribution."
  • "Run the export command to create a static build of the project in the dist folder."

Tips & gotchas

Ensure your Slidev configuration includes necessary plugins or themes before exporting, as missing dependencies may cause compilation errors. Static exports do not support live previewing; they are intended for final distribution only.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yoanbernabeu
Installs
29

🌐 Community

Passed automated security scans.