data-anomaly-detector
Detect anomalies and outliers in construction data: unusual costs, schedule variances, productivity spikes. Statistical and ML-based detection methods.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/data-anomaly-detectorWhat This Skill Does
The Data Anomaly Detector is a robust OpenClaw skill designed specifically for the construction industry to identify irregularities within complex project datasets. By leveraging statistical methods such as Interquartile Range (IQR) analysis alongside machine learning heuristics, this agent scans construction logs, financial spreadsheets, and schedule files to pinpoint inconsistencies. It flags potential issues ranging from fraudulent cost submissions and labor overcharges to critical schedule slippages and data entry errors that could otherwise escalate into project-wide delays. The skill standardizes anomaly detection across project lifecycles, ensuring that stakeholders receive actionable alerts with severity classifications and suggested resolutions.
Installation
To integrate this skill into your environment, run the following command via your terminal or OpenClaw interface:
clawhub install openclaw/skills/skills/datadrivenconstruction/data-anomaly-detector
Use Cases
- Cost Verification: Automatically audit procurement data against predefined industry benchmarks (e.g., concrete or steel pricing) to spot invoicing errors or budget overruns.
- Schedule Integrity: Analyze critical path method (CPM) schedules to detect illogical lags, unrealistic activity durations, or unexpected productivity drops among trade partners.
- Risk Mitigation: Identify recurring data anomalies that may signal failing infrastructure, underperforming subcontractors, or systemic project management flaws.
- Quality Assurance: Detect duplicate entries or impossible numeric values in resource management logs to maintain a clean source of truth for downstream reporting.
Example Prompts
- "Scan the 'Q3_Project_Financials.csv' file and generate a report of all cost anomalies exceeding the standard threshold for steel and labor."
- "Review the current master schedule for the high-rise project and highlight any activity durations that appear as statistical outliers or pattern breaks."
- "Analyze the last month of equipment usage logs and provide a summary of anomalies with 'critical' or 'high' severity levels, including suggested corrective actions."
Tips & Limitations
- Predefined Thresholds: While the skill comes with built-in construction-specific thresholds for common materials, these should be calibrated to your specific regional market and project type for the highest accuracy.
- Data Quality: The effectiveness of the anomaly detection is directly tied to the consistency of your input formatting. Ensure column headers and date formats are clean before processing.
- Human Oversight: Always review the detected anomalies manually. The 'confidence' score provided by the agent is intended as a guide to prioritize review, not as an automated replacement for professional project controls oversight.
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-data-anomaly-detector": {
"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.
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.
dgn-to-excel
Convert DGN files (v7-v8) to Excel databases. Extract elements, levels, and properties from infrastructure CAD files.