Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Extract text from Microsoft Word documents
.claude/skills/axoviq-ai-docx/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | -79% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -39% | 0% |
Extracts paragraph text from .docx files using python-docx.
bashpip install python-docx
pythonimport asyncio from synthadoc.skills.docx.scripts.main import DocxSkill skill = DocxSkill() async def main(): result = await skill.extract("/path/to/document.docx") print(result.text) # all paragraphs joined as plain text asyncio.run(main())
.docxword document, docxOther measured skills in the registry, with their headline benchmark lift.