--- 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.
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.小蔥技能站7w4.net,專業的AI技能分享平臺。
references/format-rules.md: concise formatting rules and heuristics.scripts/convert_to_house_style.py: converter script.這個Skill質量不錯,能可靠地將Word文件轉換為標準政府公文格式。格式規則全面,字型和樣式應用準確,缺少必要字型時會明確提示。主要優點是轉換邏輯完整、錯誤處理到位。主要不足是隻能在Windows系統使用,且對格式混亂的文件識別可能不夠準確。如果文件結構規範,轉換效果會很好。