← Back to Skills Marketplace
Word Handler
by
Jaden's built a claw
· GitHub ↗
· v1.0.0
· MIT-0
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ssa-word-docx
Description
Create, read, and edit Word documents (.docx) with support for templates, tables, and styling.
Usage Guidance
This skill generally does what it says (creates and edits .docx using python-docx), but the included script adds a parent-relative path to Python's import search and tries to import a module named quotation_schema. Before installing or running it: (1) inspect any quotation_schema module on your system (or in project folders) because it could be executed when the script runs; (2) consider removing or modifying the sys.path insertion so the script only uses bundled code or well-audited dependencies; (3) run the script in an isolated environment (container or VM) with limited filesystem access and no sensitive files mounted; (4) if you need validation, vendor the validation logic into the skill or require a clearly named, auditable dependency; and (5) if you are not comfortable auditing code, avoid running the skill in a production environment.
Capability Analysis
Type: OpenClaw Skill
Name: ssa-word-docx
Version: 1.0.0
The skill bundle provides standard functionality for generating Word (.docx) quotations locally using the python-docx library. The script 'scripts/generate_quotation_docx.py' handles document styling and data population without any network requests, shell execution, or unauthorized file access. No evidence of malicious intent or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (create/read/edit .docx, templates, tables, styling) matches the provided SKILL.md and the included Python script which uses python-docx. The single dependency (python-docx) is appropriate for the stated functionality.
Instruction Scope
SKILL.md instructs local processing only and the script otherwise stays within that scope, but the script inserts a path (parent/../quotation-workflow/scripts) onto sys.path and attempts to import quotation_schema.validate_quotation_data. That allows execution of arbitrary code from outside the skill directory if such a module exists on disk — a behavior beyond simple DOCX manipulation and not documented in SKILL.md.
Install Mechanism
No install spec (instruction-only) and dependency is a single pip package (python-docx) mentioned in SKILL.md. This is proportionate to the task and lower risk than arbitrary binary downloads.
Credentials
The skill requests no environment variables or credentials (appropriate). However, the script's dynamic sys.path modification could cause it to import and run code from unrelated parts of the host filesystem — this is a form of broad filesystem trust rather than credential misuse.
Persistence & Privilege
always is false and there are no install-time persistence actions or modifications to other skills or global agent settings. The skill does local file reads/writes (creating DOCX files) which are expected for this purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ssa-word-docx - After installation, invoke the skill by name or use
/ssa-word-docx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Generate Word documents (.docx)
Metadata
Frequently Asked Questions
What is Word Handler?
Create, read, and edit Word documents (.docx) with support for templates, tables, and styling. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Word Handler?
Run "/install ssa-word-docx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word Handler free?
Yes, Word Handler is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word Handler support?
Word Handler is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Word Handler?
It is built and maintained by Jaden's built a claw (@cjboy007); the current version is v1.0.0.
More Skills