n8n AI Features

Installation
SKILL.md

n8n AI Features

Build AI-powered automation with n8n's AI nodes and LangChain integration.

AI Agents

Available Agent Types

Tools Agent

Most flexible - uses tools/functions to complete tasks.

{
  "agent": "toolsAgent",
  "options": {
    "systemMessage": "You are a helpful assistant that can search and analyze data."
  }
}
  • Best for: General-purpose tasks, API integrations
Related skills
Installs
GitHub Stars
10
First Seen