presentation-exporter

Export HTML presentations to PDF, PNG, and markdown speaker notes.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill presentation-exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: presentation-exporter
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/presentation-suite/skills/presentation-exporter
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill presentation-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of distributing HTML presentations that require specialized software to view, making it easy to share, print, or archive presentation content in universally accessible formats.

Core Features & Use Cases

  • Multi-format Export: Convert HTML presentations to full-deck PDFs, individual PNG slide images, or markdown files containing speaker notes for each slide.
  • Use Case: After building a customer-facing product demo presentation in HTML, use this Skill to export a PDF to send to clients, pull PNGs of key slides to include in a sales one-pager, and extract speaker notes to prepare for the demo call.

Quick Start

Use the presentation-exporter skill to export your HTML presentation to PDF, PNG, and speaker notes formats.

Frequently Asked Questions about presentation-exporter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export HTML presentations to PDF for sharing with stakeholders?

You can export HTML presentations to PDF using Puppeteer or Chrome headless for rendering, with fallback support for wkhtmltopdf or browser-based export to generate a full-deck PDF file. This allows easy distribution to stakeholders without specialized presentation software.

Can I extract speaker notes from an HTML presentation file?

Yes, speaker notes are extracted using pure HTML parsing with no external browser dependencies required. The notes are converted into markdown format, providing a text file for presenter rehearsal and reference.

What is the best way to convert presentation slides to PNG images for social media or wiki sharing?

Converting presentation slides to individual PNG images is handled via Puppeteer or Chrome headless rendering. This generates individual slide images suitable for social media or internal wiki sharing workflows.

Do I need Puppeteer installed to perform a presentation export?

Puppeteer or Chrome headless is required for PDF and PNG generation, but speaker note extraction uses pure HTML parsing with no external browser dependencies. Fallback support for wkhtmltopdf or browser-based export is available if Puppeteer is not installed.

Does this presentation conversion tool work without specialized viewing software?

Yes, the tool specifically solves the problem of distributing HTML presentations that require specialized software to view. It converts them into universally accessible formats like PDFs, PNGs, and markdown notes for easy sharing, printing, or archiving.