← 返回 Skills 市场
Office Toolkit
作者
weiwei2027
· GitHub ↗
· v1.0.1
· MIT-0
269
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install office-toolkit
功能描述
A comprehensive toolkit for Microsoft Office documents (Word, Excel, PowerPoint) and PDF files. Supports reading, writing, format conversion, and batch proce...
安全使用建议
This package appears coherent and implements the advertised document processing features. Before installing: (1) install dependencies in an isolated virtualenv, (2) review and run the scripts on non-sensitive sample files first, (3) be cautious converting DOCX→PDF if you install/use docx2pdf because that conversion uses Microsoft Word/LibreOffice and could trigger document macros/behaviour on your system, and (4) verify the package source/owner if you require provenance — the registry metadata shows an unknown owner and no homepage. If you plan to run it in automated agents, restrict the agent's file access to only the directories you trust.
功能分析
Type: OpenClaw Skill
Name: office-toolkit
Version: 1.0.1
The office-toolkit is a legitimate document processing suite for Word, Excel, PowerPoint, and PDF files. It utilizes standard, well-known libraries such as python-docx, openpyxl, and pymupdf to perform its stated functions. The code follows safe practices, including path validation in lib/utils.py and structured error handling via decorators, with no evidence of data exfiltration, malicious execution, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description, required binary (python3), listed pip packages, and the included scripts all match the stated Office/PDF processing purpose. The dependency lists (python-docx, python-pptx, openpyxl, pymupdf) and CLI scripts directly relate to reading/writing/converting documents.
Instruction Scope
SKILL.md and the CLI scripts only instruct/implement reading, writing and format conversion of user-supplied documents. They do not attempt to read unrelated system files, environment variables, or contact external endpoints. Error messages and examples are consistent with the stated functionality.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md/README instruct the user to pip install requirements/*.txt; the code files are included in the package. Dependencies are standard PyPI packages (no external URL downloads or archive extracts). This is reasonable but note the package expects the operator to install Python packages (use a venv).
Credentials
The skill requests no environment variables or credentials. The scripts do not read env vars or config paths. Dependency and runtime requirements are proportional to the functionality.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and does not request elevated/persistent privileges or modify other skills or system-wide config. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install office-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/office-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
**office-toolkit v1.0.1**
- Added version, author, and project URL info to manifest
- Updated DOCX→PDF and PPTX→PDF conversion description
- Improved roadmap and marked Excel (xlsx) support as implemented
- Removed obsolete TEST_REPORT.md documentation file
- No changes to core logic or dependencies
v1.0.0
Initial release: DOCX/PPTX/XLSX/PDF read and write support
元数据
常见问题
Office Toolkit 是什么?
A comprehensive toolkit for Microsoft Office documents (Word, Excel, PowerPoint) and PDF files. Supports reading, writing, format conversion, and batch proce... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。
如何安装 Office Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install office-toolkit」即可一键安装,无需额外配置。
Office Toolkit 是免费的吗?
是的,Office Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Office Toolkit 支持哪些平台?
Office Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Office Toolkit?
由 weiwei2027(@weiwei2027)开发并维护,当前版本 v1.0.1。
推荐 Skills