office-powerpoint
Installation
SKILL.md
Read a PowerPoint file
Converts a .pptx to Markdown:
uv run --with python-pptx ~/.kiro/skills/office-powerpoint/scripts/read_pptx.py "<path_to_pptx>"
Save as .md file:
uv run --with python-pptx ~/.kiro/skills/office-powerpoint/scripts/read_pptx.py "<path_to_pptx>" "<output.md>"
Write a PowerPoint file
Preferred: Directly from markdown content (no intermediate file)
Pipe markdown content directly using --stdin: