← 返回 Skills 市场
vincent-big-fish

Read Microsoft Word documents (.docx and .doc) with Chinese support

作者 LuoLuo&Big-fish · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
2056
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install read-word
功能描述
Read Microsoft Word documents (.docx and .doc) with Chinese support. Extract text, search keywords, and save as UTF-8 text files. No Microsoft Word installat...
安全使用建议
This skill is mostly safe to inspect and test, but note two practical issues before installing for production use: (1) .docx reading (python-docx) should handle Chinese fine, but the .doc (OLE) parser is very limited and will likely not extract Chinese — treat .doc support as partial and test with sample files first; (2) the code calls sys.exit() inside helper functions when dependencies are missing which can terminate the host process if used inside an agent — consider running it as a standalone script or modify the code to raise exceptions instead of exiting if you plan to import it. Also: install the required dependencies (pip install -r requirements.txt), review the files locally, and avoid feeding sensitive documents until you've validated its behavior on non-sensitive samples.
功能分析
Type: OpenClaw Skill Name: read-word Version: 1.0.0 The skill provides legitimate functionality for reading and searching Microsoft Word documents (.doc and .docx) using standard libraries like python-docx and olefile. No network activity, data exfiltration, or suspicious execution patterns were found in read_word.py or the accompanying documentation.
能力评估
Purpose & Capability
The skill's stated purpose (read .docx and .doc with Chinese support) is mostly met for .docx via python-docx, but the .doc (OLE) parser is a simplistic extractor that only collects printable ASCII-like bytes and will not reliably extract Chinese text. SKILL.md/README contains mixed messages (early 'Full Chinese support' vs later 'Partial' .doc support). This is a functional mismatch / misleading claim, not an indication of malicious intent.
Instruction Scope
Runtime instructions are limited to local file read/write operations and installing python-docx/olefile. The code does not access environment variables, network endpoints, or unrelated system paths. However, the implementation calls sys.exit(1) inside library helper functions when dependencies are missing — that can exit the whole process if these functions are invoked from an embedding host (e.g., an agent) instead of raising exceptions, which is poor practice and may disrupt the agent.
Install Mechanism
No install spec is embedded in the registry; the skill is delivered as files plus requirements.txt and the README/SKILL.md recommends pip installing python-docx and olefile and copying the directory into the skills folder. There are no downloads from arbitrary URLs or extract/install steps that would write unknown code to disk beyond normal copying of the skill files.
Credentials
The skill requires no environment variables, no credentials, and no special config paths. All declared capabilities are file-read/write only and proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. Installation is manual (copying the skill directory); the skill does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install read-word
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /read-word 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
read-word v1.0.0 - Initial release with support for both .docx and legacy .doc Word formats - Full Chinese language encoding support - Keyword search across document paragraphs - Save extracted text as UTF-8 text files - No Microsoft Word installation required
元数据
Slug read-word
版本 1.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Read Microsoft Word documents (.docx and .doc) with Chinese support 是什么?

Read Microsoft Word documents (.docx and .doc) with Chinese support. Extract text, search keywords, and save as UTF-8 text files. No Microsoft Word installat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2056 次。

如何安装 Read Microsoft Word documents (.docx and .doc) with Chinese support?

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

Read Microsoft Word documents (.docx and .doc) with Chinese support 是免费的吗?

是的,Read Microsoft Word documents (.docx and .doc) with Chinese support 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Read Microsoft Word documents (.docx and .doc) with Chinese support 支持哪些平台?

Read Microsoft Word documents (.docx and .doc) with Chinese support 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Read Microsoft Word documents (.docx and .doc) with Chinese support?

由 LuoLuo&Big-fish(@vincent-big-fish)开发并维护,当前版本 v1.0.0。

💬 留言讨论