← Back to Skills Marketplace
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install word-vba
Description
Word文档读写Skill - 基于VBA和ActiveX,支持doc/docx格式,提供完整读写、批量处理、文档合并、模板填充等功能
Usage Guidance
This skill appears coherent for automating Word via pywin32 on Windows. Before installing/use: (1) Only run on a Windows machine with Microsoft Word installed and pywin32 available. (2) Do NOT open untrusted documents with this skill—Documents.Open/InsertFile can allow embedded VBA/macros to run within Word; consider disabling macros or opening files in a sandbox/VM. (3) Review the included Python code yourself (it operates on local files and contains no network calls), and run tests in an isolated environment if you don't trust the source. (4) If you need remote or server-side processing, prefer pure-Python libraries (python-docx) to avoid executing Office code. If you want, I can point out specific lines that open files/execute Find/SaveAs or help you adapt the code to explicitly disable macros or run in safer modes.
Capability Analysis
Type: OpenClaw Skill
Name: word-vba
Version: 1.0.0
The skill bundle provides a comprehensive set of tools for automating Microsoft Word on Windows using the pywin32 COM interface. The code logic in word_vba_reader.py, word_vba_writer.py, and word_vba_utils.py is consistent with its stated purpose of reading, writing, merging, and templating Word documents, and it lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (Word VBA读写) match the included Python modules which use win32com/pythoncom to control Microsoft Word. Declared OS and dependency requirements (Windows, Microsoft Word, pywin32) are appropriate and proportional to the stated functionality.
Instruction Scope
SKILL.md and the code instruct the agent to open, read, modify, and save local Word files via COM automation. They reference only local file paths and do not reference external endpoints or unrelated system credentials. Important security note: the code opens documents with Word (Documents.Open / InsertFile) and does not mention disabling macros; opening untrusted .doc/.docm files can cause embedded VBA/macros to execute inside Word, which could perform network I/O or other actions via Word's runtime—this is a runtime risk of the integration, not a mismatched requirement.
Install Mechanism
No install spec is provided (instruction-only deployment), and the project only requires installing pywin32 via pip per README/requirements.txt. No downloads from untrusted URLs or archive extraction are present in the manifest.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The lack of extra secrets/keys is consistent with a local file-processing tool that uses the user's installed MS Word via COM.
Persistence & Privilege
Skill flags are default (always: false, user-invocable, agent-invocation allowed). It does not request permanent platform presence or attempt to modify other skills or agent-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word-vba - After installation, invoke the skill by name or use
/word-vba - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Word VBA 文档处理 Skill.
- 支持通过Python调用Word VBA/ActiveX,实现Word文档的完整读写功能(doc/docx格式)。
- 提供文档批量处理、合并、批量替换、模板填充、目录生成与提取标题大纲等高级功能。
- 详细用法示例、依赖说明、典型应用场景和与 docx-tools 的对比指导。
- 提供故障排除建议和最佳实践指南。
版本:v1.0.0
Metadata
Frequently Asked Questions
What is Word Vba?
Word文档读写Skill - 基于VBA和ActiveX,支持doc/docx格式,提供完整读写、批量处理、文档合并、模板填充等功能. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install Word Vba?
Run "/install word-vba" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word Vba free?
Yes, Word Vba is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word Vba support?
Word Vba is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Word Vba?
It is built and maintained by JIRBOY (@jirboy); the current version is v1.0.0.
More Skills