office-excel

Installation
SKILL.md

Read an Excel file

Converts all sheets of an .xlsx to Markdown tables:

uv run --with openpyxl ~/.kiro/skills/office-excel/scripts/read_excel.py "<path_to_xlsx>"

Read a specific sheet:

uv run --with openpyxl ~/.kiro/skills/office-excel/scripts/read_excel.py "<path_to_xlsx>" "SheetName"

Save as .md file:

uv run --with openpyxl ~/.kiro/skills/office-excel/scripts/read_excel.py "<path_to_xlsx>" "<output.md>"
Installs
1
GitHub Stars
5
First Seen
Jul 15, 2026
office-excel — aws-samples/sample-agent-skills