skills/smithery.ai/working-with-documents

working-with-documents

Installation
SKILL.md

Working with Documents

Quick Reference

Format Read Create Edit
DOCX pandoc, python-docx docx-js OOXML (unpack/edit/pack)
PDF pdfplumber, pypdf reportlab pypdf (merge/split)
PPTX markitdown html2pptx OOXML (unpack/edit/pack)

Word Documents (.docx)

Reading Content

# Convert to markdown (preserves structure)
pandoc document.docx -o output.md
Installs
2
First Seen
Mar 26, 2026
working-with-documents from smithery.ai