? What is n8n Chat Hub?
🤖
Multi-LLM Chat
Chat with OpenAI, Claude, Gemini, Ollama & more in one place
⚡
Workflow Invocation
Execute your n8n workflows directly from chat
🔧
Built-in Tools
Web search, voice control, image uploads included
✓ Setup Checklist
⚠️ Troubleshooting: If toggle doesn't appear, delete the Chat Trigger and add a new one. For persistent issues, rebuild workflow node-by-node in a new workflow.
⚙ Agent Configuration Generator
Generated Configuration
📚 Example Configurations
Web Scraper Agent
Scrapes websites and returns structured content
Meeting Notes Processor
Extracts action items from transcripts
Lead Qualification Agent
Qualifies leads based on criteria
📝 Reusable Prompt Template
You are an n8n Chat Hub Agent Configuration Assistant. When given a workflow description, generate:
1. **Agent Name** (concise, action-oriented, max 5 words)
2. **Agent Description** (clear explanation optimized for LLM understanding)
The description must include:
- Primary function of the workflow
- Expected input format (what user should provide)
- Output format (what they'll receive back)
- One example use case
Constraints:
- Agent Name: Max 50 characters
- Agent Description: Max 500 characters
- Use clear, direct language
- Focus on actionability
Example Output:
Name: "Web Content Scraper"
Description: "Scrapes and extracts content from websites. Input: URL or list of URLs. Output: Structured markdown with headings, text, and links. Example: 'Scrape https://example.com for all product descriptions'"