Update nexus wiki content
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user