Ids Checker
Check BIM data against IDS (Information Delivery Specification). Validate model information requirements and compliance.
Why use this skill?
Efficiently validate BIM models against Information Delivery Specifications. Ensure data compliance, check properties, and audit IFC models automatically.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/ids-checkerWhat This Skill Does
The Ids Checker is a specialized OpenClaw agent skill designed to validate Building Information Modeling (BIM) data against established Information Delivery Specifications (IDS). By automating the audit process, this skill ensures that complex architectural and construction models adhere to predefined data standards. It systematically scans BIM models for missing properties, incorrect classifications, and non-compliant attributes that could otherwise lead to costly errors during the construction lifecycle. The skill leverages a robust internal structure to define requirements—such as Entity type, Property Sets, and Material specifications—enabling users to enforce strict compliance across their project data automatically.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/datadrivenconstruction/ids-checker
Ensure your project environment has the necessary dependencies for data processing, such as pandas, installed to handle the validation outputs.
Use Cases
- Quality Assurance: Automatically verify that all mechanical, electrical, and plumbing (MEP) components contain required fire-rating attributes before export.
- Contractual Compliance: Ensure vendor-submitted BIM models contain the exact data fields mandated by the client's information requirements (EIR).
- Lifecycle Maintenance: Audit existing models to ensure facility management properties exist, allowing for smoother handovers to operations teams.
Example Prompts
- "Check the current Revit export file against the 'HOSPITAL-V2' IDS specification and list all entities missing the 'FireRating' property."
- "Validate the structural steel model to ensure all beams are correctly classified according to the IFC2x3 standard and report any violations."
- "Generate a compliance report for the current BIM project comparing existing material data against the project's sustainability requirements."
Tips & Limitations
To get the most out of the Ids Checker, maintain clearly defined IDS schemas. The accuracy of the validation is directly proportional to how well the requirements are structured within the specification files. Currently, the skill focuses on data-centric validation and does not perform geometric clash detection. It is best used as a supplement to geometric checking tools rather than a full replacement. Ensure your source files are serialized in a format readable by the parser to avoid input errors during the validation cycle.
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-ids-checker": {
"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.