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:

Installs
1
GitHub Stars
5
First Seen
Jul 15, 2026
office-powerpoint — aws-samples/sample-agent-skills