← 返回 Skills 市场
windrunner20

Office Document Assistant

作者 Winrunner_20 · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
254
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install office-document-assistant
功能描述
Read, extract, summarize, and compare office documents including PDF, Word, Excel, and PowerPoint. Use when a user provides .pdf/.doc/.docx/.xls/.xlsx/.ppt/....
安全使用建议
This skill appears to do what it says: it runs bundled Python scripts that call local extraction libraries and optional system tools (pdftoppm, tesseract, libreoffice, antiword, catdoc). Before installing or enabling: (1) be aware it will execute local binaries named in PATH — on a compromised host an attacker could replace those binaries, so ensure the runtime environment is trusted; (2) install recommended Python packages and system tools if you need OCR/legacy-format support; (3) avoid providing password-protected/encrypted documents (the skill does not handle decryption); and (4) no credentials or network endpoints are requested by the skill itself. If you need network-based extraction or higher-fidelity layout analysis, consider a different tool.
功能分析
Type: OpenClaw Skill Name: office-document-assistant Version: 0.1.1 The office-document-assistant skill is a legitimate utility for extracting text and metadata from various document formats (PDF, Word, Excel, PowerPoint). The core logic in 'scripts/extract_office_text.py' uses standard Python libraries and system tools like Tesseract and LibreOffice with safe subprocess handling to prevent shell injection. There is no evidence of data exfiltration, malicious instructions in 'SKILL.md', or unauthorized system modifications.
能力评估
Purpose & Capability
Name/description match the included scripts and declared dependencies: the code extracts text from PDFs, DOCX, XLSX, PPTX and falls back to OCR or libreoffice for legacy formats. Required binaries and Python modules listed in SKILL.md are reasonable for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python extractor against user-supplied files and to prefer structured extraction then summarize. The runtime instructions only reference local files, local tools (pdftoppm, tesseract, libreoffice, antiword, catdoc), and the bundled scripts — no external network endpoints or unrelated system paths are referenced.
Install Mechanism
No install spec is provided (instruction-only plus bundled scripts). The scripts use standard system binaries and Python packages; nothing is downloaded from arbitrary URLs or written to unexpected locations.
Credentials
No environment variables, secrets, or external credentials are required. The script only checks for/uses local binaries and Python modules needed to perform extraction.
Persistence & Privilege
always is false and the skill does not attempt to modify agent configuration or persist credentials. It runs on-demand and has normal, limited local execution scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install office-document-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /office-document-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add bundled dependency checker and troubleshooting updates.
v0.1.0
Initial public release: PDF/Word/Excel/PowerPoint extraction with OCR fallback, references, and dependency docs.
元数据
Slug office-document-assistant
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Office Document Assistant 是什么?

Read, extract, summarize, and compare office documents including PDF, Word, Excel, and PowerPoint. Use when a user provides .pdf/.doc/.docx/.xls/.xlsx/.ppt/.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 254 次。

如何安装 Office Document Assistant?

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

Office Document Assistant 是免费的吗?

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

Office Document Assistant 支持哪些平台?

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

谁开发了 Office Document Assistant?

由 Winrunner_20(@windrunner20)开发并维护,当前版本 v0.1.1。

💬 留言讨论