N8nDashboard

Proxy to the n8n API and aggregate workflow and execution data.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill n8ndashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: N8nDashboard
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/N8nDashboard
Command: npx skills add https://github.com/CarbeneAI/Forge --skill n8ndashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time visibility into n8n workflows by aggregating workflow data and execution statuses, eliminating manual checks and improving operator awareness.

Core Features & Use Cases

  • List all n8n workflows with their active/inactive status and basic metadata.
  • View recent executions with statuses and timestamps to quickly assess health.
  • Auto-refresh and manual refresh to maintain up-to-date visibility for engineers and operators.

Quick Start

Run the manage.sh start script from the skill directory to launch the dashboard.

Frequently Asked Questions about N8nDashboard

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

FAQPage Schema
How do I monitor n8n workflow execution status in real time?

You can monitor n8n workflow execution status in real time by proxying to the n8n API and aggregating workflow data and execution timestamps via a dedicated dashboard endpoint. This eliminates manual checks and improves operator awareness.

What environment variables do I need to set up the n8n dashboard?

To set up the n8n dashboard, you must configure the N8N_API_KEY and N8N_API_URL environment variables. These credentials allow the API proxy to authenticate and fetch aggregated workflow and execution data.

How do I start the n8n workflow monitoring dashboard?

You start the n8n workflow monitoring dashboard by running the manage.sh start script from the skill directory. This launches the service and exposes a /dashboard endpoint that returns enriched workflow and execution data.

Can I view recent executions across multiple n8n workflows?

Yes, you can view recent executions across multiple n8n workflows. The dashboard aggregates execution data to display statuses and timestamps, allowing you to quickly assess the overall health of your automation workflows.

Does the dashboard support auto-refresh for n8n workflow monitoring?

The dashboard supports both auto-refresh and manual refresh to maintain up-to-date visibility for engineers and operators. This ensures continuous real-time monitoring of active and inactive workflow statuses.

What is the best way to list all n8n workflows with their active status?

The best way to list all n8n workflows with their active or inactive status is to use an API proxy that aggregates basic metadata. This approach provides a centralized view of workflow health without manual interface checks.