nodered

Build event-driven automations by visual wiring of Node-RED nodes.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/szkocot/skills --skill nodered
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nodered
Source: https://github.com/szkocot/skills/tree/main/node-red
Command: npx skills add https://github.com/szkocot/skills --skill nodered

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Node-RED users often struggle to design and implement event-driven automations, manage custom node development, and configure complex integrations.

Core Features & Use Cases

  • Guidance on building and debugging Node-RED flows
  • Examples for creating custom nodes, integrating with MQTT, HTTP, WebSocket, and Home Assistant
  • Practical patterns for flow design, debugging, and deployment

Quick Start

Install Node-RED, import example flows, and start flows in your environment using npm or yarn.

Frequently Asked Questions about nodered

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

FAQPage Schema
How do I build event-driven automations using Node-RED flows?

You build event-driven automations in Node-RED by visually wiring nodes together into flows. This approach enables rapid development of custom logic using JSON configurations and various integration nodes.

What is the best way to integrate MQTT and HTTP with Node-RED?

The best way to integrate MQTT and HTTP in Node-RED is by configuring the built-in protocol nodes within your visual flow. This setup enables real-time event-driven messaging and web request handling for your automations.

Can I use Node-RED flows for Home Assistant automation?

Yes, you can use Node-RED flows for Home Assistant automation by connecting the platform's integration nodes. This allows you to design event-driven automations that control and react to your smart home devices.

How do I debug and deploy custom nodes in Node-RED?

To debug and deploy custom nodes in Node-RED, follow best practices for flow design by testing node logic and using debugging tools. This ensures your custom integrations function correctly before final deployment.

Does Node-RED support WebSocket integrations for real-time flows?

Yes, Node-RED supports WebSocket integrations alongside MQTT and HTTP for building real-time flows. This enables bidirectional communication for event-driven automations and complex system integrations.