instagram-slides
Installation
SKILL.md
Instagram / LinkedIn Slides
Turn content into carousel slideshows for social media.
Pipeline
- Extract — fetch content from URL or provide directly
- Plan — write a
plan.jsonwith slide content and image prompts - Generate Backgrounds — AI image generation (Gemini or Fal API)
- Text Overlay — Pillow composites text onto backgrounds with brand styling
- 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