n8n-management

Manage n8n workflows, credentials, and executions via REST API.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/UntLab/codex --skill n8n-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-management
Source: https://github.com/UntLab/codex/tree/main/config/cursor-skills/n8n-management
Command: npx skills add https://github.com/UntLab/codex --skill n8n-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage n8n workflows, credentials, and executions via a REST API to streamline automation and maintenance across environments.

Core Features & Use Cases

  • Provide programmatic control over n8n: list, create, update, activate/deactivate, and delete workflows, plus view executions and credentials.
  • Integrate n8n with external systems for automated triggers, error handling, and workflow orchestration.
  • Use Case: When a user mentions automating a workflow, you can fetch and modify workflows, trigger runs, and monitor results via REST.

Quick Start

Set up the connection details from ~/Cursor/shared/configs/n8n-config.json and start managing workflows via the REST API.

Frequently Asked Questions about n8n-management

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

FAQPage Schema
How do I manage n8n workflows via REST API?

To manage n8n workflows via REST API, send HTTP requests to list, create, update, activate, deactivate, and delete workflows. This provides programmatic control over automation, credentials, and executions across environments.

Can I trigger n8n workflow runs and monitor executions programmatically?

Yes, you can trigger n8n workflow runs and monitor executions programmatically. The REST API allows you to fetch and modify workflows, trigger runs, and view execution results to integrate n8n with external systems for automated orchestration.

What do I need to set up before controlling n8n workflows through a REST API?

Before controlling n8n workflows through a REST API, you need to configure connection details from ~/Cursor/shared/configs/n8n-config.json. This provides the authentication headers and endpoint references required for basic usage guidance.

Does n8n REST API support managing credentials across different environments?

Yes, the n8n REST API supports managing credentials across different environments. It provides a REST-based management interface with authentication header usage to view and orchestrate credentials alongside workflows and executions.

What is the best way to integrate an external system with n8n automation?

The best way to integrate an external system with n8n automation is using the REST API for programmatic control. This enables automated triggers, error handling, and workflow orchestration by fetching and modifying workflows via REST endpoints.

Why use a REST API for n8n workflow management instead of the UI?

Using a REST API for n8n workflow management centralizes control for teams integrating automation platforms. It satisfies requirements for programmatic control over workflows, credentials, and executions across environments where UI management is insufficient.