A powerful management tool for Node-RED instances that enables automated flow deployment, node management, and runtime diagnostics via a streamlined CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install node-red-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install node-red-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Node-RED Manager is a specialized tool designed to streamline the administration of Node-RED environments. It provides a robust interface to the Node-RED Admin API, allowing developers to programmatically manage flows, nodes, and global context. By integrating this skill into your workflow, you can move away from manual GUI updates and embrace a more DevOps-centric approach to automation logic.
As a core component within the Openclaw Skills ecosystem, this manager facilitates complex automation tasks such as syncing flows across environments, performing automated backups, and managing runtime states. It is particularly effective for users running Node-RED within Docker containers, providing direct commands for service monitoring and log management.
scripts/nr utility to send commands for flow, node, or context management.To get started with this skill on Openclaw Skills, follow these steps:
cp .env.example .env
.env file:NODE_RED_URL="https://your-node-red-url"
NODE_RED_USERNAME="admin"
NODE_RED_PASSWORD="your-secure-password"
The Node-RED Manager organizes data around flow definitions and deployment metadata. Below is the primary structure used by this skill:
| Data Type | Description | Primary Location |
|---|---|---|
| Flow Assets | JSON files representing Node-RED logic | assets/flows/*.json |
| Backups | Complete snapshots of the instance flows | node-red-backup-[timestamp].json |
| Environment | Connection strings and credentials | .env |
| Persistent Data | Docker volume storage for Node-RED state | deployments/node-red/data |
Loading
An automated command-line tool for running Postman collections to enable seamless API testing and reporting.

A specialized agent skill for generating robust, visually appealing Mermaid.js diagrams using safe syntax and professional layouts.

A standardized Redis-backed caching system for managing AI agent state, session context, and high-speed data retrieval.

A standardized memory system that combines a SQLite metadata index for document organization with a Redis-powered short-term context buffer.

A powerful management and monitoring skill for local Pi-hole instances that provides deep insights and control via CLI and FTL database queries.

An industrial-grade search aggregator that combines multiple data providers into a single, sanitized, and structured JSON output.
