← Back to Skills Marketplace
vincent-big-fish

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

by LuoLuo&Big-fish · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
2056
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install read-word
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install read-word
  3. After installation, invoke the skill by name or use /read-word
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug read-word
Version 1.0.0
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 2056 downloads so far.

How do I install Read Microsoft Word documents (.docx and .doc) with Chinese support?

Run "/install read-word" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

Yes, Read Microsoft Word documents (.docx and .doc) with Chinese support is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Read Microsoft Word documents (.docx and .doc) with Chinese support support?

Read Microsoft Word documents (.docx and .doc) with Chinese support is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by LuoLuo&Big-fish (@vincent-big-fish); the current version is v1.0.0.

💬 Comments