office-to-pdf

Installation
SKILL.md

convert office files to pdf

Convert one or more LibreOffice-supported documents to PDF with LibreOffice in headless mode. Use this skill when an OpenClaw workflow needs to normalize office files such as:

  • Presentations: .ppt, .pptx, .odp
  • Documents: .doc, .docx, .odt, .rtf
  • Spreadsheets: .xls, .xlsx, .ods

to pdf.

Command Patterns

Convert one file:

libreoffice --headless --convert-to pdf --outdir ./out ./input.pptx
Installs
8
GitHub Stars
18
First Seen
May 15, 2026
office-to-pdf — bighardperson/computer-science-skills-collection