← 返回 Skills 市场
Word Handler
作者
Jaden's built a claw
· GitHub ↗
· v1.0.0
· MIT-0
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssa-word-docx
功能描述
Create, read, and edit Word documents (.docx) with support for templates, tables, and styling.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssa-word-docx - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssa-word-docx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Generate Word documents (.docx)
元数据
常见问题
Word Handler 是什么?
Create, read, and edit Word documents (.docx) with support for templates, tables, and styling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Word Handler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssa-word-docx」即可一键安装,无需额外配置。
Word Handler 是免费的吗?
是的,Word Handler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word Handler 支持哪些平台?
Word Handler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Word Handler?
由 Jaden's built a claw(@cjboy007)开发并维护,当前版本 v1.0.0。
推荐 Skills