📦 Docx Tool — Word文档处理

v1.0.0

基于 python-docx 库,一行代码即可创建、读取、修改 Word(.docx) 文档,支持插入文本、段落、表格、样式、图片等常用操作,适合批量生成报告、合同、简历等办公场景。

0· 75·1 当前·1 累计
by @adtomato (xiaodouzi)
下载技能包
最后更新
2026/4/7
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is an instruction-only skill that provides examples for using python-docx to create, read, and modify .docx files; its requirements and instructions are consistent with that purpose and it does not request credentials or install arbitrary code.
评估建议
This skill is basically a how-to document for python-docx and appears coherent. Before using it: 1) ensure you install python-docx from a trusted source (pip from PyPI) in a controlled environment; 2) be aware the examples read and write local .docx files—do not run the examples against sensitive documents you do not want the agent or execution environment to access; 3) because this is instruction-only, the skill itself doesn’t execute code on install—code will run only if you or an agent actual...
详细分析 ▾
用途与能力
Name/description match the SKILL.md examples: all instructions show how to use python-docx to create/read/modify .docx files. There are no unrelated binaries, credentials, or config paths requested.
指令范围
Instructions stay within the stated purpose (file creation, reading, tables, styles, images). They do reference reading and writing local filenames (e.g., 'input.docx', 'existing.docx', 'output.docx') and recommend installing python-docx via pip; this is expected for a docx utility but means the agent or user running these examples will access workspace files—be cautious about sensitive documents.
安装机制
No install spec is included in the skill bundle (instruction-only). The SKILL.md suggests 'pip install python-docx' but the skill does not automatically download or execute anything itself, which is low-risk. Users should install packages from trusted package indexes when running examples.
凭证需求
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated functionality.
持久化与权限
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/7

- Initial release of docx-tool. - Provides examples for creating, reading, and modifying Word (.docx) documents using python-docx. - Includes guides for working with text, paragraphs, tables, styles, and images. - Lists available table styles and paragraph alignment options. - Notes on file format support, compatibility, supported image types, and font usage.

无害

安装命令

点击复制
官方npx clawhub@latest install docx-tool
镜像加速npx clawhub@latest install docx-tool --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库