← Back to Skills Marketplace
deki18

Office Pro

by deki18 · GitHub ↗ · v1.2.1 · MIT-0
linuxdarwinwin32 ✓ Security Clean
134
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install office-pro
Description
Enterprise document automation suite for AI Agents. Generate professional Word contracts and Excel reports with one function call. Built-in 10 contract templ...
Usage Guidance
This package appears to do what it says: generate Word and Excel files from built-in templates using local libraries. Before installing or running: (1) run in a dedicated virtualenv or sandbox; (2) pip-install required libraries (python-docx, openpyxl) in that environment; (3) be cautious about supplying sensitive personal/company data (templates include ID, bank/account fields) and ensure generated files are stored securely; (4) review the included Python files if you want to confirm there are no hidden network calls in parts not covered here; (5) if you need to restrict output, set QuickGenerator(output_dir) to a specific safe path.
Capability Assessment
Purpose & Capability
Name/description (Office Pro) match the included code and templates: built-in Word (python-docx) and Excel (openpyxl) generators, many contract/report/excel templates. Requested runtime (python3) and listed pip deps are appropriate for the described functionality.
Instruction Scope
SKILL.md instructs local usage and installing python-docx/openpyxl. The runtime instructions and the code operate on local files (create ./output, write .docx/.xlsx). Templates include fields for personal/company data (e.g., ID numbers, bank account fields); the skill does not collect system credentials or reach out to remote endpoints, but users should avoid feeding sensitive PII into the tool or run it in an environment where generated files could be exfiltrated.
Install Mechanism
No install spec in the registry; the package is instruction-only with included source files and a requirements.txt. Dependencies are standard (python-docx, openpyxl) and SKILL.md shows pip install; no downloads from arbitrary URLs or extraction steps were found.
Credentials
The skill requires no environment variables, credentials, or config paths. The code checks for optional deps (pandas) but does not require credentials or access to unrelated services.
Persistence & Privilege
Skill is not always-enabled and allows user invocation. It does not modify other skills or system-wide settings and only writes files to a configurable local output directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install office-pro
  3. After installation, invoke the skill by name or use /office-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
**v1.2.1 Change Summary: Simplified and streamlined the skill for AI agent integration.** - Removed the external test file `test_simple_api.py` for a cleaner codebase. - All essential templates are now built-in, eliminating the need for external or user-uploaded templates. - API schema and documentation updated for simplified, one-call document/report generation. - Reduced required Python dependencies (now only `python-docx` and `openpyxl`). - Targeted for quick, automated use by AI agents; external batch processing and CLI usage are deprecated.
v1.2.0
- Major refactor of skill structure, introducing new API-centric Python modules. - Added: simple_api.py and new "templates" submodules for improved template and report handling. - Removed legacy CLI and processor scripts (cli.py, core.py, excel_processor.py, word_processor.py, etc.). - Streamlined code layout for easier maintenance and extension. - Added initial unit tests (test_simple_api.py) for new API functions.
v1.0.0
专业级Microsoft Word和Excel文档自动化工具,提供企业级模板、动态数据绑定和批量处理能力。专为OpenClaw AI助手设计,支持自动化文档生成、报表创建和商务文档处理。
Metadata
Slug office-pro
Version 1.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Office Pro?

Enterprise document automation suite for AI Agents. Generate professional Word contracts and Excel reports with one function call. Built-in 10 contract templ... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install Office Pro?

Run "/install office-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Office Pro free?

Yes, Office Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Office Pro support?

Office Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Office Pro?

It is built and maintained by deki18 (@deki18); the current version is v1.2.1.

💬 Comments