新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

36
wiki/entities/n8n.md Normal file
View File

@@ -0,0 +1,36 @@
---
title: "n8n"
type: entity
tags: [工作流, 自动化, AI]
sources: [n8n-configure-telegram-trigger.md, n8n-docker-install-update.md, n8n-full-tutorial-building-ai-agents-in-2025-for-beginners.md, n8n-Claude-通过自然语言自动化工作流.md, 使用Claude自动生成N8N工作流的实操教程.md]
last_updated: 2026-04-14
---
## Definition
n8n 是一款开源的工作流自动化工具,支持通过节点连接执行任务,可通过 Docker 部署或本地安装。
## Properties
- **部署方式**Docker Compose、本地安装
- **节点数量**543 个节点(包括 AI 节点 271 个)
- **集成能力**:支持 Telegram、Airtable、Google Sheets 等外部服务
- **AI 能力**:支持 AI Agent 节点,可构建 AI 工作流
## Key Features
- 可视化工作流设计
- 支持 Webhook 触发
- 内置 AI Agent 模块
- 通过 n8n-mcp 与 Claude 等 AI 集成
- 支持 Docker 容器化部署
## Related Concepts
- [[n8n-mcp]]:连接 n8n 与 AI 模型的中间件
- [[n8n节点类型]]5 种节点分类
- [[Agentic System]]n8n 可实现的混合架构
## Connections
- [[n8n]] ← 使用 ← [[Telegram]]
- [[n8n]] ← 使用 ← [[Airtable]]
- [[n8n]] ← 使用 ← [[Google Sheets]]
- [[n8n]] ← 运行在 ← [[Docker]]
- [[n8n]] ← 访问 ← [[Caddy]]
- [[Claude]] ← 连接 ← [[n8n]] ← via ← [[n8n-mcp]]