8
n8n 中文网amn8n.com

基于SerpApi和GPT-4的自动化双AI代理内容研究与策略系统

中级

这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 12 个节点。主要使用 Code, Slack, SerpApi, GoogleSheets, ScheduleTrigger 等节点。 使用SerpApi、GPT-4和表格的双AI研究代理创建内容策略

前置要求
  • Slack Bot Token 或 Webhook URL
  • Google Sheets API 凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "hb0hz8bXmayE1qVE",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
  },
  "name": "基于 SerpApi 和 GPT-4 的自动化双 AI Agent 内容研究与策略系统",
  "tags": [],
  "nodes": [
    {
      "id": "0ac80930-2230-43e6-87ac-142baac9b23a",
      "name": "计划触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        -64
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "013aadf1-d0db-4f67-a21d-59756a9e0a6f",
      "name": "团队通知",
      "type": "n8n-nodes-base.slack",
      "position": [
        1296,
        32
      ],
      "webhookId": "72070627-fc68-4653-9c01-f073ca1c3272",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "73456486-adbf-4325-9aea-fe8eb6acc684",
      "name": "存储想法",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1296,
        -160
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "c6a0b4f8-1fef-40cd-8dba-6d435f229cfc",
      "name": "解析 AI 输出",
      "type": "n8n-nodes-base.code",
      "position": [
        1072,
        -64
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "825aabd9-8644-4850-89b7-d686429c662a",
      "name": "策略师 Agent",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        672,
        -64
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "99c23bcc-66a1-4deb-a086-2324daf93592",
      "name": "数据聚合",
      "type": "n8n-nodes-base.code",
      "position": [
        448,
        -64
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "58d42e44-fc20-484e-9eab-a91e61799aa8",
      "name": "研究员 Agent",
      "type": "n8n-nodes-serpapi.serpApi",
      "position": [
        224,
        -64
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c32e13d6-6486-426e-a466-acacf286899d",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        -144
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "08345e0b-a09c-498f-9f8f-dee0d7aa96ef",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        -144
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "234a449a-51d3-4d94-9362-13efd83595c5",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1024,
        -240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ea644149-27f9-400f-955b-f8f69487a9fe",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        -144
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "92d60124-adb8-4925-9164-a2af9de5832f",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "e407032a-c09b-4724-a292-07eaaf4d2e69",
  "connections": {
    "Parse AI Output": {
      "main": [
        [
          {
            "node": "Store Ideas",
            "type": "main",
            "index": 0
          },
          {
            "node": "Team Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Data Aggregation": {
      "main": [
        [
          {
            "node": "The Strategist Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "The Researcher Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Researcher Agent": {
      "main": [
        [
          {
            "node": "Data Aggregation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Strategist Agent": {
      "main": [
        [
          {
            "node": "Parse AI Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 内容创作, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量12
分类2
节点类型7
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

外部链接
在 n8n.io 查看

分享此工作流