Claude Opus 4 を使って自然言語から完全なワークフローを生成
上級
これはEngineering, AI Chatbot分野の自動化ワークフローで、17個のノードを含みます。主にN8n, Set, GoogleDrive, Agent, ExtractFromFileなどのノードを使用。 Claude Opus 4を使用して自然言語から完全なワークフローを生成
前提条件
- •Google Drive API認証情報
- •OpenAI API Key
- •Anthropic API Key
使用ノード (17)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "c06b75187a3df8fc1f7d0dca41a1070761a5c8ab93bdb0bd30143dfe764a0663"
},
"nodes": [
{
"id": "57337b7a-370c-4ee9-b91e-bd43c6362393",
"name": "チャットメッセージ受信時",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
840,
100
],
"webhookId": "d832bc01-555e-4a24-a8cc-31db8fc1c816",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "3b2c015e-d32b-482a-9d86-fa8c6be485df",
"name": "Claude Opus 4",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
1280,
740
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "f7d4ff33-7666-41cf-ac4a-6dc2cbac5745",
"name": "ファイルから抽出",
"type": "n8n-nodes-base.extractFromFile",
"position": [
1160,
620
],
"parameters": {},
"typeVersion": 1
},
{
"id": "2405ced4-67ca-48c5-927f-ceee215cc526",
"name": "n8n",
"type": "n8n-nodes-base.n8n",
"position": [
1640,
620
],
"parameters": {},
"typeVersion": 1
},
{
"id": "08d3c426-7d8d-4b65-981c-18c3dae980c0",
"name": "ワークフローリンク",
"type": "n8n-nodes-base.set",
"position": [
1800,
620
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "89617e9d-710d-4b93-a51a-891442f5bc46",
"name": "n8n ドキュメント取得",
"type": "n8n-nodes-base.googleDrive",
"position": [
1000,
620
],
"parameters": {},
"typeVersion": 3
},
{
"id": "ea7b0ae4-ee60-4ae1-8b2a-cb168ab9faff",
"name": "n8n ビルダー",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1320,
620
],
"parameters": {},
"typeVersion": 2
},
{
"id": "763b64a5-be74-4395-902d-28d7369154cd",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
740,
520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "692fbd8d-9bae-483f-969f-cb8fee79aec9",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
740,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "0797e95f-0b43-48d1-913f-cd6e02a46918",
"name": "他ワークフロー実行時",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
820,
620
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "2cd7079a-a515-4207-973b-878ded7e6e5a",
"name": "n8n デベロッパー",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1000,
100
],
"parameters": {},
"typeVersion": 2
},
{
"id": "a8cff024-d2e6-4d4a-87c3-dd5efccca141",
"name": "デベロッパーツール",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
1200,
360
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "6e206a6c-290b-4fae-881b-4daf4940facc",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
740,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "63d59d53-dc02-4139-931d-acb53eee309f",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1080,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e1ccfe12-5a2b-4d9a-a482-1c1f481a345d",
"name": "シンプルメモリ",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
940,
360
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "32e7bba3-5432-4c56-8131-15c934267f9e",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b8e6b81d-ca6f-48ab-bb0c-53fc98a1ac44",
"name": "OpenAI チャットモデル",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
800,
360
],
"parameters": {},
"typeVersion": 1.2
}
],
"pinData": {},
"connections": {
"2405ced4-67ca-48c5-927f-ceee215cc526": {
"main": [
[
{
"node": "08d3c426-7d8d-4b65-981c-18c3dae980c0",
"type": "main",
"index": 0
}
]
]
},
"ea7b0ae4-ee60-4ae1-8b2a-cb168ab9faff": {
"main": [
[
{
"node": "2405ced4-67ca-48c5-927f-ceee215cc526",
"type": "main",
"index": 0
}
]
]
},
"89617e9d-710d-4b93-a51a-891442f5bc46": {
"main": [
[
{
"node": "f7d4ff33-7666-41cf-ac4a-6dc2cbac5745",
"type": "main",
"index": 0
}
]
]
},
"3b2c015e-d32b-482a-9d86-fa8c6be485df": {
"ai_languageModel": [
[
{
"node": "ea7b0ae4-ee60-4ae1-8b2a-cb168ab9faff",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"e1ccfe12-5a2b-4d9a-a482-1c1f481a345d": {
"ai_memory": [
[
{
"node": "2cd7079a-a515-4207-973b-878ded7e6e5a",
"type": "ai_memory",
"index": 0
}
]
]
},
"a8cff024-d2e6-4d4a-87c3-dd5efccca141": {
"ai_tool": [
[
{
"node": "2cd7079a-a515-4207-973b-878ded7e6e5a",
"type": "ai_tool",
"index": 0
}
]
]
},
"f7d4ff33-7666-41cf-ac4a-6dc2cbac5745": {
"main": [
[
{
"node": "ea7b0ae4-ee60-4ae1-8b2a-cb168ab9faff",
"type": "main",
"index": 0
}
]
]
},
"b8e6b81d-ca6f-48ab-bb0c-53fc98a1ac44": {
"ai_languageModel": [
[
{
"node": "2cd7079a-a515-4207-973b-878ded7e6e5a",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"57337b7a-370c-4ee9-b91e-bd43c6362393": {
"main": [
[
{
"node": "2cd7079a-a515-4207-973b-878ded7e6e5a",
"type": "main",
"index": 0
}
]
]
},
"0797e95f-0b43-48d1-913f-cd6e02a46918": {
"main": [
[
{
"node": "89617e9d-710d-4b93-a51a-891442f5bc46",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - エンジニアリング, AIチャットボット
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
高度なマルチエージェントAIパーソナルアシスタント(250+タスク対応、WhatsApp + GPT)
高度なマルチエージェントAIパーソナルアシスタント(250以上のタスク対応、WhatsApp + GPT)
Set
Switch
Whats App
+
Set
Switch
Whats App
213 ノードElectrabot
個人の生産性
ソーシャルメディアファクトリー
AIベースのソーシャルメディアコンテンツ作成ツール、マルチプラットフォーム公開と承認対応
If
Set
Gmail
+
If
Set
Gmail
48 ノードTaiki
ソーシャルメディア
私のワークフロー
GPT-4、Google Docs、Mermaid チャートを使った Upwork 向け個別化リクエストの自動化
Set
Google Docs
Google Drive
+
Set
Google Docs
Google Drive
23 ノードNick Saraev
リードナーチャリング
Go High Level で Redis と Anthropic を使ってWhatsApp への返信を自動化
Go High Level、Redis、Anthropicを使ってWhatsAppの回答を自動化する
If
Set
Code
+
If
Set
Code
31 ノードJorge Martínez
AIチャットボット
ビジネスのAIコマンドセンター:Google Workspaceモジュール型アクター、ベクター検索、マルチチャネルレポート
ビジネスAIコマンドセンター:Google Workspaceモジュール型アジンス、ベクター検索、マルチチャネルレポート
Set
Gmail
Slack
+
Set
Gmail
Slack
80 ノードPaul
文書抽出
✨🩷自動化ソーシャルメディアコンテンツ公開工厂 + 系统提示组合
基于动态系统提示とGPT-4oのAI驱动多平台ソーシャルメディアコンテンツ工厂
If
Set
Code
+
If
Set
Code
100 ノードAmit Mehta
コンテンツ作成
ワークフロー情報
難易度
上級
ノード数17
カテゴリー2
ノードタイプ12
作成者
Electrabot
@vansh404AI Automation Agency Based In Canada Reach out to me if you need any help -https://www.linkedin.com/in/vansharoraa/
外部リンク
n8n.ioで表示 →
このワークフローを共有