Description from extension meta
An AI-powered assistant that helps you create and debug your N8N workflows with intelligent suggestions and code generation.
Image from store
Description from store
N8N-Genie
An AI-powered plugin for n8n that enhances workflow automation with intelligent code generation, repository analysis, and conversational assistance capabilities.
Features
1. AI-Powered Workflow Creation
Natural Language to n8n Workflow: Transform user descriptions into complete n8n workflow JSON configurations
Intelligent Node Selection: Automatically selects and configures appropriate n8n nodes based on workflow requirements
Smart Parameter Configuration: AI determines optimal settings for each node in the workflow
2. Workflow Modification Assistant
Conversational Workflow Editing: Modify existing workflows through natural language instructions
Intelligent Updates: Add, remove, or modify nodes and connections based on user requests
Preserve Workflow Integrity: Maintains existing workflow structure while applying requested changes
Using the n8n N8N Genie
Once you have the N8N Genie plugin installed and running, you can leverage its powerful AI capabilities to enhance your n8n workflows. Here's how to get started:
Accessing the N8N Genie
Open your n8n interface - Navigate to your n8n instance (typically at http://localhost:5678)
Look for the N8N Genie panel - The plugin will be available as a sidebar or overlay in your workflow editor
Activate the Genie - Click on the sidebar to open the assistant panel
Basic Usage
1. Workflow Generation
Click 'Create Workflow' button: Redirect to the new page where you can start building your automation from scratch
Describe your automation: Type a natural language description on the chat box of what you want to automate
Review: The N8N Genie will generate a new workflow in JSON format, click the button "Copy Button" to copy the workflow JSON, then paste it on the n8n canvas to import and use the created workflow
2. Workflow Modification
Navigate to existing workflow: Go to the page of your existing workflow (the workflow must be saved) that you want to modify
Open the N8N Genie panel: Click on the sidebar to activate the assistant
Describe your modifications: Type instructions in the chatbox describing how you want to modify the current workflow
AI analysis: The N8N Genie will read and analyze your existing workflow data automatically
Example:
Modify the existing workflow by replaing the AI model from openAI to gemini
Review: The N8N Genie will generate a separate workflow. Cick the button "Copy Button" to copy the workflow JSON, then paste it on the n8n canvas to import and use the created workflow