← Back to Skills Marketplace
smallkeyboy

Word Template Filler

by smallKeyboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install word-template-filler
Description
Word模板智能填充工具。解析Word模板中的{{占位符}},AI生成主题内容并填充模板生成新文档。触发场景:(1) 用户上传Word模板需要填充内容 (2) 处理包含占位符的Word文档 (3) 批量生成基于模板的文档 (4) 关键词:模板填充、Word模板、占位符、文档生成、{{}}替换。
Usage Guidance
This skill is coherent and operates locally on .docx files using python-docx, but: (1) review and run the included scripts in an isolated environment (virtualenv/container) before use since the package source is unknown; (2) verify any uploader skill you call separately — it may require credentials and will handle network upload; (3) the AI content-generation step is agent-driven (not implemented in the scripts) so avoid instructing the agent to include sensitive secrets or PII in generated documents; (4) test with non-sensitive templates to confirm formatting behavior (the replacer rebuilds runs and may alter complex formatting). If you need the uploader integration, inspect that skill's permissions before granting credentials.
Capability Analysis
Type: OpenClaw Skill Name: word-template-filler Version: 1.0.0 The skill bundle provides legitimate functionality for parsing and filling Word document templates using the `python-docx` library. The Python scripts `scripts/parse_template.py` and `scripts/fill_template.py` implement standard regex-based text replacement within paragraphs, tables, headers, and footers. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found in the code or the `SKILL.md` instructions.
Capability Assessment
Purpose & Capability
The name/description match the code and instructions: parse .docx for {{placeholders}}, accept a JSON map of values, and write a filled .docx. The required dependency (python-docx) is appropriate and no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md describes the full flow (parse → AI generate content → fill → upload). The provided scripts implement parsing and filling but do not perform AI content generation or uploading — those are expected to be handled by the agent and by an external 'uploader' skill. This is coherent, but the doc is open about delegating AI generation and upload steps to other components.
Install Mechanism
There is no installer; SKILL.md suggests creating a virtualenv and pip installing python-docx. This is a standard, low-risk approach. No downloads from untrusted URLs or extract operations are present.
Credentials
The skill requests no environment variables or credentials. One consideration: SKILL.md instructs calling an external 'uploader' skill to publish generated files — that uploader may require credentials not declared here. The skill itself does not ask for unrelated secrets.
Persistence & Privilege
always is false, the skill is user-invocable, and it does not modify other skills or system-wide settings. It does not request permanent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install word-template-filler
  3. After installation, invoke the skill by name or use /word-template-filler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug word-template-filler
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Word Template Filler?

Word模板智能填充工具。解析Word模板中的{{占位符}},AI生成主题内容并填充模板生成新文档。触发场景:(1) 用户上传Word模板需要填充内容 (2) 处理包含占位符的Word文档 (3) 批量生成基于模板的文档 (4) 关键词:模板填充、Word模板、占位符、文档生成、{{}}替换。 It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.

How do I install Word Template Filler?

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

Is Word Template Filler free?

Yes, Word Template Filler is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Word Template Filler support?

Word Template Filler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Word Template Filler?

It is built and maintained by smallKeyboy (@smallkeyboy); the current version is v1.0.0.

💬 Comments