← 返回 Skills 市场
wenrichard

TDOC Docx

作者 WenRichard · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
365
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tdoc-docx
功能描述
Word 文档全能处理技能 | Complete Word Document Processing Skill. 支持创建、读取、编辑、转换 Word 文档 | Create, read, edit, convert Word documents. 支持 .docx/.doc 格式、中文公文格式、表格、图片、tr...
安全使用建议
This skill appears coherent and implements DOCX processing locally. Before installing: (1) review install.sh since it will install Python packages and system packages (may require sudo) — run it in a VM or sandbox if you want to avoid system changes; (2) inspect any helper scripts that could fetch network resources (e.g., scripts/fetch_file.sh) to confirm there are no unexpected remote downloads; (3) if you don't want the agent to call the skill autonomously, disable model invocation for this skill in agent settings; (4) no secrets or external API keys are required by the skill, so there is no obvious credential exfiltration path. If you want higher assurance, run the code in an isolated environment and audit scripts that invoke subprocesses (LibreOffice/pandoc) or perform external installs.
功能分析
Type: OpenClaw Skill Name: tdoc-docx Version: 1.0.0 The skill bundle contains high-risk technical implementations, most notably in 'scripts/office/soffice.py', which compiles a C-based shim at runtime and uses LD_PRELOAD to intercept system socket calls (socket, accept, listen). While documented as a compatibility fix for sandboxed environments using LibreOffice, this technique is a classic malware vector for system-level manipulation. Additionally, 'scripts/fetch_file.sh' provides broad capabilities to fetch data from remote URLs and SFTP servers, which could be exploited for data exfiltration or fetching malicious payloads. Although the code uses 'defusedxml' to mitigate XXE risks, the combination of on-the-fly C compilation and arbitrary network access presents a significant security risk.
能力评估
Purpose & Capability
Name/description (Word document lifecycle: create/read/edit/convert/diff/comment) aligns with the provided scripts and declared binaries. Required binaries (python3, uv) and the requested system tools (LibreOffice, pandoc, poppler, antiword) are appropriate for the stated conversion and extraction tasks.
Instruction Scope
SKILL.md and the scripts direct the agent to operate on local files (create, unpack/pack, edit XML, convert formats). Instructions do not ask for unrelated files, environment variables, or external endpoints. The skill declares an automatic trigger for document-related requests (routing rules) — this is a functional behavior rather than unexpected data access.
Install Mechanism
Install is provided (install.sh) and uses pip/uv and platform package managers (brew/apt/yum) to install Python deps and system packages (LibreOffice, pandoc, poppler, antiword). These are standard but do run network installs and may call sudo on Linux — review and run in a controlled environment if you don't want system changes.
Credentials
The skill requests no environment variables, no secrets, and no config paths. All operations appear to be local file manipulation and validation; no credentials or unrelated system configs are requested.
Persistence & Privilege
Flags: always=false, user-invocable=true, model invocation enabled (default). The skill does not request permanent/always-on inclusion or modify other skills. Autonomous invocation is allowed by default — this is normal but worth noting if you prefer to restrict autonomous tool use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tdoc-docx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tdoc-docx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tdoc-docx: a complete Word document processing skill. - Provides creation, reading, editing, conversion, and comparison for Word documents (.docx/.doc), supporting Chinese official templates, tables, images, tracked changes, and comments. - Offers both general and specialized (industry/government) template-based document creation with a clear routing decision tree. - Includes scripts for extracting content, batch editing, converting to/from PDF/Markdown, generating diff reports, adding comments, and word count/AI-powered summaries. - Supports common CLI and Python API workflows, with flexible document style options (default, business, academic). - Comprehensive installation guidance for required Python and system-level dependencies. - Auto-activates for a wide range of document-related tasks using keyword triggers.
元数据
Slug tdoc-docx
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TDOC Docx 是什么?

Word 文档全能处理技能 | Complete Word Document Processing Skill. 支持创建、读取、编辑、转换 Word 文档 | Create, read, edit, convert Word documents. 支持 .docx/.doc 格式、中文公文格式、表格、图片、tr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 365 次。

如何安装 TDOC Docx?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tdoc-docx」即可一键安装,无需额外配置。

TDOC Docx 是免费的吗?

是的,TDOC Docx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TDOC Docx 支持哪些平台?

TDOC Docx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TDOC Docx?

由 WenRichard(@wenrichard)开发并维护,当前版本 v1.0.0。

💬 留言讨论