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.md
source 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
    talk.pptx
    in the current directory
  • Creates
    images_out/
    directory if it doesn't exist
  • Extracts all media files from the PowerPoint's internal structure