node-red-flow-management

Create and manage Node-RED flows via natural language commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ashfaq92/LLMSoSComp --skill node-red-flow-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: node-red-flow-management
Source: https://github.com/ashfaq92/LLMSoSComp/tree/main/node-red-mcp
Command: npx skills add https://github.com/ashfaq92/LLMSoSComp --skill node-red-flow-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation, modification, and management of Node-RED flows, enabling users to control their home automation systems and IoT devices through natural language commands.

Core Features & Use Cases

  • Flow Creation & Editing: Safely build new Node-RED flows or update existing ones using the official Node-RED Admin API.
  • Node Discovery: Find specific nodes by type or search for them by name within your flows.
  • Visualization: Generate text-based visualizations of your flow structures for better understanding.
  • Use Case: You can ask Claude to "Create a flow that subscribes to the 'Home/Kitchen/Temperature' MQTT topic and logs the temperature to a debug node," and it will handle the Node-RED flow creation.

Quick Start

Use the node-red-flow-management skill to create a new Node-RED flow that injects a timestamp and sends it to a debug node.

Frequently Asked Questions about node-red-flow-management

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

FAQPage Schema
How do I create Node-RED flows using natural language commands?

You can create Node-RED flows using natural language by instructing Claude to build or modify flows, which translates your commands into safe operations via the Node-RED Admin API. This allows you to easily generate automation logic for your IoT devices.

Can I manage home assistant IoT automations through Node-RED flow management?

Yes, you can manage home assistant IoT automations by generating and modifying Node-RED flows through natural language. The Skill handles MQTT topic subscriptions and node configurations, enabling seamless control over your home automation deployments.

Do I need a running Node-RED instance to use this flow management Skill?

Yes, you need a running Node-RED instance accessible via HTTP to use this flow management Skill. The Skill leverages the Node-RED Admin API to safely push flow creations and modifications to your active server environment.

How do I find specific nodes in my Node-RED flows?

To find specific nodes in your Node-RED flows, you can ask Claude to search by node type or name. The Skill uses the Admin API to discover existing flow components and can also generate text-based visualizations of your flow structures.

What is the best way to visualize my Node-RED flow structures?

The best way to visualize your Node-RED flow structures is to request a text-based visualization from the Skill. It analyzes your existing flows via the Admin API and maps out the node connections to help you understand your automation logic.

Can I safely modify existing Node-RED flows without breaking my MQTT subscriptions?

You can safely modify existing Node-RED flows because the Skill uses the official Node-RED Admin API for operations. It ensures your MQTT subscriptions and home automation logic remain intact while applying updates or adding new nodes.