Claude-skill-registry extract-figs
Extract images from talk.pptx PowerPoint file to images_out/ directory.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/extract-figs" ~/.claude/skills/majiayu000-claude-skill-registry-extract-figs && rm -rf "$T"
manifest:
skills/data/extract-figs/SKILL.mdsource content
Extract Figures from PowerPoint Tool
Use
tools/extract_figs.py to extract all images from the PowerPoint presentation.
Usage
python tools/extract_figs.py
Output
Images are extracted to:
images_out/ppt/media/
Notes
- Extracts from
in the current directorytalk.pptx - Creates
directory if it doesn't existimages_out/ - Extracts all media files from the PowerPoint's internal structure