← Back to Skills Marketplace
kyro-ma

Word Docx Formatting Repair Helper

by Kyro · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install word-docx-formatting-repair-helper
Description
Diagnose and repair Microsoft Word DOCX formatting problems, including styles, numbering, section breaks, headers and footers, comments, tracked changes, and...
README (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.

Usage Guidance
This skill is reasonable to install for DOCX formatting repair. Because it may activate on broad Word-related requests, be deliberate when using it with sensitive legal or business documents: provide only the file needed, keep an original backup, and review any repaired copy before relying on it.
Capability Assessment
Purpose & Capability
The stated purpose and instructions consistently focus on DOCX formatting repair, OOXML inspection, styles, numbering, section breaks, comments, and tracked changes.
Instruction Scope
The English skill is well scoped and tells the agent to request DOCX files only when needed and preserve originals; some Chinese metadata, README trigger examples, and implicit invocation settings are broad enough to risk accidental activation for general Word or productivity requests.
Install Mechanism
The artifact contains only Markdown and YAML files, with no executable scripts, package installers, shell setup, or runtime credential requirements.
Credentials
Local ZIP/OOXML inspection and Word-compatible library use are proportionate to repairing DOCX files; the artifacts do not request cloud access, account access, credentials, or network data flows.
Persistence & Privilege
No background workers, persistence, privilege escalation, credential/session access, or automatic external data handling are described.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install word-docx-formatting-repair-helper
  3. After installation, invoke the skill by name or use /word-docx-formatting-repair-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Improved documentation with clear diagnosis, repair, and validation workflow for DOCX formatting problems. - Expanded descriptions of failure modes and repair best practices. - Details on when to request files and how to preserve tracked changes, comments, and document structure. - Specific OOXML inspection and editing instructions for styles, numbering, section breaks, and more. - Added common fix patterns and clarified output expectations for users.
Metadata
Slug word-docx-formatting-repair-helper
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Word Docx Formatting Repair Helper?

Diagnose and repair Microsoft Word DOCX formatting problems, including styles, numbering, section breaks, headers and footers, comments, tracked changes, and... It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install Word Docx Formatting Repair Helper?

Run "/install word-docx-formatting-repair-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Word Docx Formatting Repair Helper free?

Yes, Word Docx Formatting Repair Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Word Docx Formatting Repair Helper support?

Word Docx Formatting Repair Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Word Docx Formatting Repair Helper?

It is built and maintained by Kyro (@kyro-ma); the current version is v1.0.1.

💬 Comments