docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When GLM needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
npx skills add jjyaoao/HelloAgents --skill docx --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# DOCX creation, editing, and analysis ## Overview A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks. # Design requiremnet Deliver studio-quality Word documents with deep thought on content, functionality, and styling. Users often don't explicitly request advanced features (covers, TOC, backgrounds, back covers, footnotes, charts)—deeply understand needs and proactively extend. The document must have 1.3x line spacing and have charts centered horizontally. ## Available color(choose one) - "Ink & Zen" Color Palette (Wabi-Sabi Style) The design uses a grayscale "Ink" palette to differentiate from standard business blue/morandi styles. Primary (Titles):#0B1220 Body Text:#0F172A Secondary (Subtitles):#2B2B2B Accent (UI / Decor):#9AA6B2 Table Header / Subtle Background:#F1F5F9 - Wilderness Oasis": Sage & Deep Forest Primary (Titles): #1A1F16 (Deep Forest Ink) Body Text: #2D3329 (Dark Moss Gray) Secondary (Subtitles): #4A5548 (Neutral Olive) Accent (UI/Decor): #94A3B8 (Steady Silver) T
- Overview
- Available color(choose one)
- Chinese plot PNG method
- Specialized Element Styling
- Alignment and Typography
- CRITICAL: Chinese Quotes in JavaScript/TypeScript Code
- Workflow Decision Tree
- Reading/Analyzing Content
- Creating New Document
- Editing Existing Document
- Reading and analyzing content
- Text extraction
- Raw XML access
- Creating a new Word document
Convert document to markdown with tracked changes pandoc --track-changes=all path-to-file.docx -o output.md python skills/docx/scripts/add_toc_placeholders.py document.docx \ pandoc --track-changes=all path-to-file.docx -o current.md python ooxml/scripts/pack.py unpacked reviewed-document.docx pandoc --track-changes=all reviewed-document.docx -o verification.md grep "original phrase" verification.md # Should NOT find it grep "replacement phrase" verification.md # Should find it soffice --headless --convert-to pdf document.docx pdftoppm -jpeg -r 150 document.pdf page
What does the docx skill do?
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When GLM needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
How do I install it?
Run `npx skills add jjyaoao/HelloAgents --skill docx --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From jjyaoao/HelloAgents, a repository with 2,615 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
