docx-format
✓使用 python-docx 精确读取、分析、修改 Word 文档(.docx)格式。当用户需要分析文档格式、批量修改格式、统一排版规范、处理中英文混排字体、修改交叉引用样式时使用此 skill。
Installation
SKILL.md
| 修改未生效 | 遗漏表格内容 | 检查是否处理了 doc.tables | | 中文字体不对 | 未用 qn('w:eastAsia') | 必须单独设置中文字体 | | 文件打开失败 | 路径错误或文件被占用 | 检查路径,关闭 Word | | 依赖缺失 | 未用 uv run | 使用完整命令 |
使用 python-docx 精确读取、分析、修改 Word 文档(.docx)格式。当用户需要分析文档格式、批量修改格式、统一排版规范、处理中英文混排字体、修改交叉引用样式时使用此 skill。 Source: ninestep/docx-format-skill.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ninestep/docx-format-skill --skill docx-format Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Security certified for safe and reliable code One-click installation with simplified configuration Compatible with Claude Code, Cursor, and more
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ninestep/docx-format-skill --skill docx-format- Category
- #Documents
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is docx-format?
使用 python-docx 精确读取、分析、修改 Word 文档(.docx)格式。当用户需要分析文档格式、批量修改格式、统一排版规范、处理中英文混排字体、修改交叉引用样式时使用此 skill。 Source: ninestep/docx-format-skill.
How do I install docx-format?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ninestep/docx-format-skill --skill docx-format Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ninestep/docx-format-skill
Details
- Category
- #Documents
- Source
- skills.sh
- First Seen
- 2026-02-01