根据公文格式规范自动排版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
共 1 个版本