Docx Tools

PassAudited by ClawScan on Apr 17, 2026.

Overview

The code and instructions implement local DOCX/Markdown read/write/convert features as claimed; nothing in the bundle requests secrets or network access, though a few documentation claims (sandboxing, version) are not enforced in code.

This skill appears to be what it says: local DOCX/Markdown read/write/merge tools implemented in plain Python using python-docx. Before installing or running: 1) Review and test in a safe folder because the functions accept arbitrary file paths and can overwrite files — the claimed 'sandbox / only operate in specified directory' is not enforced by the code. 2) Install dependencies with pip in a controlled environment (virtualenv) — pip will download packages from the network even though runtime operations are local. 3) Note small metadata inconsistencies (SKILL.md lists v2.0 while registry shows v1.0.0); consider pulling the files and inspecting them yourself if you need absolute assurance. Overall the bundle is coherent and low-risk, but exercise the usual caution around file paths and dependency installation.