speakerdeck

Installation
SKILL.md

SpeakerDeck Scraper

Purpose

Download all slide images from a SpeakerDeck presentation URL. Zero dependencies — uses only built-in fetch and fs APIs. The downloaded images can be read by Claude Vision or converted with markitdown.

Run

nix-shell -p bun --run "bun {baseDir}/scripts/speakerdeck.ts <speakerdeck-url> [-o output-dir]"

Arguments

Arg Description
<url> SpeakerDeck presentation URL (required)
-o, --output <dir> Output directory (default: $TMPDIR/speakerdeck-<id>/)
Related skills
Installs
1
GitHub Stars
3
First Seen
Mar 17, 2026