← 返回 Skills 市场
Word Template Filler
作者
smallKeyboy
· GitHub ↗
· v1.0.0
· MIT-0
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install word-template-filler
功能描述
Word模板智能填充工具。解析Word模板中的{{占位符}},AI生成主题内容并填充模板生成新文档。触发场景:(1) 用户上传Word模板需要填充内容 (2) 处理包含占位符的Word文档 (3) 批量生成基于模板的文档 (4) 关键词:模板填充、Word模板、占位符、文档生成、{{}}替换。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-template-filler - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-template-filler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Word Template Filler 是什么?
Word模板智能填充工具。解析Word模板中的{{占位符}},AI生成主题内容并填充模板生成新文档。触发场景:(1) 用户上传Word模板需要填充内容 (2) 处理包含占位符的Word文档 (3) 批量生成基于模板的文档 (4) 关键词:模板填充、Word模板、占位符、文档生成、{{}}替换。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 Word Template Filler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-template-filler」即可一键安装,无需额外配置。
Word Template Filler 是免费的吗?
是的,Word Template Filler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word Template Filler 支持哪些平台?
Word Template Filler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Word Template Filler?
由 smallKeyboy(@smallkeyboy)开发并维护,当前版本 v1.0.0。
推荐 Skills