← Back to Skills Marketplace
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install offer-letter-generator-docx
Description
Word document manipulation with python-docx - handling split placeholders, headers/footers, nested tables
Usage Guidance
This skill is an instruction-only recipe for using python-docx to replace placeholders and handle headers/tables in .docx templates. It does not request credentials or perform networking. Before using: (1) ensure your agent/runtime has Python and the python-docx package installed; (2) review the template files you supply (avoid untrusted .docm with macros or external links); (3) test on non-production sample documents to verify placeholder handling and conditionals; (4) if you intend to run this automatically, consider adding explicit dependency metadata so the runtime can validate the environment. Overall the pieces are coherent and proportionate.
Capability Analysis
Type: OpenClaw Skill
Name: offer-letter-generator-docx
Version: 0.1.0
The skill bundle provides legitimate utility functions and instructions for manipulating Word documents using the python-docx library. The code in SKILL.md specifically addresses common technical challenges like split placeholders in XML runs, nested tables, and headers/footers, without any indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (docx manipulation using python-docx) matches the instructions: placeholder replacement, headers/footers, nested tables and conditional sections. No unrelated credentials, binaries, or platform-level access are requested.
Instruction Scope
SKILL.md limits itself to reading/writing .docx templates, traversing paragraphs/tables/headers/footers, and replacing placeholders; it does not instruct reading unrelated files, accessing network endpoints, or exfiltrating secrets. File I/O (template, data, output) is expected for this task.
Install Mechanism
No install spec is provided (instruction-only), which is lowest risk. The documentation expects python-docx but does not declare or install it; this is a minor documentation gap rather than a security issue—users should ensure python and python-docx are available in the runtime environment.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or broad system access.
Persistence & Privilege
Skill is not always-enabled and does not request system persistence or modify other skills/config; autonomous invocation is allowed by default but that is normal and acceptable here given the narrow scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install offer-letter-generator-docx - After installation, invoke the skill by name or use
/offer-letter-generator-docx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Bulk publish from all-task-skills-dedup
Metadata
Frequently Asked Questions
What is docx?
Word document manipulation with python-docx - handling split placeholders, headers/footers, nested tables. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install docx?
Run "/install offer-letter-generator-docx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is docx free?
Yes, docx is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does docx support?
docx is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created docx?
It is built and maintained by lnj22 (@lnj22); the current version is v0.1.0.
More Skills