本番環境:AI駆動の暗号通貨分析自動化

中級

これはFinance, AI分野の自動化ワークフローで、12個のノードを含みます。主にSet, HttpRequest, Agent, ChatTrigger, ToolSerpApiなどのノードを使用、AI技術を活用したスマート自動化を実現。 OpenRouter、Gemini、SerpAPIを使用したAI駆動の暗号通貨分析

前提条件
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "SUKhKW8pmzD9tt3F",
  "meta": {
    "instanceId": "d16fb7d4b3eb9b9d4ad2ee6a7fbae593d73e9715e51f583c2a0e9acd1781c08e",
    "templateCredsSetupCompleted": true
  },
  "name": "Prod: AI-Powered Crypto Analysis Automation",
  "tags": [
    {
      "id": "Gn3tpBR22XFwUwBD",
      "name": "Development",
      "createdAt": "2024-12-24T14:42:57.431Z",
      "updatedAt": "2024-12-24T14:42:57.431Z"
    },
    {
      "id": "XZIQK6NdzGvgbZFd",
      "name": "Sell",
      "createdAt": "2025-01-15T12:28:48.424Z",
      "updatedAt": "2025-01-15T12:28:48.424Z"
    }
  ],
  "nodes": [
    {
      "id": "33e18b30-68f2-46eb-8013-8ebb31d75a0a",
      "name": "Provide 暗号化 Symbol",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "35bc81ba-13f5-4e7b-bd07-4e3ebab8fc91",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "b666f4ab-d2c9-43ed-910b-c1fe08098e62",
      "name": "5m_Chart",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Get 5 min candlestick chart.",
      "position": [
        100,
        380
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "81202928-c363-49c8-932b-3391b44f9b91",
      "name": "AI エージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        400,
        380
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "42809cb0-bc31-4398-8ce8-3865cfab1e52",
      "name": "ウィンドウバッファメモリ",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -180,
        480
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "e6e101df-7821-4a0b-a865-f4bc7e4c0a5e",
      "name": "1d_Chart",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Get day candlestick chart.",
      "position": [
        420,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "a78c495f-9a27-4366-800c-f79992af0b1e",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -180,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "edb2526c-82a6-4733-b70e-2a4218c9c041",
      "name": "crypto_symbol",
      "type": "n8n-nodes-base.set",
      "notes": "Store value of cryptocurrency.",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3.4
    },
    {
      "id": "69aacc58-ea86-43ec-a9da-88597a29a6eb",
      "name": "Long Term エージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        620,
        0
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "8584d7a2-2539-4be1-bd06-654964a84364",
      "name": "SerpAPI 検索",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        560,
        560
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4f6cbec5-6807-45f0-bf53-80bd5b8763e2",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bdc253aa-d769-40ce-9862-37b205e03826",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0d1b9d8d-dbc3-4a3b-b19f-63bdc65f72ba",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "16df2176-07d5-413f-a918-f59b60727b00",
  "connections": {
    "SerpAPI": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e6e101df-7821-4a0b-a865-f4bc7e4c0a5e": {
      "main": [
        [
          {
            "node": "Long Term Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b666f4ab-d2c9-43ed-910b-c1fe08098e62": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "edb2526c-82a6-4733-b70e-2a4218c9c041": {
      "main": [
        [
          {
            "node": "e6e101df-7821-4a0b-a865-f4bc7e4c0a5e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Long Term Agent": {
      "main": [
        [
          {
            "node": "b666f4ab-d2c9-43ed-910b-c1fe08098e62",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Window Buffer Memory": {
      "ai_memory": [
        [
          {
            "node": "Long Term Agent",
            "type": "ai_memory",
            "index": 0
          },
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "a78c495f-9a27-4366-800c-f79992af0b1e": {
      "ai_languageModel": [
        [
          {
            "node": "Long Term Agent",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Provide Crypto Symbol": {
      "main": [
        [
          {
            "node": "edb2526c-82a6-4733-b70e-2a4218c9c041",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 財務, 人工知能

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数12
カテゴリー2
ノードタイプ8
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Udit Rawat

Udit Rawat

@ailistmaster

Hi, I’m Udit, an Acquia-certified developer with a strong background in web development and creating enterprise solutions. Recently, I’ve transitioned into AI and ML, I hold DIAT Professional AI Certification. I specialize in building AI-driven automation to streamline workflows, improve efficiency, and solve complex problems. With expertise in AI/ML tools and years of experience in Acquia and Drupal, I’m passionate about leveraging tech to drive innovation and create smarter solutions.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34