Cwicr Quantity Matcher
Match BIM quantities to CWICR work items. Map element categories to cost codes, validate quantities, and generate cost-linked QTOs.
Why use this skill?
Streamline your construction estimating with the Cwicr Quantity Matcher. Automate BIM quantity mapping to CWICR codes with validated, accurate cost-linked reporting.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/cwicr-quantity-matcherWhat This Skill Does
The Cwicr Quantity Matcher is an intelligent BIM data processing tool designed to bridge the gap between building information models (BIM) and construction cost estimation systems. It automates the complex task of mapping raw element quantities from BIM files into standardized CWICR work items. By leveraging a rule-based engine and semantic matching algorithms, the skill interprets element categories, assigns them to appropriate cost codes, and validates unit measurements. It produces comprehensive, cost-linked Quantity Take-Offs (QTOs) that ensure high data integrity, significantly reducing the manual effort usually required to reconcile design quantities with procurement or budget items.
Installation
To integrate this skill into your environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/datadrivenconstruction/cwicr-quantity-matcher
Use Cases
- Project Estimating: Automatically convert architectural Revit models into detailed cost breakdown structures.
- Quantity Reconciliation: Validate BIM-extracted material quantities against historical cost code benchmarks to detect potential modeling errors.
- Interoperability Standards: Harmonize project-specific naming conventions into corporate-standard CWICR codes for cross-project reporting.
- Procurement Preparation: Generate filtered, unit-converted material lists for vendor request-for-quotations (RFQs).
Example Prompts
- "Map the exported floor and wall elements from the 'Design_Model_V4.csv' file to the CWICR database and output a list of any unmatched items."
- "Perform a quantity take-off on the 'Mechanical_Systems_Model' and convert all square footage measurements to square meters using the internal conversion rules."
- "Review the current cost-linked QTO for the concrete pour; flag any items where the confidence score is below 70% and require my manual validation."
Tips & Limitations
- Quality of Input: The skill relies heavily on clean BIM data; ensure that your export categories are properly mapped to Revit system categories before processing.
- Manual Review: While the tool provides confidence scores, always perform a visual spot-check on 'Medium' and 'Low' confidence results, as complex semantic relationships may sometimes require human judgment.
- Unit Standardization: Ensure your source units are consistent (e.g., all SI or Imperial) to maximize the effectiveness of the automated unit conversion engine. If a specific unit is not in the configuration, you may need to extend the conversion dictionary.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-datadrivenconstruction-cwicr-quantity-matcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
data-lineage-tracker
Track data origin, transformations, and flow through construction systems. Essential for audit trails, compliance, and debugging data issues.
cwicr-cost-calculator
Calculate construction costs using DDC CWICR resource-based methodology. Break down costs into labor, materials, equipment with transparent pricing.
data-anomaly-detector
Detect anomalies and outliers in construction data: unusual costs, schedule variances, productivity spikes. Statistical and ML-based detection methods.
historical-cost-analyzer
Analyze historical construction costs for benchmarking, trend analysis, and estimating calibration. Compare projects, track escalation, identify patterns.
df-merger
Merge pandas DataFrames from multiple construction sources. Handle different schemas, keys, and data quality issues.