← Back to Skills Marketplace
Office Toolkit
by
weiwei2027
· GitHub ↗
· v1.0.1
· MIT-0
269
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install office-toolkit
Description
A comprehensive toolkit for Microsoft Office documents (Word, Excel, PowerPoint) and PDF files. Supports reading, writing, format conversion, and batch proce...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install office-toolkit - After installation, invoke the skill by name or use
/office-toolkit - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Office Toolkit?
A comprehensive toolkit for Microsoft Office documents (Word, Excel, PowerPoint) and PDF files. Supports reading, writing, format conversion, and batch proce... It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install Office Toolkit?
Run "/install office-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Office Toolkit free?
Yes, Office Toolkit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Office Toolkit support?
Office Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Office Toolkit?
It is built and maintained by weiwei2027 (@weiwei2027); the current version is v1.0.1.
More Skills