N8N Project Management
Build a complete project management system with Telegram bot, task distribution, and photo reports using n8n. Based on DDC Project Management repository.
Why use this skill?
Optimize your construction workflow with this n8n automation skill. Connect Telegram, Google Sheets, and task reporting to save hours of admin time daily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/n8n-project-managementWhat This Skill Does
The N8N Project Management skill is a robust automation framework designed to streamline construction project oversight. By bridging the gap between field workers and office management, this system replaces fragmented communication channels (calls, texts, emails) with a centralized Telegram-based interface. The system leverages n8n workflows to monitor task distributions from Google Sheets, deliver instant notifications to workers via Telegram, and gather structured feedback, including photo evidence and GPS coordinates. This ensures that every task on a construction site is tracked, documented, and reported in real-time, significantly reducing the administrative burden on project managers.
Installation
To install this skill, use the ClawHub command-line interface. Ensure you have n8n installed and a Telegram Bot API token ready. Run the following command in your terminal:
clawhub install openclaw/skills/skills/datadrivenconstruction/n8n-project-management
After installation, configure your Google Sheets credentials and link your Telegram Bot API token within the n8n dashboard to activate the workflow synchronization.
Use Cases
- Site Inspection Reporting: Workers can submit end-of-day progress photos tagged with location data, which are automatically filed into the relevant project folder on Google Drive.
- Daily Task Distribution: Managers update a Google Sheet; the bot pushes these tasks as actionable items to the assigned worker's Telegram account.
- Automated Delay Alerts: If a task is not marked as completed by a set time, the system can notify the project manager to investigate potential bottlenecks.
Example Prompts
- "Check the current status of all tasks assigned to the electrical team for today's shift."
- "Send a reminder to the on-site foreman that they need to submit the daily progress report and photos."
- "Summarize the completed tasks from the 'Foundation Phase' project sheet and generate a weekly progress report."
Tips & Limitations
- Tips: Ensure your Google Sheet column headers match exactly what the n8n workflow expects to prevent parsing errors. Use a dedicated Google Drive folder for photos to prevent storage clutter in your root drive.
- Limitations: The system requires an active internet connection on the mobile devices used by field staff. It is currently optimized for construction workflows and may require customization for other industries. Ensure your Telegram bot privacy settings are correctly configured if you have multiple workers in the same group chat.
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-project-management": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read, file-write
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.