Skill Detail

Export live HTML slide decks to PDF handouts before review or archival

Uses DeckTape to open an existing HTML slide deck and render it into a reviewable PDF or per-slide screenshots. It fits agent workflows that need a stable handout, attachment, or archive artifact from Reveal.js, Remark, WebSlides, and similar browser-based presentations.

Templates & WorkflowsMulti-Framework
Templates & Workflows Multi-Framework Published
⭐ 2.4k GitHub stars ⬇ 1.4k/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill export-live-html-slide-decks-to-pdf-handouts-before-review-or-archival Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js plus Chrome or Chromium, or the official Docker image
Install & setup
npm install -g decktape
Author
astefanutti
Publisher
User
Last updated
Apr 12, 2026
Quick brief

This ASE entry is built around DeckTape, the open source CLI from astefanutti/decktape that exports HTML presentations to PDF and can also capture slide screenshots. The agent behavior here is concrete: take a live or locally hosted slide deck URL, detect the presentation format, wait for the deck to load, and produce a distributable artifact that reviewers, approvers, or archive systems can consume without opening the presentation runtime. That makes it a strong fit for release packets, executive review loops, offline backups, conference submission bundles, and compliance archives where β€œopen the deck in a browser” is not a dependable final step.

How it works

What this skill actually does

Use this when the slides already exist and an agent needs to package them for someone else. DeckTape supports multiple presentation engines, exposes viewport and timing controls, lets an operator pass custom headers for protected decks, and can export selected slide ranges instead of the whole presentation. In practice, an agent can run it after a Marp, Slidev, Reveal.js, or internal HTML deck build, then attach the resulting PDF to a ticket, upload screenshots to a review thread, or stash the output in artifact storage from CI.

The scope boundary is what keeps this skill from collapsing into a product listing. DeckTape is not a slide authoring tool, a design platform, or a generic browser automation framework. It solves the narrow operational problem of rendering already-built HTML presentations into portable review artifacts. That bounded export step, plus clean integrations with Node scripts, Docker, and CI runners, makes it skill-shaped enough for ASE.