← Back to Skills Marketplace
9286
Downloads
9
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tiangong-wps-word-automation
Description
Automate common Word/WPS document operations on Windows via COM (read text, replace, insert, headings, headers/footers, page breaks, merge, split, export to PDF/TXT, add/replace images). Use for single-document actions (no batch).
Usage Guidance
Install this only if you want local automation that can read, edit, create, and export Word/WPS documents. Use copies for important files, choose output paths carefully, and be aware that merge/split can touch more than one document or produce multiple files despite the no-batch wording.
Capability Analysis
Type: OpenClaw Skill
Name: tiangong-wps-word-automation
Version: 0.1.0
The skill bundle provides Python scripts for automating Microsoft Word or WPS Writer operations via COM on Windows. The `SKILL.md` instructions are clear and functional, without any prompt injection attempts. The `wps_word_automation.py` script uses `pywin32` to perform document manipulations (read, replace, insert, merge, split, export, etc.) and handles file paths as expected for its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All observed behaviors are aligned with the described functionality.
Capability Assessment
Purpose & Capability
Reading, editing, merging, splitting, exporting, and adding images to documents is aligned with the stated automation purpose, but these capabilities can create or modify local document files.
Instruction Scope
The documentation is internally inconsistent: it says single-document/no-batch use while also documenting merge and split commands, and it says add/replace images although the script only adds an image. These are clarity issues, not hidden behavior, because the commands and paths are explicitly shown.
Install Mechanism
The artifact contains a SKILL.md file and one local Python script. Requirements are disclosed as Windows, Word or WPS Writer, Python, and pywin32; no hidden installer, loader, or network dependency was found.
Credentials
Using Windows COM automation and user-supplied file paths is proportionate for Word/WPS automation. The script does not access credentials, profiles, broad local indexes, or unrelated sensitive stores.
Persistence & Privilege
No startup persistence, privilege escalation, background worker, obfuscation, network transfer, or destructive command behavior was found. File writes are limited to user-supplied save/output/outdir paths.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tiangong-wps-word-automation - After installation, invoke the skill by name or use
/tiangong-wps-word-automation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Automate Word/WPS document operations on Windows from the command line.
- Supports reading text, find/replace, text insertion, heading formatting, header/footer editing, and page breaks.
- Allows merging, splitting, and exporting documents to PDF or TXT.
- Images can be added or replaced at the document end.
- Single-document operations only; batch processing not supported.
- Requires Windows, Microsoft Word or WPS Writer, and Python with pywin32.
Metadata
Frequently Asked Questions
What is Word Automation?
Automate common Word/WPS document operations on Windows via COM (read text, replace, insert, headings, headers/footers, page breaks, merge, split, export to PDF/TXT, add/replace images). Use for single-document actions (no batch). It is an AI Agent Skill for Claude Code / OpenClaw, with 9286 downloads so far.
How do I install Word Automation?
Run "/install tiangong-wps-word-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word Automation free?
Yes, Word Automation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Word Automation support?
Word Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Word Automation?
It is built and maintained by Fadeloo (@fadeloo); the current version is v0.1.0.
More Skills