n8n-workflow-creator

Create, activate, trigger, and monitor n8n workflows via the REST API.

10|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Dev-Dennis-040/openclaw-agency-skills --skill n8n-workflow-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-workflow-creator
Source: https://github.com/Dev-Dennis-040/openclaw-agency-skills/tree/main/skills/automation/n8n-workflow-creator
Command: npx skills add https://github.com/Dev-Dennis-040/openclaw-agency-skills --skill n8n-workflow-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the management of n8n workflows via the REST API, enabling teams to create, activate/deactivate, trigger, and monitor workflows without manual intervention.

Core Features & Use Cases

  • Create new workflows and define their node graphs via the n8n REST API.
  • Activate or deactivate workflows on-demand and trigger manual executions.
  • List existing workflows and inspect execution logs to troubleshoot automations.
  • Integrate with external services (email, Slack, databases) by composing end-to-end automation flows.

Quick Start

Connect to your n8n instance and start managing workflows via the REST API.

Frequently Asked Questions about n8n-workflow-creator

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

FAQPage Schema
How do I automate n8n workflow creation via the REST API?

You can activate or deactivate n8n workflows on-demand via the REST API by sending HTTP requests to toggle their status, allowing you to trigger manual executions and control workflows programmatically in production automation scenarios.

How do I inspect n8n execution logs to troubleshoot automation failures?

You can inspect n8n execution logs via the REST API by listing existing workflows and retrieving detailed execution records, enabling you to troubleshoot automation failures and monitor end-to-end integration flows with external services.

Do I need an API key to manage n8n workflows programmatically?

Yes, you need an API key to authenticate with the n8n REST API when managing workflows programmatically. This key secures your HTTP requests for creating, activating, triggering, and monitoring workflows in production environments.

What's the best way to integrate external services like Slack and databases into n8n workflows?

The best way to integrate external services into n8n workflows is by composing end-to-end automation flows via the REST API, defining node graphs that connect to email, Slack, and databases to automate interactions without manual intervention.

Can I list existing n8n workflows through the REST API?

Yes, you can list existing n8n workflows through the REST API by sending authenticated HTTP requests to retrieve workflow records, allowing you to audit current automations and inspect their configurations before triggering manual executions.