← 返回 Skills 市场
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install offer-letter-generator-docx
功能描述
Word document manipulation with python-docx - handling split placeholders, headers/footers, nested tables
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install offer-letter-generator-docx - 安装完成后,直接呼叫该 Skill 的名称或使用
/offer-letter-generator-docx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
常见问题
docx 是什么?
Word document manipulation with python-docx - handling split placeholders, headers/footers, nested tables. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 docx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install offer-letter-generator-docx」即可一键安装,无需额外配置。
docx 是免费的吗?
是的,docx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
docx 支持哪些平台?
docx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 docx?
由 lnj22(@lnj22)开发并维护,当前版本 v0.1.0。
推荐 Skills