crosstech-impl-n8n-aec-pipeline
Installation
SKILL.md
crosstech-impl-n8n-aec-pipeline
Quick Reference
Core n8n Nodes for AEC Automation
| Node | Type Identifier | AEC Purpose |
|---|---|---|
| HTTP Request | n8n-nodes-base.httpRequest |
Call ERPNext, Speckle, IfcPipeline REST APIs |
| Webhook | n8n-nodes-base.webhook |
Receive IFC uploads, Speckle commit events |
| Code | n8n-nodes-base.code |
Transform JSON data, format reports, light parsing |
| Execute Command | n8n-nodes-base.executeCommand |
Run IfcOpenShell scripts, CLI tools on host |
| Schedule Trigger | n8n-nodes-base.scheduleTrigger |
Nightly BIM checks, scheduled exports |
| FTP/SFTP | n8n-nodes-base.ftp |
Upload/download IFC files from project servers |
| If | n8n-nodes-base.if |
Route on validation pass/fail |
| Switch | n8n-nodes-base.switch |
Route by IFC schema version or element type |
| Merge | n8n-nodes-base.merge |
Combine data from multiple AEC sources |
| Execute Sub-workflow | n8n-nodes-base.executeWorkflow |
Modular reusable pipeline stages |
| Send Email | n8n-nodes-base.emailSend |
Distribute reports to project teams |