Install
openclaw skills install document-congruence-checkerCompare multiple documents for congruency and consistency. Use when: User needs to verify that multiple documents (contracts, reports, forms, specs) contain consistent information, identify conflicting data points, or ensure alignment across document sets.
openclaw skills install document-congruence-checkerCompare 2+ documents to identify:
User provides:
For each mapped field:
Output a discrepancy table with:
| Field | Doc A | Doc B | Doc C | Status | Notes |
|---|
## 📊 Document Congruence Report
**Documents Compared:** {list}
**Analysis Date:** {date}
**Overall Congruence:** {High/Medium/Low} - {X}% fields aligned
### ✅ Congruent Fields ({count})
| Field | Value | Present In |
|-------|-------|------------|
| {field} | {value} | All docs |
### ⚠️ Incongruent Fields ({count})
| Field | Doc A | Doc B | Doc C | Discrepancy Type |
|-------|-------|-------|-------|------------------|
| Date | 2026-04-01 | 2026-04-10 | 2026-04-01 | Value mismatch |
| Amount | $10,000 | $10,000 | - | Missing in Doc C |
### 📋 Missing Fields ({count})
| Field | Missing In | Impact |
|-------|------------|--------|
| Signature | Doc B | High - legal validity |
### 🔍 Recommendations
1. {action item}
2. {action item}
| Level | Criteria |
|---|---|
| High | 90%+ fields congruent, no critical conflicts |
| Medium | 70-89% congruent, minor conflicts only |
| Low | <70% congruent, or critical conflicts present |
Critical (incongruence = high risk):
Non-Critical (incongruence = low risk):
User: Compare these 3 contract versions for inconsistencies
Agent: [parses docs, outputs congruence table]
User: Check if Q1 report matches Q2 report for opening balances
Agent: [compares specific fields, flags mismatches]
User: Verify all application forms have consistent applicant info
Agent: [cross-checks names, IDs, dates across forms]
read - Parse document contentsexec - Run document parsing tools (pdftotext, docx2txt, etc.)write - Generate congruence reportSkill ready for document congruence analysis