Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

View File

@@ -1,38 +1,34 @@
---
title: "n8n"
type: entity
tags: [工作流自动化, 开源, AI自动化, Node-Based-Workflow]
last_updated: 2026-05-01
tags: []
---
## Definition
**n8n** 是 GitHub 上最强的开源工作流自动化平台,被称为"功能更强、还能私有部署的开源版 Zapier",目前拥有恐怖的 16 万 Star
## Overview
n8n 是一个开源工作流自动化平台,通过 HTTP Request 节点连接多个 AI Agent包括 Hermes Agent 和 OpenClaw Agent实现统一的自动化工作流编排
## Aliases
- n8n.io
- N8N
## Key Facts
- **类型**:开源工作流自动化平台(可自托管)
- **集成方式**HTTP Request 节点
- **连接架构**
- POST `http://<lan-ip>:8642` → Hermes Agent
- POST `http://<lan-ip>:18789/v1/chat/completions` → OpenClaw Agent
- **认证方式**Bearer Token`Authorization: Bearer <secret-key>`
## Key Characteristics
- 拖拽节点串联各种互不相干的 App自动执行工作流省去写代码对接 API 的麻烦
- 最近在 AI 圈爆火,因为把 LangChain 等 AI 能力也做成了节点,让用户能轻松把大模型嵌入真实业务流程
- 支持私有部署,数据完全掌握在自己手里
- 开源免费,适合注重数据隐私的企业和个人
## n8n 调用 OpenClaw 的配置
- **URL**`http://192.168.3.189:18789/v1/chat/completions`
- **Method**POST
- **Body**
```json
{
"model": "openclaw:main",
"messages": [
{"role": "user", "content": "{{ $json.input }}"}
]
}
```
## GitHub
- https://github.com/n8n-io/n8n
## Sources
- [[2025-年-11-个神级-ai-开源平替-github-杀疯了]]
- [[n8n-workflow-orchestration]]
- [[obsidian-官方-cli-命令全景速查表]] — Obsidian CLI 工作流编排场景AI 收件箱自动分拣员、跨平台数据库级联录入)
- [[可自动化-可扩展-ai增强的电商数据采集与处理系统]]
- [[n8n-docker-install-update]]
- [[n8n-full-tutorial-building-ai-agents-in-2025-for-beginners]]
- [[n8n-claude-通过自然语言自动化工作流]]
- [[n8n-configure-telegram-trigger]]
- [[n8n-docker-配置-telegram-代理-troubleshooting]]
## Related
- [[Dify]] — 同为工作流自动化平台n8n 侧重通用流程自动化Dify 侧重 LLM 应用开发
- [[LangChain]] — n8n 支持 LangChain 节点集成
- [[Zapier]] — n8n 的商业对标产品
## Related Pages
- [[n8n-调用openclaw-agents的工作流架构]]
- [[OpenClaw]]
- [[Hermes-Agent]]