Auto-sync
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
---
|
||||
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 ← [[凭证隔离]]
|
||||
Reference in New Issue
Block a user