📝 WORD,OFFICE — Word文档处理

v1.0.1

一站式Word文档处理工具,支持创建、读取、提取内容及基础格式编辑,助力高效办公。

0· 151·0 当前·0 累计
下载技能包
最后更新
2026/3/28
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill appears to implement a straightforward Word (.docx) processing toolkit that matches its description; there are minor documentation mismatches but no signs of credential access, networking, or hidden behavior.
评估建议
This skill is internally coherent for local .docx processing and contains no obvious exfiltration or credential use. Things to check before installing: 1) The SKILL.md examples call scripts/main.py but the included file is scripts/openclawkit_word.py — verify or adapt the CLI wrapper if you plan to use command-line features. 2) Install python-docx in a controlled environment (virtualenv) before running. 3) As with any tool that opens files, avoid processing untrusted documents or run them in a s...
详细分析 ▾
用途与能力
The name/description (Word document creation, reading, extraction, batch processing) matches the code and declared dependency (python-docx). The only inconsistency is that SKILL.md's CLI examples reference scripts/main.py, while the repository contains scripts/openclawkit_word.py (which provides a demo __main__). Functionality requested (python-docx) is proportional to the stated purpose.
指令范围
SKILL.md instructs the agent to run CLI commands (e.g., python scripts/main.py ...) and to read/write local files (docx, json), which is appropriate for this skill. However, those CLI filenames do not match the provided script (openclawkit_word.py). The instructions do not request extra environment variables, access to unrelated system paths, or external endpoints.
安装机制
There is no install spec — instruction-only plus a small Python module. The only runtime dependency is python-docx (pip). No downloads from arbitrary URLs or archive extraction were found.
凭证需求
The skill declares no required environment variables, no credentials, and the code does not read environment variables or secret/config paths. This is proportional to a local document-processing tool.
持久化与权限
Defaults are used (always: false, agent-invocable allowed). The skill does not request permanent/global privileges or modify other skills' configs. Autonomous invocation is enabled by platform default but not combined with other red flags.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/28

openclawkit-word v1.0.1 - 初始版本发布 - 支持Word文档创建、读取、内容提取及格式处理 - 提供表格插入和批量处理功能 - 命令行与Python API双重接口 - 增加详细示例和完善的错误处理

无害

安装命令

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