pptx-analyzer

Installation
SKILL.md

PPTX Analyzer

PowerPointファイルの構造を解析するスキル。

機能

  1. 構造抽出: スライド、図形、プレースホルダー、テキストを抽出
  2. 画像生成: スライドをPNG画像に変換(オプション)
  3. 意味解析: Geminiによるスライド役割・要素用途の判定(オプション)

使用方法

# 基本解析(JSON + TXT出力)
python scripts/analyze_pptx.py template.pptx

# 画像付き解析
python scripts/analyze_pptx.py template.pptx --with-images
Installs
4
GitHub Stars
347
First Seen
May 14, 2026
pptx-analyzer — minicoohei/ai-agent-camp