新增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

View File

@@ -0,0 +1,34 @@
---
title: "自然语言工作流生成"
type: concept
tags: [n8n, claude, AI]
sources: [n8n-Claude-通过自然语言自动化工作流.md, 使用Claude自动生成N8N工作流的实操教程.md]
last_updated: 2026-04-14
---
## Definition
通过输入自然语言描述,让 AI 自动生成工作流的技术。AI 根据描述自动选择节点、编写代码、配置参数。
## Mechanism
1. 用户输入自然语言需求
2. AI 理解任务并规划工作流结构
3. AI 自动选择合适的节点
4. AI 生成配置和代码
5. 用户审核并微调
## Benefits
- 降低学习门槛,无需手动选择节点
- 提高效率AI 可完成 80%-90% 的布局工作
- 适合新手快速上手
## Limitations
- 约有 10%-20% 的错误率需人工修正
- 复杂逻辑仍需人工调整
## Related Concepts
- [[n8n-mcp]]:实现此功能的中间件
- [[Extended Thinking]]:提升生成质量的推理模式
## Connections
- [[Claude]] ← 使用 ← [[自然语言工作流生成]]
- [[自然语言工作流生成]] ← 通过 ← [[n8n-mcp]]