Files
nexus/wiki/sources/n8n-workflow-orchestration.md

37 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "OpenClaw + n8n Workflow Orchestration"
type: source
tags: [openclaw, n8n, workflow, security]
date: 2026-03-06
---
## Source File
- [[raw/Agent/usecases/n8n-workflow-orchestration.md]]
## Summary
- 核心主题OpenClaw与n8n工作流编排集成
- 问题域Agent直接管理API密钥带来安全风险
- 方法/机制OpenClaw通过webhook调用n8n工作流凭证隔离在n8n中
- 结论/价值:可见性、安全性和性能三赢
## Key Claims
- 代理模式OpenClaw写n8n工作流然后通过webhook调用
- 凭证隔离API密钥存储在n8n凭证存储中Agent只知道webhook URL
- 可见性每个工作流在n8n拖放UI中可见
- 可锁定工作流测试后锁定工作流防止Agent修改
## Key Insights
- 三赢可见性视觉UI、安全性凭证隔离、性能确定性工作流不消耗token
- 测试后锁定:"构建→测试→锁定"循环至关重要
- n8n有400+集成大多数外部服务已有n8n节点
## Key Concepts
- [[凭证隔离]]将敏感凭证与AI Agent分离
- [[工作流编排]]:协调多个自动化任务
- [[Webhook]]触发n8n工作流的HTTP回调
## Connections
- [[OpenClaw]] ← calls ← [[Webhook]]
- [[Webhook]] ← triggers ← [[n8n工作流]]
- [[n8n]] ← stores ← [[凭证隔离]]