office-word

Installation
SKILL.md

Read a Word file

Converts a .docx to Markdown:

uv run --with python-docx ~/.kiro/skills/office-word/scripts/read_docx.py "<path_to_docx>"

Save as .md file:

uv run --with python-docx ~/.kiro/skills/office-word/scripts/read_docx.py "<path_to_docx>" "<output.md>"

Write a Word file

Preferred: Directly from markdown content (no intermediate file)

Pipe markdown content directly into the script using --stdin:

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