presentations

Create HTML slide decks, preview them in a browser viewer, and export to PDF or PPTX.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/yethikrishna/humble --skill presentations-yethikrishna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: presentations
Source: https://github.com/yethikrishna/humble/tree/main/core/kortix-master/opencode/skills/GENERAL-KNOWLEDGE-WORKER/presentations
Command: npx skills add https://github.com/yethikrishna/humble --skill presentations-yethikrishna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, PyPDF2, pptx, and includes scripts (resource) components.

What problem does it solve?

This skill simplifies the end-to-end process of building, previewing, and exporting HTML slide decks, reducing the time to produce polished presentations.

Core Features & Use Cases

  • Create and manage 1920x1080 HTML slide decks with optional assets
  • Preview slides in a browser viewer with a generated viewer page and navigation
  • Export slides to PDF or PPTX for distribution and offline viewing

Quick Start

Create a slide deck, export to PDF or PPTX, and preview slides in a browser viewer.

Frequently Asked Questions about presentations

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

FAQPage Schema
How do I export HTML slides to PDF or PPTX for offline distribution?

You can export HTML slide decks directly to PDF or PPTX formats for offline viewing. This allows you to take browser-based 1920x1080 HTML slides and generate distributable presentation files.

What is the best way to build and preview a 1920x1080 HTML slide deck?

Building HTML slide decks involves creating 1920x1080 slides and previewing them via a generated browser viewer page. This viewer includes navigation controls to orchestrate and review the presentation directly in a browser.

Can I use Python to automate converting HTML presentations into PPTX files?

Yes, the skill uses Python dependencies like python-pptx and Playwright to automate converting HTML presentations. This enables programmatic generation of PPTX files from browser-rendered HTML slide content.

Does the HTML slide exporter support adding external assets to the presentation?

Yes, creating and managing HTML slide decks supports adding optional assets. This allows you to include external images or resources within your 1920x1080 slides before exporting to PDF or PPTX.

What libraries are required to generate a browser-based slide viewer from HTML?

Generating a browser-based slide viewer requires Playwright, PyPDF2, and python-pptx libraries. These dependencies orchestrate HTML rendering, PDF generation, and PPTX export for the slide deck workflow.