docx
PassAudited by ClawScan on Apr 14, 2026.
Overview
The skill is an instruction-only guide for manipulating .docx files with python-docx and its requirements and behavior are consistent with that purpose.
This skill is an instruction-only recipe for using python-docx to replace placeholders and handle headers/tables in .docx templates. It does not request credentials or perform networking. Before using: (1) ensure your agent/runtime has Python and the python-docx package installed; (2) review the template files you supply (avoid untrusted .docm with macros or external links); (3) test on non-production sample documents to verify placeholder handling and conditionals; (4) if you intend to run this automatically, consider adding explicit dependency metadata so the runtime can validate the environment. Overall the pieces are coherent and proportionate.
