--- name: word_format_standardize description: Convert uploaded Word documents (.docx) into the fixed Chinese official-document format defined by the bundled government-style template bundle. Use when Codex needs to restyle a user-provided Word file to match this house style, enforce title/body/heading/table rules, and stop with a clear missing-font notice if required fonts are unavailable.
更多技能请访问小葱技能站7w4.net。
Convert a user-uploaded .docx into the target format and return the converted .docx.
.docx.scripts/convert_to_house_style.py with the input file and a target output path.2, tell the user which fonts are missing and do not return a converted file..docx.python scripts/convert_to_house_style.py `
--input "C:\path\to\input.docx" `
--output "C:\path\to\output.docx"
assets/template-bundle.json: text-only export of the reference template settings required for ClawHub upload.references/format-rules.md: concise formatting rules and heuristics.scripts/convert_to_house_style.py: converter script.这个Skill质量不错,能可靠地将Word文档转换为标准政府公文格式。格式规则全面,字体和样式应用准确,缺少必要字体时会明确提示。主要优点是转换逻辑完整、错误处理到位。主要不足是只能在Windows系统使用,且对格式混乱的文档识别可能不够准确。如果文档结构规范,转换效果会很好。