Claude Code skill for converting static images to editable PowerPoint files.
Full source & docs: github.com/JadeLiu-tech/px-image2pptx
Copy the folder to your skills directory:
cp -r . ~/.claude/skills/image2pptx/Then use it in Claude Code:
convert slide.png to an editable pptx
pip install Pillow numpy opencv-python python-pptx paddleocr paddlepaddle simple-lama-inpainting torchMIT-0