Install
openclaw skills install bid-review-liteAI-powered bid/tender document review. Extracts text from .docx/.doc files, cross-references bid requirements vs responses, and generates a detailed audit report with risk ratings.
openclaw skills install bid-review-liteReview bid/tender documents for errors, contradictions, compliance issues, and fraud indicators using AI analysis.
What it does:
Ideal for:
Place your bid documents in a working directory:
Tell your agent:
Review the bid documents in [directory]. The procurement document is [file1]
and the bid response is [file2].
The agent will:
python3 {baseDir}/scripts/extract_text.py input.docx output.txt
python3 {baseDir}/scripts/extract_doc_text.py input.doc output.txt
Generate the report in Markdown with this structure:
# Bid Review Report
## Project Info
- Procurement: [name]
- Bidder: [name]
- Date: [date]
## Summary
| Category | Status | Notes |
|----------|--------|-------|
| Pricing | ✅/⚠️/❌ | ... |
| Mandatory params | ✅/⚠️/❌ | ... |
| ... | ... | ... |
## 🔴 Critical Issues (may cause disqualification)
### 1. [Issue title]
- Location: [where in document]
- Detail: [what's wrong]
- Impact: [consequence]
- Recommendation: [fix]
## 🟡 Medium Issues (affects scoring)
...
## ✅ Positive Findings
...
## Checklist Summary
[Completed checklist with pass/fail for each item]
pip3 install python-docx)pip3 install olefile) — for .doc files onlyThis lite version covers text-based review only. It does not include:
For full image review capabilities, see the complete bid-review skill.
This skill was developed from reviewing 3 real bid documents (1,800+ pages, 2,600+ images) in the road maintenance equipment industry. Every checklist item comes from an actual issue found in production reviews.
Issues discovered include: fake test data, stolen web images with visible watermarks, technical parameters contradicting government records by 4 tons, expired certificates submitted as valid, and 30+ pages of copied filler content.