Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pamelafox avatar

Convert Slides To Images

  • 78 installs
  • 112 repo stars
  • Updated July 8, 2026
  • pamelafox/presentation-skills

Helps with ai & agent building tasks.

About

convert-slides-to-images is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • convert-slides-to-images
  • AI & Agent Building
  • AI-coding skill

Convert Slides To Images by the numbers

  • 78 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #5,339 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pamelafox/presentation-skills --skill convert-slides-to-images

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs78
repo stars112
Last updatedJuly 8, 2026
Repositorypamelafox/presentation-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Convert PDF slides to images

Run the convert_slides_to_images.py script to split a PDF into individual PNG images:

uv run .agents/skills/convert-slides-to-images/convert_slides_to_images.py <pdf_path> <output_dir>

Arguments

  • pdf_path (required): Path to the PDF file to convert.
  • output_dir (required): Directory to save the PNG images. Created if it doesn't exist.

Outputs

Individual PNG files named slide_1.png, slide_2.png, etc. in the output directory.

Prerequisites

Poppler utilities must be installed (provides the pdftoppm command):

  • macOS: brew install poppler
  • Ubuntu: apt-get install poppler-utils

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.