Gegenfeld的AI关键词生成器

中级

这是一个AI、Marketing领域的自动化工作流,包含 10 个节点。主要使用 Set、Code、Gmail、Aggregate、FormTrigger 等节点,结合人工智能技术实现智能自动化。 使用AI生成SEO关键词:主题秒变关键词列表

前置要求
  • Google 账号和 Gmail API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "fdmFbwuFWRNIrUOq",
  "meta": {
    "instanceId": "acd8d3f9e3e1f54a0f1e8891386f8d39713d521c50bf0fc51addf59415c709de",
    "templateCredsSetupCompleted": true
  },
  "name": "Gegenfeld的AI关键词生成器",
  "tags": [],
  "nodes": [
    {
      "id": "4e8229b4-22f4-4132-bc83-a3f880aa10e9",
      "name": "从表单设置数据",
      "type": "n8n-nodes-base.set",
      "position": [
        -160,
        -20
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3.4
    },
    {
      "id": "6a28dc8f-aeef-4580-82b8-296facbde163",
      "name": "选择您的聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        240,
        180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a25518ef-ee3f-43df-b66f-d363d46dcbcb",
      "name": "AI关键词代理",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        240,
        -20
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "9fb9bdc2-b43c-47fc-8a20-9b02a7b0faa6",
      "name": "为AI关键词代理聚合数据点",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        40,
        -20
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 1
    },
    {
      "id": "858e51e3-0b67-4502-993c-cda3f6456465",
      "name": "提取和格式化",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        -20
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7da899dd-cf03-4a85-b51c-eceb943afb93",
      "name": "发送结果",
      "type": "n8n-nodes-base.gmail",
      "position": [
        800,
        -20
      ],
      "webhookId": "5a22af29-3b72-4e75-8a60-624f93b88b4f",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "d66d2fd2-ec89-4b17-9c28-cf95c57ab023",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1eb09baf-6105-4aee-aa8d-103b4a6ef8dc",
      "name": "便签 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bd97ef37-b8de-47f6-a9a5-1c19b9f1a393",
      "name": "输入表单",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -360,
        -20
      ],
      "webhookId": "46703448-dd28-468a-8e76-b55d844bf76b",
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "5148e29e-6e62-4c99-8413-c9c6918db5bd",
      "name": "便签 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        340
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "42c87b85-ed7b-4b25-a46b-420819329b33",
  "connections": {
    "Input Form": {
      "main": [
        [
          {
            "node": "Set Data from Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Keyword Agent": {
      "main": [
        [
          {
            "node": "Extract and Format",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract and Format": {
      "main": [
        [
          {
            "node": "Send Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Data from Form": {
      "main": [
        [
          {
            "node": "Aggregate Data Points for AI Keyword Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Select your Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Keyword Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate Data Points for AI Keyword Agent": {
      "main": [
        [
          {
            "node": "AI Keyword Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

这是一个中级难度的工作流,适用于AI、Marketing等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

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

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

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

作者
Gegenfeld

Gegenfeld

@gegenfeld

We at Gegenfeld are an EdTech platform dedicated to delivering high-quality on-demand courses and interactive training sessions for professional development at all skill levels. With our commitment to "Accelerate your future," we empower professionals to enhance their expertise through engaging, industry-focused learning experiences. On n8n, we share some of the workflows used in our interactive training to provide deeper insights and practical applications.

外部链接
在 n8n.io 上查看 →

分享此工作流