AI System Prompt Generator & Optimizer (n8n + OpenAI)
Go to WorkflowDescription
This workflow acts as a System Prompt Optimizer Agent.
You send it a draft prompt or goal, and it returns:
A rewritten optimized system prompt that is clear, specific, and actionable.
A recommendation for the best OpenAI model to use based on reasoning needs, complexity, and latency/cost tradeoffs.
The workflow uses memory for context, so you can iteratively refine prompts.
āļø Setup Instructions
1ļøā£ Set Up OpenAI Connection
Go to OpenAI Platform
Navigate to OpenAI Billing
Add funds to your billing account
Copy your API key into the OpenAI credentials in n8n
š Example Question
Nodes Used (3)
AI Agent
@n8n/n8n-nodes-langchain.agent
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow