使用Claude、OpenAI和Perplexity自动生成和安排品牌LinkedIn内容
高级
这是一个Social Media, Multimodal AI领域的自动化工作流,包含 23 个节点。主要使用 Code, Limit, LinkedIn, GoogleDrive, HttpRequest 等节点。 使用Claude、OpenAI和Perplexity自动生成和安排品牌LinkedIn内容
前置要求
- •LinkedIn API 凭证
- •Google Drive API 凭证
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •Anthropic API Key
使用的节点 (23)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "a88d54d0dc140647df8f628579b3d5aae0dedb13c983a1f5c11ee14f54f18774",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "7e429f94-db91-4528-9e82-b97377ceaf9f",
"name": "便签7",
"type": "n8n-nodes-base.stickyNote",
"position": [
800,
80
],
"parameters": {
"color": 6,
"width": 980,
"height": 480,
"content": "## 生成新帖子创意和所有材料"
},
"typeVersion": 1
},
{
"id": "22549258-77e8-48f4-af3f-29454f18eab8",
"name": "便签8",
"type": "n8n-nodes-base.stickyNote",
"position": [
1800,
80
],
"parameters": {
"color": 6,
"width": 1140,
"height": 480,
"content": "## 生成图像并保存"
},
"typeVersion": 1
},
{
"id": "ab409172-c356-4a62-a3f5-c89c0000cc14",
"name": "结构化输出解析器",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1620,
380
],
"parameters": {
"jsonSchemaExample": "{\n \"about\": \"One-sentence summary of what the post is about\",\n \"copy\": \"Full LinkedIn post in story format. Strong hook, clear pacing, valuable insight. Use spacing for readability.\",\n \"image\": \"Renaissance-style visual metaphor of the idea. Simple, clear, symbolic.\"\n}"
},
"typeVersion": 1.2
},
{
"id": "59379e0f-9cea-4d3d-8d16-a16c6f461bd4",
"name": "Anthropic 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
1280,
380
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-3-7-sonnet-20250219",
"cachedResultName": "Claude 3.7 Sonnet"
},
"options": {}
},
"credentials": {
"anthropicApi": {
"id": "6svKTLVRHPDan74e",
"name": "Anthropic account"
}
},
"typeVersion": 1.3
},
{
"id": "4d98425c-2fa4-454c-abfb-198470252b58",
"name": "Perplexity 研究",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
1440,
400
],
"parameters": {
"name": "web_search",
"workflowId": {
"__rl": true,
"mode": "list",
"value": "eALld0YaOZuUCU5q",
"cachedResultName": "Perplexity Research"
},
"description": "调用此工具使用 Perplexity AI 进行网络搜索查询。它将自动查看多个相关网站,并将所有有价值的信息整合到一个清晰的响应中。",
"workflowInputs": {
"value": {},
"schema": [
{
"id": "query",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "query",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"query"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"typeVersion": 2.1
},
{
"id": "d322e98b-bc90-4e83-a57e-4132b789d099",
"name": "转换为文件",
"type": "n8n-nodes-base.convertToFile",
"position": [
2280,
260
],
"parameters": {
"options": {},
"operation": "toBinary",
"sourceProperty": "data[0].b64_json",
"binaryPropertyName": "=data"
},
"typeVersion": 1.1
},
{
"id": "603da07c-d6f5-4cfd-9550-e2ac4664e5fc",
"name": "计划",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
1000,
340
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 5
}
]
}
},
"typeVersion": 1.2
},
{
"id": "7150ed77-389b-4640-b7fd-9254a2031dcb",
"name": "合并创意",
"type": "n8n-nodes-base.code",
"position": [
1140,
180
],
"parameters": {
"jsCode": "// Get all incoming items\nconst items = $input.all();\n\n// Extract the text field from each item\nconst texts = items.map(item => item.json.idea);\n\n// Concatenate them (adjust the separator as needed)\nconst concatenated = texts.join(\", \");\n\n// Return a single item with the concatenated text\nreturn [{ json: { mergedText: concatenated } }];"
},
"typeVersion": 2
},
{
"id": "10fd372f-c530-49be-9537-0e48a20babcd",
"name": "选择一个",
"type": "n8n-nodes-base.limit",
"position": [
1240,
680
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b2e7772c-6fb6-4cb1-ad05-b83547de43ea",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
800,
580
],
"parameters": {
"color": 4,
"width": 1340,
"height": 300,
"content": "## 自动发布"
},
"typeVersion": 1
},
{
"id": "71581593-926d-4d2f-bc6a-0398fe3fa9f3",
"name": "图像风格",
"type": "n8n-nodes-base.googleDrive",
"position": [
1860,
260
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "url",
"value": "=https://drive.google.com/file/d/1Bt2wh1a3IkWrf8VRIMJL4sRwiKDbWfhC/view?usp=sharing"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "VtotuTJiDPvuSK66",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "4d21c685-03b5-4402-994a-0b5ff6ae16c7",
"name": "获取过往创意",
"type": "n8n-nodes-base.googleSheets",
"position": [
960,
180
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit#gid=0",
"cachedResultName": "LinkedIn Posts"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit?usp=drivesdk",
"cachedResultName": "AI Content Database"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "G2spLXJSxhwVIeSU",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5,
"alwaysOutputData": true
},
{
"id": "992241e7-7e0b-4d5a-95b3-b3177a28de5c",
"name": "保存图像",
"type": "n8n-nodes-base.googleDrive",
"position": [
2500,
260
],
"parameters": {
"name": "={{ $('LinkedIn Creator Agent').item.json.output.name }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive",
"cachedResultUrl": "https://drive.google.com/drive/my-drive",
"cachedResultName": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "1e1USeEsOByu-n5cR5o1IeyzJFfkf8O4i",
"cachedResultUrl": "https://drive.google.com/drive/folders/1e1USeEsOByu-n5cR5o1IeyzJFfkf8O4i",
"cachedResultName": "LinkedIn AI Posts"
},
"inputDataFieldName": "=data"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "VtotuTJiDPvuSK66",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "db22923e-7126-4b7e-9767-db14441cf2c4",
"name": "保存帖子",
"type": "n8n-nodes-base.googleSheets",
"position": [
2700,
260
],
"parameters": {
"columns": {
"value": {
"text": "={{ $('LinkedIn Creator Agent').item.json.output.copy }}",
"about": "={{ $('LinkedIn Creator Agent').item.json.output.about }}",
"image": "={{ $json.webViewLink.replace(/usp=[^&]+/, 'usp=sharing') }}",
"status": "review"
},
"schema": [
{
"id": "about",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "about",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "text",
"type": "string",
"display": true,
"required": false,
"displayName": "text",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "image",
"type": "string",
"display": true,
"required": false,
"displayName": "image",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "status",
"type": "string",
"display": true,
"required": false,
"displayName": "status",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit#gid=0",
"cachedResultName": "LinkedIn Posts"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit?usp=drivesdk",
"cachedResultName": "AI Content Database"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "G2spLXJSxhwVIeSU",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "0b4150f1-e5cb-4c96-bbcd-c7d53b77113f",
"name": "计划 2",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
880,
680
],
"parameters": {
"rule": {
"interval": [
{
"daysInterval": 3,
"triggerAtHour": 14
}
]
}
},
"typeVersion": 1.2
},
{
"id": "98814b85-63ec-4f8e-9307-d77775f863ea",
"name": "获取就绪帖子",
"type": "n8n-nodes-base.googleSheets",
"position": [
1060,
680
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupValue": "ready",
"lookupColumn": "status"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit#gid=0",
"cachedResultName": "LinkedIn Posts"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit?usp=drivesdk",
"cachedResultName": "AI Content Database"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "G2spLXJSxhwVIeSU",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "9fc8674b-3b89-4079-abf3-11b9602fd118",
"name": "下载图片",
"type": "n8n-nodes-base.googleDrive",
"position": [
1440,
680
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "url",
"value": "={{ $json.image }}"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "VtotuTJiDPvuSK66",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "e222b823-c2bb-4012-a99d-942fee2bead9",
"name": "发布帖子",
"type": "n8n-nodes-base.linkedIn",
"position": [
1640,
680
],
"parameters": {
"text": "={{ $json.text }}",
"person": "rBxbEv1ziJ",
"additionalFields": {
"visibility": "PUBLIC"
},
"shareMediaCategory": "IMAGE"
},
"credentials": {
"linkedInOAuth2Api": {
"id": "CuQaEYI2DAKjStwx",
"name": "LinkedIn account"
}
},
"typeVersion": 1
},
{
"id": "d253e5bd-6994-483a-a2fb-8245ce135e55",
"name": "更新状态",
"type": "n8n-nodes-base.googleSheets",
"position": [
1840,
680
],
"parameters": {
"columns": {
"value": {
"about": "={{ $('Pick One').item.json.about }}",
"status": "posted"
},
"schema": [
{
"id": "about",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "about",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "text",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "text",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "image",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "image",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "status",
"type": "string",
"display": true,
"required": false,
"displayName": "status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"about"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit#gid=0",
"cachedResultName": "LinkedIn Posts"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1S3vi0R9cjbB1A7ZXFz7jCwrBbBjn-lqEVP78QsfMS_A/edit?usp=drivesdk",
"cachedResultName": "AI Content Database"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "G2spLXJSxhwVIeSU",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "d863c4df-9fbe-4b3a-87dc-dd4cbcb2e386",
"name": "OpenAI 图像1",
"type": "n8n-nodes-base.httpRequest",
"position": [
2080,
260
],
"parameters": {
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "multipart-form-data",
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "model",
"value": "gpt-image-1"
},
{
"name": "image",
"parameterType": "formBinaryData",
"inputDataFieldName": "data"
},
{
"name": "prompt",
"value": "=You're a professional artist/designer.\n\nMake a new image in the style very very similar to the reference.\n\nCopy the art style, theme, painting look, etc.\n\nMake it vertical 3x4.\n\nIt will be an image for a LinkedIn post.\n\nHere is the description of the new image:\n{{ $('LinkedIn Creator Agent').item.json.output.image }}"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "VfzZ822GcP67KtYl",
"name": "Relevance AI"
}
},
"typeVersion": 4.2
},
{
"id": "c219bf1f-fba2-471c-882e-742ac73fb27a",
"name": "LinkedIn 创作者代理",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1420,
180
],
"parameters": {
"text": "=Generate my next LinkedIn post.\n\nReturn only:\n\nabout (1-sentence summary)\n\ncopy (LinkedIn post content)\n\nimage (simple description for AI image generation)\n\nBegin:\n",
"options": {
"systemMessage": "=ROLE:\nYou are a world-class content strategist for Abdul, an agency owner who helps B2B businesses scale through smart AI automation.\n\nOBJECTIVE:\nYour mission is to write high-performing LinkedIn posts that:\n\n-Build Abdul’s authority and personal brand\n-Spark interest in his services\n-Deliver real value to startup founders, marketers, and B2B operators\n-Subtly showcase how automation is the smart growth edge of today\n\nABOUT BUILTBYABDUL:\nAbdul is the founder of BuiltByAbdul, an AI automation agency focused on helping businesses scale without burnout.\n\nHe builds & sells:\n-AI-powered personalized lead generation systems\n-Automated ClickUp CRMs and project management workflows\n-AI Content agents that repurpose and schedule high-volume content\n-Client onboarding automations (proposals, forms, contracts, etc.)\n-Other AI workflows that save founders dozens of hours per month\n\nYour content should feel valuable and entertaining—but also act like a Trojan horse for demand. Make readers go: “Damn, I should be using this.”\n\n\nAudience:\nStartup founders, marketing agency owners, B2B consultants, fractional CMOs, and solopreneurs trying to scale smarter.\n\nTone:\nSharp, clear, valuable. Feels like Hormozi meets Naval—wise, practical, and a little bold.\n\nThere are 2 CONTENT BUCKETS: \n1. Timeless Principles (Story Format)\nShare a story-driven post (not a quote dump or tweet-style list) based on a timeless principle from greats like Hormozi, Ogilvy, Naval, Munger, Housel, or Paul Graham\n• Use real examples, mini-narratives, or metaphors to make the lesson hit harder\n• Insight should relate to business, sales, leverage, brand, or growth\n\n2. Real-World AI/Automation Use Case\nTeach how smart businesses are saving time/money with automation\nExamples: AI cold outreach, ClickUp CRM builds, automated onboarding, content repurposing, proposal generation\nEmphasize time saved, hours unlocked, revenue gained\n\nMake the post:\n-Scroll-stopping from the first line\n-Easy to consume with line spacing\n-Tied to growth, marketing, or automation\n-Subtly highlight Abdul’s expertise through storytelling or lesson"
},
"promptType": "define",
"hasOutputParser": true
},
"retryOnFail": true,
"typeVersion": 1.7
},
{
"id": "ba43756f-86e1-4e6f-99cb-7c128aa02bcc",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
120,
80
],
"parameters": {
"width": 660,
"height": 1180,
"content": "# 使用 AI 和 Perplexity 创建并自动发布品牌化 LinkedIn 内容"
},
"typeVersion": 1
},
{
"id": "be022618-daa6-4418-ad82-1e8bc75994bb",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
820,
940
],
"parameters": {
"color": 5,
"width": 440,
"height": 240,
"content": "## 你好,我是 Abdul 👋"
},
"typeVersion": 1
}
],
"pinData": {
"Save Image": [
{
"id": "1jO0zil_Xd_6YhIvierAKOdPxVEtsC8ub",
"kind": "drive#file",
"name": "file.png",
"size": "2797218",
"owners": [
{
"me": true,
"kind": "drive#user",
"photoLink": "https://lh3.googleusercontent.com/a/ACg8ocJtoBu7dotVvAIUrpnyLWQ9o5BmRC-Qc95bEwAQ0ZAYRZIFX14=s64",
"displayName": "Abdul",
"emailAddress": "builtbyabdul@gmail.com",
"permissionId": "14381026284177692350"
}
],
"shared": false,
"spaces": [
"drive"
],
"parents": [
"1e1USeEsOByu-n5cR5o1IeyzJFfkf8O4i"
],
"starred": false,
"trashed": false,
"version": "2",
"iconLink": "https://drive-thirdparty.googleusercontent.com/16/type/image/png",
"mimeType": "image/png",
"ownedByMe": true,
"viewedByMe": false,
"createdTime": "2025-06-30T18:47:40.356Z",
"md5Checksum": "11bfaac653eb97d1485255e0e2bf3bbc",
"permissions": [
{
"id": "14381026284177692350",
"kind": "drive#permission",
"role": "owner",
"type": "user",
"deleted": false,
"displayName": "builtbyabdul",
"emailAddress": "builtbyabdul@gmail.com",
"pendingOwner": false
}
],
"webViewLink": "https://drive.google.com/file/d/1jO0zil_Xd_6YhIvierAKOdPxVEtsC8ub/view?usp=drivesdk",
"capabilities": {
"canCopy": true,
"canEdit": true,
"canShare": true,
"canTrash": true,
"canDelete": true,
"canRename": true,
"canComment": true,
"canUntrash": true,
"canDownload": true,
"canReadLabels": false,
"canAddChildren": false,
"canListChildren": false,
"canModifyLabels": false,
"canModifyContent": true,
"canReadRevisions": true,
"canRemoveChildren": false,
"canAcceptOwnership": false,
"canAddMyDriveParent": false,
"canMoveItemOutOfDrive": true,
"canMoveItemWithinDrive": true,
"canRemoveMyDriveParent": true,
"canMoveItemIntoTeamDrive": true,
"canMoveChildrenWithinDrive": false,
"canModifyContentRestriction": true,
"canRemoveContentRestriction": false,
"canEnableInheritedPermissions": true,
"canChangeSecurityUpdateEnabled": false,
"canChangeViewersCanCopyContent": true,
"canDisableInheritedPermissions": false,
"canModifyOwnerContentRestriction": true,
"canModifyEditorContentRestriction": true,
"canChangeCopyRequiresWriterPermission": true
},
"hasThumbnail": true,
"modifiedByMe": true,
"modifiedTime": "2025-06-30T18:47:41.798Z",
"sha1Checksum": "1dcbd3de5e81144f6dfbad9686d6fcc53b46ac6e",
"fileExtension": "png",
"permissionIds": [
"14381026284177692350"
],
"thumbnailLink": "https://lh3.googleusercontent.com/drive-storage/AJQWtBPtTGei7w7n00L-0a4N2ZNRhpG5cPLalPTfnPxEiQR_VlKl-xho4Kn0oVBtH5XQadIBpoDCZK8aqjohDJW2ikcoZMHWoNTUcrZuxd4J2l8SwYI=s220",
"headRevisionId": "0Bybd6kkOpTCuVnVrNDBWLzBlM3NKNmh6enkxVER6aWFrU2wwPQ",
"quotaBytesUsed": "2797218",
"sha256Checksum": "633a6397617da50f4017a081d0a428b8c74e0c74f4eaf026c0e26b7ef780e455",
"webContentLink": "https://drive.google.com/uc?id=1jO0zil_Xd_6YhIvierAKOdPxVEtsC8ub&export=download",
"isAppAuthorized": true,
"writersCanShare": true,
"modifiedByMeTime": "2025-06-30T18:47:41.798Z",
"originalFilename": "Untitled",
"thumbnailVersion": "2",
"explicitlyTrashed": false,
"fullFileExtension": "png",
"lastModifyingUser": {
"me": true,
"kind": "drive#user",
"photoLink": "https://lh3.googleusercontent.com/a/ACg8ocJtoBu7dotVvAIUrpnyLWQ9o5BmRC-Qc95bEwAQ0ZAYRZIFX14=s64",
"displayName": "Abdul",
"emailAddress": "builtbyabdul@gmail.com",
"permissionId": "14381026284177692350"
},
"linkShareMetadata": {
"securityUpdateEnabled": true,
"securityUpdateEligible": false
},
"imageMediaMetadata": {
"width": 1024,
"height": 1536,
"rotation": 0
},
"viewersCanCopyContent": true,
"copyRequiresWriterPermission": false,
"inheritedPermissionsDisabled": false
}
],
"Convert to File": [
{}
],
"LinkedIn Creator Agent": [
{
"output": {
"copy": "I was working with a founder last week who was spending 3 hours every day on client communication and follow-ups.\n\n\"I don't have time for automation,\" he told me. \"I'm drowning in operational tasks.\"\n\nThis is like saying you're too thirsty to find water.\n\nHere's what we did instead:\n\n1) Mapped his entire client communication flow\n2) Built an AI responder for common questions\n3) Created automated follow-up sequences\n4) Set up a ClickUp dashboard that tracked it all\n\nTotal setup time: 7 hours\n\nResults after 30 days:\n• Client communication down from 3 hours to 40 minutes daily\n• 13 hours per week reclaimed\n• 52+ hours per month back in his calendar\n• First vacation in 2 years scheduled\n\nThe math is simple but profound:\n\nA one-time 7-hour investment → 624+ hours saved per year\n\nThat's a 8,914% ROI on time.\n\nThis is why Charlie Munger said: \"The first rule of compounding is to never interrupt it unnecessarily.\"\n\nThe same applies to your time and systems.\n\nMost founders focus on optimizing the wrong part of their business. They try to:\n\n• Work faster instead of building systems\n• Hire more instead of automating first\n• Sacrifice sleep instead of eliminating waste\n\nThe highest leverage activity isn't doing more work—it's building systems that multiply your output while reducing your input.\n\nWhat's one task you're doing daily that shouldn't require your time at all?",
"about": "A story-driven post about the compounding value of automating the right tasks in business, highlighting how small time savings accumulate into massive growth opportunities.",
"image": "A business owner sitting relaxed with coffee while robotic arms handle multiple tasks in the background, with a large clock showing time being saved"
}
}
]
},
"connections": {
"Pick One": {
"main": [
[
{
"node": "Download Image",
"type": "main",
"index": 0
}
]
]
},
"Schedule": {
"main": [
[
{
"node": "LinkedIn Creator Agent",
"type": "main",
"index": 0
}
]
]
},
"Join Ideas": {
"main": [
[]
]
},
"Save Image": {
"main": [
[
{
"node": "Save Post",
"type": "main",
"index": 0
}
]
]
},
"Schedule 2": {
"main": [
[
{
"node": "Get Ready Posts",
"type": "main",
"index": 0
}
]
]
},
"Image Style": {
"main": [
[
{
"node": "OpenAI Image1",
"type": "main",
"index": 0
}
]
]
},
"Publish Post": {
"main": [
[
{
"node": "Update Status",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Image1": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
},
"Download Image": {
"main": [
[
{
"node": "Publish Post",
"type": "main",
"index": 0
}
]
]
},
"Get Past Ideas": {
"main": [
[
{
"node": "Join Ideas",
"type": "main",
"index": 0
}
]
]
},
"Convert to File": {
"main": [
[
{
"node": "Save Image",
"type": "main",
"index": 0
}
]
]
},
"Get Ready Posts": {
"main": [
[
{
"node": "Pick One",
"type": "main",
"index": 0
}
]
]
},
"Perplexity Research": {
"ai_tool": [
[
{
"node": "LinkedIn Creator Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"Anthropic Chat Model": {
"ai_languageModel": [
[
{
"node": "LinkedIn Creator Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"LinkedIn Creator Agent": {
"main": [
[
{
"node": "Image Style",
"type": "main",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "LinkedIn Creator Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 社交媒体, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用 Claude AI、DALL-E 图像和 Google Sheets 审批自动化 LinkedIn 帖子
使用 Claude AI、DALL-E 图像和 Google Sheets 审批自动化 LinkedIn 帖子
Set
Code
Wait
+14
28 节点Usman Liaqat
人工智能
使用OpenAI、RunwayML和ElevenLabs自动化无脸短视频
使用OpenAI、RunwayML和ElevenLabs自动化无脸短视频:从脚本到社交媒体
Set
Code
Wait
+18
56 节点LeeWei
内容创作
WordPress博客自动化专业版(深度研究)v2.1市场
使用GPT-4o、Perplexity AI和多语言支持自动化SEO优化的博客创建
If
Set
Xml
+27
125 节点Daniel Ng
内容创作
LinkedIn和X病毒内容自动引擎
使用AI生成和发布自动创建LinkedIn和X的病毒内容
If
Set
Wait
+26
156 节点Diptamoy Barman
内容创作
合并
使用Suno API、Claude和Telegram机器人创建完整的20首YouTube播放列表
If
Set
Code
+17
150 节点Joseph
内容创作
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他
工作流信息
难度等级
高级
节点数量23
分类2
节点类型13
作者
Abdul Mir
@abdulmirHey 👋 I'm Abdul. I build AI-powered systems for marketing agencies and consultants who want to move fast and automate the boring stuff. Think lead gen agents, proposal generators, and content creation systems. I specialize in growth-focused automations and share workflows that save time and land clients.
外部链接
在 n8n.io 查看 →
分享此工作流