← 返回 Skills 市场
wanghao20150901

WORD,OFFICE,office,word文档处理工具

作者 wanghao20150901 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
209
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclawkit-word
功能描述
Word文档处理工具套件,提供Word文档的创建、读取、内容提取和基本处理功能。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclawkit-word
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclawkit-word 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
openclawkit-word v1.0.1 - 初始版本发布 - 支持Word文档创建、读取、内容提取及格式处理 - 提供表格插入和批量处理功能 - 命令行与Python API双重接口 - 增加详细示例和完善的错误处理
元数据
Slug openclawkit-word
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WORD,OFFICE,office,word文档处理工具 是什么?

Word文档处理工具套件,提供Word文档的创建、读取、内容提取和基本处理功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 WORD,OFFICE,office,word文档处理工具?

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

WORD,OFFICE,office,word文档处理工具 是免费的吗?

是的,WORD,OFFICE,office,word文档处理工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WORD,OFFICE,office,word文档处理工具 支持哪些平台?

WORD,OFFICE,office,word文档处理工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WORD,OFFICE,office,word文档处理工具?

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

💬 留言讨论