data-lineage-tracker
Track data origin, transformations, and flow through construction systems. Essential for audit trails, compliance, and debugging data issues.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/data-lineage-trackerWhat This Skill Does
The data-lineage-tracker is an advanced OpenClaw skill designed to provide granular visibility into the lifecycle of construction data. As construction projects grow increasingly digitized—utilizing BIM models, IoT sensor data, and automated procurement systems—ensuring that data remains accurate and traceable becomes critical. This tool tracks data from its original point of ingestion through every subsequent transformation, calculation, or aggregation step. By maintaining a comprehensive directed acyclic graph (DAG) of data entities, the skill enables project managers and engineers to pinpoint the exact origin of a metric, understand how a specific cost estimation was derived, and verify the integrity of information submitted for compliance or insurance reporting.
Installation
To integrate this capability into your agent environment, run the following command in your terminal: clawhub install openclaw/skills/skills/datadrivenconstruction/data-lineage-tracker
Use Cases
- Regulatory Compliance: Generate automated audit logs showing the origin of safety data for insurance claims.
- Dispute Resolution: Trace a discrepancy in construction budget figures back to the specific manual entry or API import that caused it.
- Downstream Impact Analysis: Before modifying a master procurement list, run a lineage query to see which site-specific delivery schedules will be affected by the change.
- Project Governance: Enforce strict documentation standards by ensuring every new data entity created within the project management suite is automatically registered with its lineage metadata.
Example Prompts
- "Trace the current structural steel tonnage calculation back to the original BIM model export and identify any manual adjustments applied in the last 48 hours."
- "Show me the impact of modifying the Concrete Pour Report source; which downstream accounting tables will need to be re-calculated?"
- "Generate an audit report for the Q3 foundation slab costs, showing every transformation step and the personnel responsible for each modification."
Tips & Limitations
To maximize the utility of the data-lineage-tracker, ensure that all external system integrations (e.g., ERP, BIM, or scheduling software) are configured to pass metadata to the tracker during the initial ingest phase. Relying on manual updates can lead to gaps in the lineage chain. Note that this skill is optimized for structured data; unstructured data such as email threads or field notes should be processed through an initial extraction layer to generate valid lineage entities. Performance may degrade if tracking millions of individual row-level transformations in real-time, so we recommend aggregating lineage steps at the document or record-set level for high-frequency sensor data.
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-lineage-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
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.
dgn-to-excel
Convert DGN files (v7-v8) to Excel databases. Extract elements, levels, and properties from infrastructure CAD files.