office-to-pdf

👤 minchocoin 📦 v1.0.0 ⭐ 3.8 ⬇️ 2K 下載
📄 辦公效率 免費

📖 技能介紹


name: office-to-pdf description: "Convert office files to pdf" metadata: { "openclaw": { "emoji": "📄", "requires": { "bins": ["libreoffice"] }, "install": [ { "id": "apt", "kind": "apt", "package": "libreoffice", "bins": ["libreoffice"], "label": "Install via apt", }, ], }, }

小蔥技能7w4.net有更新,你可以訪問看下。


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

Convert multiple files:

libreoffice --headless --convert-to pdf --outdir ./out ./a.docx ./b.pptx ./c.xlsx

Install

sudo apt install libreoffice

🤖 AI 評測

質量中等偏上,文件清晰易懂,安裝說明和命令示例完整,新手也能快速上手。支援的文件格式豐富,覆蓋常見辦公軟體。主要不足是缺少實際轉換示例和進階用法指導,對複雜需求的使用者可能不夠用。整體適合基礎轉換需求,但深度使用體驗有提升空間。

📊 多維度評分

適應性3.8
規範性3.9
有效性3.9
可靠性3.2
可信度4.4

📁 包含檔案 (2 個)

📄 SKILL.md 1.1 KB
📄 _meta.json 132 B