Pulls text and tables out of .docx files using python-docx, which is handy when you need to process Word documents without opening Microsoft Office. It runs via WSL and handles path conversion from Windows to WSL format automatically. The extracted content comes out plain, so you lose all formatting, images, and embedded objects. Works well for turning reports or documents into markdown or feeding their content into other tools. Main gotcha is making sure python-docx is installed correctly, since there's a naming conflict with an older package called docx that'll break things if you grab the wrong one.
npx skills add https://github.com/childbamboo/claude-code-marketplace-sample --skill docx-reader