Files
nexus/wiki/sources/n8n-workflow-orchestration.md
2026-04-14 16:02:50 +08:00

32 lines
1.1 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, 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 在 n8nAgent 只有 webhook URL
- 视觉调试n8n UI 拖拽查看
- 锁定工作流:构建测试后锁定,防止 Agent 修改
## Key Concepts
- [[n8n Workflow Orchestration]]n8n 工作流编排
- [[Webhook Proxy]]webhook 代理模式
- [[Credential Isolation]]:凭证隔离
## Connections
- [[OpenClaw]] ← 设计者 ← [[n8n Orchestration]]
- [[n8n]] ← 执行者 ← [[n8n Orchestration]]
## Contradictions
- 尚未发现