← 返回 Skills 市场
kyro-ma

Word DOCX Formatting Repair

作者 Kyro · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
45
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install word-docx-formatting-repair-helper-180322
功能描述
Diagnose and repair Microsoft Word DOCX formatting problems, including styles, numbering, section breaks, headers and footers, comments, tracked changes, and...
使用说明 (SKILL.md)

Word DOCX Formatting Repair

Use this skill when a Word document looks wrong, a DOCX automation task breaks formatting, or the user needs a reliable plan for repairing Word files without hand-editing every page.

Workflow

  1. Identify the failure mode: visual formatting drift, broken numbering, missing headers, section break chaos, tracked-change/comment problems, template mismatch, or corrupted OOXML.
  2. Ask for the DOCX file only when inspection is required. If the user describes the issue clearly, start with a repair plan and note assumptions.
  3. Preserve the original file. Work on a copy and avoid flattening tracked changes or comments unless the user explicitly requests it.
  4. Inspect the document structure before editing:
    • Use ZIP/OOXML inspection for word/document.xml, word/styles.xml, word/numbering.xml, word/settings.xml, relationships, headers, and footers.
    • Use Word-compatible libraries such as python-docx only for operations it safely supports.
    • Use direct OOXML edits for unsupported features such as complex numbering, comments, content controls, and some tracked-change structures.
  5. Build a repair map that ties each visible problem to its likely source: paragraph style, direct formatting, numbering definition, section property, relationship target, or theme/font setting.
  6. Apply the smallest safe change. Prefer style corrections and numbering definitions over rewriting all paragraphs.
  7. Validate by reopening or rendering the document when possible, checking page count, headings, numbering sequences, headers/footers, comments, tracked changes, and tables.

Common Fix Patterns

  • Broken multilevel numbering: inspect numbering.xml, confirm abstractNum and numId mappings, then relink affected paragraphs instead of replacing visible text.
  • Heading style drift: compare styles.xml against the template, repair style definitions, then remove unnecessary direct formatting from affected paragraphs.
  • Section break problems: inspect w:sectPr placement, page orientation, margins, and header/footer references before moving content.
  • Tracked changes and comments: never strip w:ins, w:del, or comment relationships unless the user asks for a clean final copy.
  • Compatibility issues: check generated OOXML against Word expectations, especially namespaces, relationship IDs, content types, and unsupported library output.

Outputs

Provide the user with:

  • A diagnosis of what is likely wrong and where it lives in the DOCX package.
  • A precise repair plan or implemented document/code change.
  • A validation note describing how the repaired DOCX was checked.
  • Any remaining risks, especially where Word desktop behavior cannot be fully verified locally.

Read references/requirement-plan.md only when evidence from the demand-agent run is needed.

安全使用建议
Install only if you want an agent to help inspect or repair Word DOCX formatting. Use it on copies of documents, review changes before relying on the repaired file, and be cautious with confidential legal or business documents because implicit invocation could select this skill for some Word-related requests.
能力评估
Purpose & Capability
The main skill instructions are narrowly about diagnosing and repairing Microsoft Word DOCX formatting, styles, numbering, section breaks, comments, tracked changes, and OOXML issues.
Instruction Scope
The English runtime instructions include safeguards such as asking for a DOCX only when needed, preserving the original, working on a copy, and avoiding removal of tracked changes or comments without explicit user request; the Chinese trigger text and README trigger examples are broader and lower quality.
Install Mechanism
The package contains only markdown and YAML metadata files, with no executable scripts, installer commands, package hooks, or requested API keys.
Credentials
Local DOCX inspection and editing guidance is proportionate to the stated repair purpose, and there is no evidence of broad local indexing, background workers, network upload, or credential use.
Persistence & Privilege
The OpenAI agent metadata allows implicit invocation, which can increase accidental activation risk for document-related requests, but the artifact does not add persistence, privileges, background execution, or automatic file access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install word-docx-formatting-repair-helper-180322
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /word-docx-formatting-repair-helper-180322 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of Word DOCX Formatting Repair Helper. - Diagnose and repair common Microsoft Word DOCX formatting issues, including styles, numbering, section breaks, headers/footers, comments, tracked changes, and OOXML compatibility. - Recommends safe, repeatable repair workflows focused on minimal and targeted changes. - Outlines structured inspection and validation steps for robust document formatting repair. - Provides clear user outputs: diagnosis, repair plan or code, validation notes, and known limitations.
元数据
Slug word-docx-formatting-repair-helper-180322
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Word DOCX Formatting Repair 是什么?

Diagnose and repair Microsoft Word DOCX formatting problems, including styles, numbering, section breaks, headers and footers, comments, tracked changes, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 Word DOCX Formatting Repair?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-docx-formatting-repair-helper-180322」即可一键安装,无需额外配置。

Word DOCX Formatting Repair 是免费的吗?

是的,Word DOCX Formatting Repair 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Word DOCX Formatting Repair 支持哪些平台?

Word DOCX Formatting Repair 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Word DOCX Formatting Repair?

由 Kyro(@kyro-ma)开发并维护,当前版本 v0.1.0。

💬 留言讨论