← 返回 Skills 市场
deki18

Office Pro

作者 deki18 · GitHub ↗ · v1.2.1 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install office-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /office-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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助手设计,支持自动化文档生成、报表创建和商务文档处理。
元数据
Slug office-pro
版本 1.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Office Pro?

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

Office Pro 是免费的吗?

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

Office Pro 支持哪些平台?

Office Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Office Pro?

由 deki18(@deki18)开发并维护,当前版本 v1.2.1。

💬 留言讨论