Install
openclaw skills install doc-format-gw公文排版工具 - 根据公文格式规范自动排版Word文档。适用于发送Word文件前进行格式调整。
openclaw skills install doc-format-gw根据公文格式规范自动排版Word文档。
用户要求:
python3 ~/.npm-global/lib/node_modules/openclaw/skills/doc-format-gw/format_gw.py <input.docx> <output.docx>
或者在Python中调用:
from format_gw import format_document
format_document('input.docx', 'output.docx')
详见同目录下的 references/format-rules.md