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/...orhttps://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.