fetch-slides

Installation
SKILL.md

Fetch slides from a URL

Run the fetch_slides.py script to download and convert slides:

uv run .agents/skills/fetch-slides/fetch_slides.py <url> <output_dir>

Arguments

  • url (required): URL of the slides. Supported formats:
    • Direct PDF URL (e.g., https://example.com/slides.pdf)
    • PPTX URL (auto-detected via Content-Type header)
    • OneDrive sharing link (e.g., https://onedrive.live.com/:p:/g/personal/... or https://1drv.ms/...)
    • RevealJS HTML presentation URL (e.g., https://example.com/slides/)
  • output_dir (required): Directory to save output files. Created if it doesn't exist.

Outputs

Installs
42
GitHub Stars
88
First Seen
Apr 28, 2026
fetch-slides — pamelafox/presentation-skills