N8N Daily Report
Automate daily construction report generation using n8n workflow automation.
Why use this skill?
Streamline your construction site reporting with this n8n automation skill. Automatically collect weather, labor, and photo data to generate professional daily PDFs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/n8n-daily-reportWhat This Skill Does
The N8N Daily Report skill automates the labor-intensive process of manual construction reporting. By integrating directly with site data sources—such as Procore for imagery, OpenWeather for environmental logs, and external labor spreadsheets—this skill leverages n8n to aggregate, normalize, and format site activity. The workflow triggers automatically on a daily schedule or via webhook, processes the collected data points into a structured summary, and generates a professional PDF report ready for distribution to stakeholders and project managers.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/datadrivenconstruction/n8n-daily-report
Ensure you have configured your environment variables, specifically WEATHER_API_KEY, PROCORE_API, and PDF_SERVICE_URL, within your n8n instance to allow the workflow to authenticate and process data correctly.
Use Cases
- Project Management Oversight: Automatically generate end-of-day site summaries for project managers without requiring field superintendents to perform manual entry.
- Regulatory Compliance: Maintain consistent weather and labor documentation for safety audits and insurance verification.
- Stakeholder Updates: Automatically email or upload PDF reports to a shared cloud drive, ensuring clients receive daily updates on project progress, staffing levels, and site conditions.
Example Prompts
- "OpenClaw, please run the N8N Daily Report for the 'Downtown High-Rise' project using today's data."
- "Show me a status report on the labor efficiency metrics from the most recent N8N generated report."
- "Check if the Daily Report automation for the East Wing site has finished generating the PDF for today."
Tips & Limitations
- Data Integrity: Ensure your source spreadsheets for labor data follow a consistent header schema to prevent calculation errors in the
Process Report Datanode. - Rate Limiting: If managing multiple projects, stagger the schedule trigger to avoid hitting Procore or weather API rate limits.
- Workflow Customization: The current logic calculates totals; if your project requires granular data (e.g., individual contractor hours), modify the JavaScript block to group by trade category rather than summing totals.
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-n8n-daily-report": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api, 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.