← Back to Skills Marketplace
WORD,OFFICE,office,word文档处理工具
by
wanghao20150901
· GitHub ↗
· v1.0.1
· MIT-0
209
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclawkit-word
Description
Word文档处理工具套件,提供Word文档的创建、读取、内容提取和基本处理功能。
Usage Guidance
This skill is internally coherent for local .docx processing and contains no obvious exfiltration or credential use. Things to check before installing: 1) The SKILL.md examples call scripts/main.py but the included file is scripts/openclawkit_word.py — verify or adapt the CLI wrapper if you plan to use command-line features. 2) Install python-docx in a controlled environment (virtualenv) before running. 3) As with any tool that opens files, avoid processing untrusted documents or run them in a sandbox; .docx can contain embedded items or links. 4) If you want to be extra cautious, inspect the referenced GitHub repository (https://github.com/wanghao20150901/openclawkit-word.git) and run the code in an isolated environment. Overall, the skill appears benign but check the CLI filename mismatch and run in a VM/virtualenv if you are unsure.
Capability Analysis
Type: OpenClaw Skill
Name: openclawkit-word
Version: 1.0.1
The skill bundle is a legitimate toolkit for creating and reading Word documents using the standard 'python-docx' library. The implementation in 'scripts/openclawkit_word.py' and the instructions in 'SKILL.md' are well-documented, transparent, and strictly limited to document processing without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (Word document creation, reading, extraction, batch processing) matches the code and declared dependency (python-docx). The only inconsistency is that SKILL.md's CLI examples reference scripts/main.py, while the repository contains scripts/openclawkit_word.py (which provides a demo __main__). Functionality requested (python-docx) is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run CLI commands (e.g., python scripts/main.py ...) and to read/write local files (docx, json), which is appropriate for this skill. However, those CLI filenames do not match the provided script (openclawkit_word.py). The instructions do not request extra environment variables, access to unrelated system paths, or external endpoints.
Install Mechanism
There is no install spec — instruction-only plus a small Python module. The only runtime dependency is python-docx (pip). No downloads from arbitrary URLs or archive extraction were found.
Credentials
The skill declares no required environment variables, no credentials, and the code does not read environment variables or secret/config paths. This is proportional to a local document-processing tool.
Persistence & Privilege
Defaults are used (always: false, agent-invocable allowed). The skill does not request permanent/global privileges or modify other skills' configs. Autonomous invocation is enabled by 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 openclawkit-word - After installation, invoke the skill by name or use
/openclawkit-word - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
openclawkit-word v1.0.1
- 初始版本发布
- 支持Word文档创建、读取、内容提取及格式处理
- 提供表格插入和批量处理功能
- 命令行与Python API双重接口
- 增加详细示例和完善的错误处理
Metadata
Frequently Asked Questions
What is WORD,OFFICE,office,word文档处理工具?
Word文档处理工具套件,提供Word文档的创建、读取、内容提取和基本处理功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.
How do I install WORD,OFFICE,office,word文档处理工具?
Run "/install openclawkit-word" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WORD,OFFICE,office,word文档处理工具 free?
Yes, WORD,OFFICE,office,word文档处理工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WORD,OFFICE,office,word文档处理工具 support?
WORD,OFFICE,office,word文档处理工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WORD,OFFICE,office,word文档处理工具?
It is built and maintained by wanghao20150901 (@wanghao20150901); the current version is v1.0.1.
More Skills