n8n-automation

Automate SkySpark building-analytics workflows through n8n multi-agent systems.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mbcoalson/skills --skill n8n-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-automation
Source: https://github.com/mbcoalson/skills/tree/main/.claude/skills/n8n-automation
Command: npx skills add https://github.com/mbcoalson/skills --skill n8n-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fastapi, uvicorn, pydantic, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expertise in building automation workflows with n8n, integrating SkySpark data and multi-agent systems to streamline building analytics, triage alerts, and generate insights.

Core Features & Use Cases

  • SkySpark Multi-Agent Architecture: Gatekeeper routing, triage prioritization, HVAC and energy calculation specialists, and automated report generation.
  • n8n Workflow Development: REST API integrations, multi-agent coordination, error handling, scheduling, and notifications.
  • SkySpark Integration: Haystack REST API connectivity, data parsing, authentication patterns, and secure data handling.

Quick Start

Start the tool server, import sample workflows, and initialize the n8n-based triage workflow to triage mock SkySpark alerts.

Frequently Asked Questions about n8n-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SkySpark building analytics workflows with n8n?

Automate SkySpark building analytics by deploying an n8n-driven multi-agent system that coordinates triage, HVAC calculations, energy analysis, and report generation through REST API integration with SkySpark Haystack data. Start the FastAPI tool server, import sample workflows, and initialize the n8n triage workflow to process mock or live alerts.

Can I integrate n8n with SkySpark REST APIs for real-time data processing?

Yes. This Skill provides REST API integration patterns with SkySpark Haystack, including authentication, data parsing, and secure handling of live connections. The multi-agent architecture routes queries through specialized agents that execute calculations and return standardized DiagnosticState and AgentResponse schemas.

What's the best way to structure a multi-agent workflow for building triage and reporting?

Use a gatekeeper routing pattern with pluggable specialist agents: query agents retrieve SkySpark data, analysis agents perform HVAC and energy calculations, validation agents verify results, and action agents generate automated reports. This Skill implements this architecture with stateless I/O design and a translation layer for tool server communication.

Do I need prior experience with n8n workflows to use this automation system?

The Skill assumes intermediate familiarity with REST APIs, workflow orchestration concepts, and building systems. It provides sample workflows and documentation for SkySpark integration, but does not cover n8n fundamentals—start with n8n platform basics if new to workflow automation.

What are the limitations of using n8n for SkySpark multi-agent triage at scale?

This implementation prioritizes stateless design and standardized schemas for reliability. Scaling considerations include n8n workflow concurrency limits, SkySpark API rate limits, and tool server resource allocation. The architecture supports mock and live data but requires monitoring and tuning for high-volume production alert processing.