新增wiki命令文件
This commit is contained in:
31
wiki/sources/n8n-workflow-orchestration.md
Normal file
31
wiki/sources/n8n-workflow-orchestration.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "OpenClaw + n8n Workflow Orchestration"
|
||||
type: source
|
||||
tags: [OpenClaw, n8n, Workflow, Webhook, Security]
|
||||
sources: ["https://github.com/caprihan/openclaw-n8n-stack"]
|
||||
date: 2026-04-14
|
||||
---
|
||||
|
||||
## Summary
|
||||
- 核心主题:OpenClaw + n8n 工作流编排
|
||||
- 问题域:如何避免 AI Agent 直接处理 API 凭证
|
||||
- 方法/机制:Agent 设计 n8n 工作流,凭证隔离在 n8n 中,Agent 只调用 webhook
|
||||
- 结论/价值:可观测性(视觉调试)+ 安全性(凭证隔离)+ 性能(确定性任务不走 LLM)
|
||||
|
||||
## Key Claims
|
||||
- 代理模式:OpenClaw 写 n8n 工作流,凭证留在 n8n
|
||||
- 凭证隔离:API keys 在 n8n,Agent 只有 webhook URL
|
||||
- 视觉调试:n8n UI 拖拽查看
|
||||
- 锁定工作流:构建测试后锁定,防止 Agent 修改
|
||||
|
||||
## Key Concepts
|
||||
- [[n8n Workflow Orchestration]]:n8n 工作流编排
|
||||
- [[Webhook Proxy]]:webhook 代理模式
|
||||
- [[Credential Isolation]]:凭证隔离
|
||||
|
||||
## Connections
|
||||
- [[OpenClaw]] ← 设计者 ← [[n8n Orchestration]]
|
||||
- [[n8n]] ← 执行者 ← [[n8n Orchestration]]
|
||||
|
||||
## Contradictions
|
||||
- 尚未发现
|
||||
Reference in New Issue
Block a user