Cwicr Unit Converter
Convert between construction measurement units. Handle metric/imperial conversion, area/volume calculations, and unit normalization for CWICR data.
Why use this skill?
Standardize construction measurements with the Cwicr Unit Converter. Effortlessly convert metric and imperial units for BIM, cost estimation, and project reporting workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/cwicr-unit-converterWhat This Skill Does
The Cwicr Unit Converter is a specialized AI agent skill designed to bridge the gap between disparate measurement systems in the construction industry. At its core, it acts as a normalization engine that converts between metric and imperial standards for lengths, areas, volumes, weights, and time durations. By utilizing a robust lookup dictionary of conversion factors, the skill ensures that data extracted from BIM models, material invoices, or blueprints is mathematically consistent before it enters the CWICR (Construction Work-In-Progress/Project) data pipeline. It eliminates manual calculation errors and provides a structured way to handle complex construction units like linear feet (lf), square yards, or cubic meters seamlessly.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/datadrivenconstruction/cwicr-unit-converter
Ensure you have the latest version of the ClawHub CLI installed to manage repository permissions correctly.
Use Cases
This skill is indispensable for project managers, BIM coordinators, and procurement officers. Typical workflows include:
- BIM Data Reconciliation: Converting architectural quantities exported from Revit (often in feet/inches) into the metric format required for site-wide cost estimation.
- Procurement Normalization: Standardizing material order units (e.g., converting truckload volumes in cubic yards to cubic meters for international supply chain tracking).
- Reporting & Compliance: Automatically auditing contractor submittals to ensure all reported measurements align with the site's primary reporting standard.
Example Prompts
- "Convert 450 cubic yards of concrete from the foundation submittal into cubic meters so I can update the project master log."
- "Normalize this CSV file of steel beam lengths; some entries are in feet and inches, others are in millimeters. Convert everything to meters."
- "Calculate the total area in square meters for a room measuring 12ft by 15ft, then tell me how many 600mm x 600mm tiles I need for the floor."
Tips & Limitations
- Precision: The skill uses standard conversion constants. If your project requires high-precision physics-based tolerances, verify outputs against specific regional building codes.
- Formatting: Ensure your input data is clearly labeled. For mixed units like 'feet and inches' (e.g., 5' 10"), always provide the full string for the best parsing accuracy.
- Extensibility: The skill is primarily designed for construction-standard units; it does not currently support temperature or energy unit conversions, though it is optimized for high-volume batch processing of site measurements.
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-unit-converter": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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.