This handles Word document processing through Python's python-docx library. You get two main scripts: one reads docx files and extracts text, tables, and image metadata, the other converts documents to markdown or plain text. It's triggered by phrases like "读取word" or "分析文档" and outputs structured summaries with paragraph counts and content breakdown. The 30-second timeout on reads and 60 seconds on conversions suggest it's meant for typical business documents, not massive files. Straightforward utility if you're already working in Claude and need to pull content from Word docs without switching contexts or firing up a separate conversion tool.
npx skills add https://github.com/twwch/openskills --skill docx-processor