← 返回 Skills 市场
minchocoin

office-to-pdf

作者 minchoCoin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
488
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install office-to-pdf
功能描述
Convert office files to pdf
使用说明 (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
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install office-to-pdf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /office-to-pdf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug office-to-pdf
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

office-to-pdf 是什么?

Convert office files to pdf. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 488 次。

如何安装 office-to-pdf?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install office-to-pdf」即可一键安装,无需额外配置。

office-to-pdf 是免费的吗?

是的,office-to-pdf 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

office-to-pdf 支持哪些平台?

office-to-pdf 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 office-to-pdf?

由 minchoCoin(@minchocoin)开发并维护,当前版本 v1.0.0。

💬 留言讨论