fix(wiki): rename pinyin source files to Chinese names & update links

This commit is contained in:
2026-04-14 19:44:06 +08:00
parent 8f5268db77
commit 1e166667ba
24 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,37 @@
---
title: "使用Claude自动生成N8N工作流的实操教程"
type: source
tags: [n8n, claude, automation]
date: 2025-03-06
---
## Source File
- [[raw/Agent/使用Claude自动生成N8N工作流的实操教程.md]]
## Summary
- 核心主题利用Claude与N8N MCP结合自动生成N8N工作流
- 问题域新手不知如何设计N8N工作流架构和选择节点
- 方法/机制通过n8n-mcp项目连接Claude与N8N用自然语言生成工作流
- 结论/价值Claude可完成约80%-90%的工作流布局和逻辑
## Key Claims
- n8n-mcp是连接N8N与AI模型的桥梁提供543个N8N节点的访问
- Claude可自动选择节点并生成工作流代码
- Claude生成工作流正确率约80%-90%,仍需人工修正
- 建议使用Opensea模型并开启extended thinking
## Key Quotes
> "n8n-MCP serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively." — GitHub
## Key Concepts
- [[n8n-mcp]]N8N的MCP服务器实现连接AI模型与N8N节点
- [[Extended Thinking]]Claude的深度逻辑推理模式
## Key Entities
- [[Claude]]AI助手
- [[N8N]]:工作流自动化平台
- [[czlonkowski]]n8n-mcp项目作者
## Connections
- [[Claude]] ← uses ← [[n8n-mcp]]
- [[n8n-mcp]] ← provides_access_to ← [[N8N节点]]