Daily Progress Report
Generate automated daily progress reports from site data. Track work completed, labor hours, equipment usage, and weather conditions.
Why use this skill?
Streamline your field reporting with the Daily Progress Report skill. Track labor, equipment, and site activities automatically for better project management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/daily-progress-reportWhat This Skill Does
The Daily Progress Report skill is a specialized automation tool designed for site managers, construction supervisors, and project leads. It transforms raw, fragmented field data into structured, professional daily logs. By integrating with OpenClaw, this skill digitizes the manual tracking of work activities, labor deployment, equipment usage, and environmental conditions. It enforces consistency across reporting, ensuring that critical project metrics are captured accurately and submitted on time every day, effectively eliminating the common bottlenecks associated with manual paperwork.
Installation
To integrate this tool into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/datadrivenconstruction/daily-progress-report
Ensure you have the necessary permissions to install extensions within your project directory before running the command.
Use Cases
This skill is ideal for:
- Construction Project Management: Tracking progress against planned quantities and identifying delays in real-time.
- Labor Compliance: Documenting hours worked by different trade partners to ensure accurate billing and labor distribution.
- Equipment Asset Management: Monitoring heavy machinery utilization to identify idle assets or maintenance requirements.
- Regulatory Reporting: Maintaining a historical record of safety incidents, weather conditions, and site deliveries for compliance audits.
Example Prompts
- "OpenClaw, generate a daily progress report for the 'Downtown High-Rise' project dated today. Set weather to 'clear' with a high of 75F and a low of 55F. Add a concrete pour activity with 50 units planned, 45 completed, and tag it as 'in_progress'."
- "Draft a daily report for project #8842. Add a labor entry for 4 painters, 8 hours each, and record the crane usage for 6 hours under 'active' status. Include a note that the delivery of structural steel was delayed by 2 hours."
- "Summarize the safety incidents and site visitor log for the North Wing expansion report. List all active equipment entries and ensure the 'prepared_by' field is set to 'John Doe'."
Tips & Limitations
To maximize efficiency, utilize structured data feeds from site sensors or time-tracking software to populate the inputs for this skill. While the skill excels at data organization and report generation, it cannot verify the physical truth of field observations; ensure that your field crews provide accurate data points. Note that this skill is currently optimized for construction and field engineering environments and may require custom schema mapping for highly unique industrial sectors.
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-daily-progress-report": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, 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.