Bim Classification Ai
Classify BIM elements using AI and standard classification systems. Map elements to UniFormat, MasterFormat, OmniClass, and CWICR codes.
Why use this skill?
Automate BIM element classification with AI. Instantly map your model elements to UniFormat, MasterFormat, and OmniClass to streamline your construction cost estimation and data workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/bim-classification-aiWhat This Skill Does
The Bim Classification AI is a specialized OpenClaw agent skill designed to automate the often tedious process of mapping BIM (Building Information Modeling) elements to industry-standard classification systems. By analyzing element properties, metadata, and geometry descriptions, the AI intelligently suggests appropriate codes for systems including UniFormat, MasterFormat, OmniClass, UniClass, and CWICR. This reduces the manual administrative burden on BIM managers and estimators, ensuring that models are ready for quantitative take-offs (QTO) and downstream cost estimation processes. The system leverages a structured database of standard codes to perform accurate classification, bridging the gap between raw design data and actionable construction intelligence.
Installation
To install this skill, use the OpenClaw command-line interface. Open your terminal and execute the following command:
clawhub install openclaw/skills/skills/datadrivenconstruction/bim-classification-ai
Ensure that your OpenClaw environment is configured with appropriate read permissions if you intend to point the agent towards large local BIM project files or remote repositories.
Use Cases
- Automated QTO Preparation: Automatically populate cost codes for thousands of BIM objects, preparing the model for accurate material estimation.
- Model Auditing: Rapidly identify improperly classified elements in a project file, ensuring compliance with BIM execution plans.
- Cross-Standard Mapping: Map existing UniFormat-classified elements to MasterFormat for spec-writer coordination.
- Data Standardization: Enforce consistent classification across distributed design teams working on multi-disciplinary projects.
Example Prompts
- "Analyze the selected BIM elements in 'Project_Alpha_Foundation_Rev02' and suggest the most appropriate UniFormat codes for all structural members."
- "Review the current model classification and provide a report on elements that lack valid MasterFormat coding, then suggest the missing codes based on the object's properties."
- "Convert all existing OmniClass assignments for the mechanical components in this model to the equivalent CWICR codes to match our internal cost database requirements."
Tips & Limitations
- Data Quality: The accuracy of the AI is directly proportional to the metadata available in your BIM elements. Ensure element naming conventions are descriptive.
- Verification: Always review 'suggested_codes' with low confidence scores. The tool works best as a decision-support assistant rather than a fully autonomous classifier.
- Standard Selection: Ensure you are querying for the specific classification standard required by your project’s BIM Execution Plan (BEP) to avoid unnecessary rework.
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-bim-classification-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, data-collection
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.