← Back to Skills Marketplace
office-to-pdf
by
minchoCoin
· GitHub ↗
· v1.0.0
· MIT-0
488
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install office-to-pdf
Description
Convert office files to pdf
README (SKILL.md)
\r \r
convert office files to pdf\r
\r Convert one or more LibreOffice-supported documents to PDF with LibreOffice in headless mode.\r Use this skill when an OpenClaw workflow needs to normalize office files such as:\r \r
- Presentations:
.ppt,.pptx,.odp\r - Documents:
.doc,.docx,.odt,.rtf\r - Spreadsheets:
.xls,.xlsx,.ods\r \r to pdf.\r \r
Command Patterns\r
\r Convert one file:\r \r
libreoffice --headless --convert-to pdf --outdir ./out ./input.pptx\r
```\r
\r
Convert multiple files:\r
\r
```bash\r
libreoffice --headless --convert-to pdf --outdir ./out ./a.docx ./b.pptx ./c.xlsx\r
```\r
\r
## Install\r
\r
```bash\r
sudo apt install libreoffice\r
Usage Guidance
This skill appears coherent and minimal: it simply runs LibreOffice in headless mode to convert user-supplied files to PDF. Before installing or using it, ensure LibreOffice is installed and up-to-date. Be cautious about converting untrusted documents—document conversion can trigger bugs or (rarely) macro-related behaviors in office software—so avoid feeding sensitive systems files or secrets as input. Also ensure the agent only has access to the files and directories you intend it to convert (don’t pass absolute paths to sensitive files).
Capability Analysis
Type: OpenClaw Skill
Name: office-to-pdf
Version: 1.0.0
The office-to-pdf skill is a straightforward utility for converting various document formats to PDF using LibreOffice in headless mode. The SKILL.md file provides standard command patterns and installation instructions via apt, and there are no indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description ask for Office→PDF conversion and the skill only requires the libreoffice binary and shows the appropriate libreoffice --headless convert commands. Required binaries and example install instructions are consistent with the stated purpose.
Instruction Scope
SKILL.md contains only concrete commands to run libreoffice in headless mode to convert specified files to PDF. It does not instruct the agent to read unrelated files, collect environment variables, or exfiltrate data to external endpoints.
Install Mechanism
This is an instruction-only skill (no install spec or code files). The SKILL.md suggests installing libreoffice via apt, which is a normal, low-risk installation method for this dependency.
Credentials
The skill requests no environment variables, credentials, or config paths—only the presence of the libreoffice binary—which is proportional to its function.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and can be invoked autonomously (platform default), which is appropriate for this utility-style skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install office-to-pdf - After installation, invoke the skill by name or use
/office-to-pdf - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of office-to-pdf skill.
- Converts office files (presentations, documents, spreadsheets) to PDF using LibreOffice in headless mode.
- Supports multiple formats: .ppt, .pptx, .odp, .doc, .docx, .odt, .rtf, .xls, .xlsx, .ods.
- Requires LibreOffice to be installed.
Metadata
Frequently Asked Questions
What is office-to-pdf?
Convert office files to pdf. It is an AI Agent Skill for Claude Code / OpenClaw, with 488 downloads so far.
How do I install office-to-pdf?
Run "/install office-to-pdf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is office-to-pdf free?
Yes, office-to-pdf is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does office-to-pdf support?
office-to-pdf is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created office-to-pdf?
It is built and maintained by minchoCoin (@minchocoin); the current version is v1.0.0.
More Skills