instagram-slides

Installation
SKILL.md

Instagram / LinkedIn Slides

Turn content into carousel slideshows for social media.

Pipeline

  1. Extract — fetch content from URL or provide directly
  2. Plan — write a plan.json with slide content and image prompts
  3. Generate Backgrounds — AI image generation (Gemini or Fal API)
  4. Text Overlay — Pillow composites text onto backgrounds with brand styling
  5. Output — numbered slide images + caption.txt

Quick Start

# Full pipeline
python3 ~/.claude/skills/instagram-slides/scripts/generate.py \
  --url "https://blog.example.com/post" \
  --slides 8 \
  --output ~/Desktop/slides
Installs
1
GitHub Stars
2
First Seen
Jul 15, 2026
instagram-slides — lua2147/claude-toolkit-catalog