{ "id": "b8a4IwiwD9SlgF42", "meta": { "instanceId": "31e69f7f4a77bf465b805824e303232f0227212ae922d12133a0f96ffeab4fef", "templateCredsSetupCompleted": true }, "name": "๐Ÿ”ฅ๐Ÿ“ˆ๐Ÿค– AI Agent for n8n Creators Leaderboard - Find Popular Workflows", "tags": [], "nodes": [ { "id": "fcda047d-b609-4791-b3ae-f359d0c6a071", "name": "stats_aggregate_creators", "type": "n8n-nodes-base.httpRequest", "position": [ -1240, 1280 ], "parameters": { "url": "={{ $json.path }}{{ $json['creators-filename'] }}.json", "options": {} }, "typeVersion": 4.2 }, { "id": "fa1f51fd-6019-4d47-b17e-8c5621e6ab4c", "name": "stats_aggregate_workflows", "type": "n8n-nodes-base.httpRequest", "position": [ -1240, 1500 ], "parameters": { "url": "={{ $json.path }}{{ $json['workflows-filename'] }}.json", "options": {} }, "typeVersion": 4.2 }, { "id": "34c2d0d3-0474-4a69-b1a5-14c9021865cd", "name": "Global Variables", "type": "n8n-nodes-base.set", "position": [ -1660, 1480 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "4bcb91c6-d250-4cb4-8ee1-022df13550e1", "name": "path", "type": "string", "value": "https://raw.githubusercontent.com/teds-tech-talks/n8n-community-leaderboard/refs/heads/main/" }, { "id": "a910a798-0bfe-41b1-a4f1-41390c7f6997", "name": "workflows-filename", "type": "string", "value": "=stats_aggregate_workflows" }, { "id": "e977e816-dc1e-43ce-9393-d6488e6832ca", "name": "creators-filename", "type": "string", "value": "=stats_aggregate_creators" }, { "id": "20efae68-948e-445c-ab89-7dd23149dd50", "name": "chart-filename", "type": "string", "value": "=stats_aggregate_chart" }, { "id": "14233ab4-3fa4-4e26-8032-6ffe26cb601e", "name": "datetime", "type": "string", "value": "={{ $now.format('yyyy-MM-dd') }}" }, { "id": "f63dc683-a430-43ec-9c25-53fa5c0a3ced", "name": "username", "type": "string", "value": "={{ $json.query.username }}" } ] } }, "typeVersion": 3.4 }, { "id": "7e830263-746f-4909-87aa-5e602d39fc3a", "name": "Parse Workflow Data", "type": "n8n-nodes-base.set", "position": [ -880, 1560 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "76f4b20e-519e-4d46-aeac-c6c3f98a69fd", "name": "data", "type": "array", "value": "={{ $json.data }}" } ] } }, "typeVersion": 3.4 }, { "id": "b112dde6-9194-451f-9c5e-b3f648d215da", "name": "Parse Creators Data", "type": "n8n-nodes-base.set", "position": [ -880, 1220 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "76f4b20e-519e-4d46-aeac-c6c3f98a69fd", "name": "data", "type": "array", "value": "={{ $json.data }}" } ] } }, "typeVersion": 3.4 }, { "id": "877e1988-c85c-49a8-8d56-d3954327c6f6", "name": "Take Top 25 Creators", "type": "n8n-nodes-base.limit", "position": [ -260, 1220 ], "parameters": { "maxItems": 25 }, "typeVersion": 1 }, { "id": "f05db70e-4362-40a4-bc50-6d0c30ea0cc4", "name": "Aggregate", "type": "n8n-nodes-base.aggregate", "position": [ -680, 1920 ], "parameters": { "options": {}, "aggregate": "aggregateAllItemData" }, "typeVersion": 1 }, { "id": "1d223053-d895-4545-a9b2-6eeab6200568", "name": "Filter By Creator Username", "type": "n8n-nodes-base.filter", "position": [ -880, 1920 ], "parameters": { "options": {}, "conditions": { "options": { "version": 2, "leftValue": "", "caseSensitive": true, "typeValidation": "strict" }, "combinator": "and", "conditions": [ { "id": "21b17fb0-1809-4dc0-b775-cf43a570aa3a", "operator": { "name": "filter.operator.equals", "type": "string", "operation": "equals" }, "leftValue": "={{ $json.username }}", "rightValue": "={{ $('Global Variables').item.json.username }}" } ] } }, "typeVersion": 2.2 }, { "id": "c25ff9ea-1905-4bf0-ac71-5d81c25466b7", "name": "gpt-4o-mini", "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", "position": [ -1960, 600 ], "parameters": { "model": { "__rl": true, "mode": "list", "value": "gpt-4o-mini" }, "options": { "temperature": 0.1 } }, "credentials": { "openAiApi": { "id": "jEMSvKmtYfzAkhe6", "name": "OpenAi account" } }, "typeVersion": 1.2 }, { "id": "b21c51fa-c9b3-4c88-ba7b-fe8a97a951c9", "name": "When Executed by Another Workflow", "type": "n8n-nodes-base.executeWorkflowTrigger", "position": [ -1980, 1480 ], "parameters": { "inputSource": "jsonExample", "jsonExample": "{\n \"query\": \n {\n \"username\": \n \"joe\"\n }\n}" }, "typeVersion": 1.1 }, { "id": "d26278f5-08d8-4640-82a6-1c3615b6f06b", "name": "When chat message received", "type": "@n8n/n8n-nodes-langchain.chatTrigger", "position": [ -1980, 240 ], "webhookId": "c118849f-57c9-40cf-bde6-dddefb9adcf4", "parameters": { "options": {} }, "typeVersion": 1.1 }, { "id": "00aac33e-20c1-4b99-b2f1-07311f73e1da", "name": "Workflow Tool", "type": "@n8n/n8n-nodes-langchain.toolWorkflow", "position": [ -1360, 600 ], "parameters": { "name": "n8n_creator_stats", "workflowId": "={{ $workflow.id }}", "description": "Call this tool to get n8n Creator Stats.", "jsonSchemaExample": "{\n \"username\": \"n8n creator username\"\n}", "specifyInputSchema": true }, "typeVersion": 1 }, { "id": "0a00599a-928d-4399-b17e-336201a67480", "name": "creator-summary", "type": "n8n-nodes-base.convertToFile", "position": [ -1020, 240 ], "parameters": { "options": { "fileName": "=creator-summary" }, "operation": "toText", "sourceProperty": "output" }, "typeVersion": 1.1 }, { "id": "8e4ae379-749d-44ad-80f8-efc836f2ff55", "name": "Workflow Response", "type": "n8n-nodes-base.set", "position": [ -420, 1920 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "eeff1310-2e1c-4ea4-9107-a14b1979f74f", "name": "response", "type": "string", "value": "={{ $json.data }}" } ] } }, "typeVersion": 3.4 }, { "id": "bc8ea963-a57d-44f1-bcd4-36a1dcb34f0a", "name": "n8n Creator Stats Agent", "type": "@n8n/n8n-nodes-langchain.agent", "position": [ -1620, 240 ], "parameters": { "text": "={{ $json.chatInput }}", "options": { "systemMessage": "=You are tasked with generating a **comprehensive Markdown report** about a specific n8n community workflow contributor using the provided tools. Your report should not only address the user's query but also provide meaningful insights into the contributor's impact on the n8n community. Follow the structure below:\n\n## Detailed Summary\n- Provide a thorough summary of the contributor's workflows.\n- Highlight unique features, key use cases, and notable technical components for each workflow.\n\n## Workflows\nCreate a well-formatted markdown table with these columns:\n- **Workflow Name**: The name of the workflow. Keep the emojies of they exist.\n- **Description**: A brief overview of its purpose and functionality.\n- **Unique Weekly Visitors**: The number of unique users who visited this workflow weekly.\n- **Unique Monthly Visitors**: The number of unique users who visited this workflow monthly.\n- **Unique Weekly Inserters**: The number of unique users who inserted this workflow weekly.\n- **Unique Monthly Inserters**: The number of unique users who inserted this workflow monthly.\n- **Why Itโ€™s Popular**: Explain what makes this workflow stand out (e.g., innovative features, ease of use, specific use cases).\n\n## Community Analysis\n- Analyze why these workflows are popular and valued by the n8n community.\n- Discuss any trends, patterns, or feedback that highlight their significance.\n\n## Additional Insights\n- If available, provide extra information about the contributor's overall impact, such as their engagement in community forums or other notable contributions.\n\n## Formatting Guidelines\n- Use Markdown formatting exclusively (headers, lists, and tables) for clarity and organization.\n- Ensure your response is concise yet comprehensive, structured for easy navigation.\n\n## Error Handling\n- If data is unavailable or incomplete, clearly state this in your response and suggest possible reasons or next steps.\n\n## TOOLS\n\n### n8n_creator_stats \n- Use this tool to retrieve detailed statistics about the n8n creator.\n\n\n \n" }, "promptType": "define" }, "typeVersion": 1.7 }, { "id": "0e2507bf-4509-4423-ad23-bee9de2be68e", "name": "Save creator-summary.md", "type": "n8n-nodes-base.readWriteFile", "position": [ -820, 240 ], "parameters": { "options": { "append": true }, "fileName": "=C:\\\\Users\\\\joe\\Downloads\\\\{{ $binary.data.fileName }}-{{ $now.format('yyyy-MM-dd-hh-mm-ss') }}.md", "operation": "write" }, "typeVersion": 1 }, { "id": "d3d39dad-d743-4c44-ad46-c6edbad4c82b", "name": "Summary Report", "type": "n8n-nodes-base.set", "position": [ -1020, 620 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "c44ee9a7-e640-4f5e-acbe-ec559868b74c", "name": "output", "type": "string", "value": "={{ $json.output }}" } ] } }, "typeVersion": 3.4 }, { "id": "6c07ee44-408f-4d4a-bade-e051d780d022", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ -1800, 120 ], "parameters": { "color": 6, "width": 620, "height": 320, "content": "## n8n Creator ๋ฆฌ๋”๋ณด๋“œ ํ†ต๊ณ„ AI ์—์ด์ „ํŠธ \nhttps://github.com/teds-tech-talks/n8n-community-leaderboard" }, "typeVersion": 1 }, { "id": "a04eb80b-3cb3-44ad-aef2-c622ea2e33eb", "name": "Sticky Note1", "type": "n8n-nodes-base.stickyNote", "position": [ -1440, 480 ], "parameters": { "width": 260, "height": 280, "content": "## n8n ํฌ๋ฆฌ์—์ดํ„ฐ ํ†ต๊ณ„ ๋„๊ตฌ ํ˜ธ์ถœ" }, "typeVersion": 1 }, { "id": "9b44f6e7-666b-4341-8e04-4cf41a5f986e", "name": "Sticky Note2", "type": "n8n-nodes-base.stickyNote", "position": [ -2060, 480 ], "parameters": { "color": 5, "width": 300, "height": 460, "content": "๋กœ์ปฌ ๋˜๋Š” ํด๋ผ์šฐ๋“œ LLM" }, "typeVersion": 1 }, { "id": "68fcc9de-f6d5-461c-ae64-8d8cf6892f7a", "name": "Ollama Chat Model", "type": "@n8n/n8n-nodes-langchain.lmChatOllama", "disabled": true, "position": [ -1960, 780 ], "parameters": { "options": {} }, "credentials": { "ollamaApi": { "id": "IsSBWGtcJbjRiKqD", "name": "Ollama account localhost" } }, "typeVersion": 1 }, { "id": "584dd58a-d97d-45c5-974d-95468a55e359", "name": "Sticky Note3", "type": "n8n-nodes-base.stickyNote", "position": [ -1140, 120 ], "parameters": { "color": 7, "width": 540, "height": 320, "content": "n8n Creator Report์„ ๋กœ์ปฌ์— ์ €์žฅ (๋กœ์ปฌ ์„ค์น˜ ์‹œ ์„ ํƒ์‚ฌํ•ญ)" }, "typeVersion": 1 }, { "id": "4ea35ccb-a4f4-481c-9122-6fc980be48d5", "name": "Sticky Note4", "type": "n8n-nodes-base.stickyNote", "position": [ -1140, 480 ], "parameters": { "color": 4, "width": 320, "height": 340, "content": "์š”์•ฝ ๋ณด๊ณ ์„œ ์‘๋‹ต" }, "typeVersion": 1 }, { "id": "d48a28e9-041c-4e25-ac38-0f0519566db5", "name": "Sticky Note5", "type": "n8n-nodes-base.stickyNote", "position": [ -1760, 1360 ], "parameters": { "width": 300, "height": 320, "content": "์ „์—ญ ์›Œํฌํ”Œ๋กœ ๋ณ€์ˆ˜" }, "typeVersion": 1 }, { "id": "cb9b62f1-cdc3-4c2a-ba4b-8dc3baecf7e4", "name": "Sticky Note6", "type": "n8n-nodes-base.stickyNote", "position": [ -1800, 1120 ], "parameters": { "color": 3, "width": 780, "height": 640, "content": "## ์ผ์ผ n8n ๋ฆฌ๋”๋ณด๋“œ ํ†ต๊ณ„ \nhttps://github.com/teds-tech-talks/n8n-community-leaderboard \n\n### n8n ๋ฆฌ๋”๋ณด๋“œ \nhttps://teds-tech-talks.github.io/n8n-community-leaderboard/" }, "typeVersion": 1 }, { "id": "0f12bc26-875e-4cf0-9b87-7459fdfc73e9", "name": "Sticky Note7", "type": "n8n-nodes-base.stickyNote", "position": [ -980, 1120 ], "parameters": { "color": 6, "width": 1120, "height": 300, "content": "n8n ํฌ๋ฆฌ์—์ดํ„ฐ ํ†ต๊ณ„" }, "typeVersion": 1 }, { "id": "23abdb9b-3aa3-48a8-987d-c0e0bdcec99f", "name": "Sticky Note8", "type": "n8n-nodes-base.stickyNote", "position": [ -980, 1460 ], "parameters": { "color": 4, "width": 1120, "height": 300, "content": "n8n ์›Œํฌํ”Œ๋กœ ํ†ต๊ณ„" }, "typeVersion": 1 }, { "id": "7b7f14b4-cde2-46b1-a37f-4fd136c57a44", "name": "Creators Data", "type": "n8n-nodes-base.set", "position": [ -60, 1220 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "02b02023-c5a2-4e22-bcf9-2284c434f5d3", "name": "name", "type": "string", "value": "={{ $json.user.name }}" }, { "id": "4582435b-3c76-45e7-a251-12055efa890a", "name": "username", "type": "string", "value": "={{ $json.user.username }}" }, { "id": "b713a971-ce29-43cf-8f42-c426a38c6582", "name": "bio", "type": "string", "value": "={{ $json.user.bio }}" }, { "id": "19a06510-802e-4bd5-9552-7afa7355ff92", "name": "sum_unique_weekly_inserters", "type": "number", "value": "={{ $json.sum_unique_weekly_inserters }}" }, { "id": "e436533a-5170-47c2-809b-7d79502eb009", "name": "sum_unique_monthly_inserters", "type": "number", "value": "={{ $json.sum_unique_monthly_inserters }}" }, { "id": "198fef5d-86b8-4009-b187-6d3e6566d137", "name": "sum_unique_inserters", "type": "number", "value": "={{ $json.sum_unique_inserters }}" } ] } }, "typeVersion": 3.4 }, { "id": "f3363202-01ac-4ea1-a015-7c16ac1078af", "name": "Workflows Data", "type": "n8n-nodes-base.set", "position": [ -60, 1560 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "3bc3cd11-904d-4315-974d-262c0bd5fea7", "name": "template_url", "type": "string", "value": "={{ $json.template_url }}" }, { "id": "c846c523-f077-40cd-b548-32460124ffb9", "name": "wf_detais.name", "type": "string", "value": "={{ $json.wf_detais.name }}" }, { "id": "f330de47-56fb-4657-8a30-5f5e5cfa76d7", "name": "wf_detais.createdAt", "type": "string", "value": "={{ $json.wf_detais.createdAt }}" }, { "id": "f7ed7e51-a7cf-4f2e-8819-f33115c5ad51", "name": "wf_detais.description", "type": "string", "value": "={{ $json.wf_detais.description }}" }, { "id": "02b02023-c5a2-4e22-bcf9-2284c434f5d3", "name": "name", "type": "string", "value": "={{ $json.user.name }}" }, { "id": "4582435b-3c76-45e7-a251-12055efa890a", "name": "username", "type": "string", "value": "={{ $json.user.username }}" }, { "id": "f952cad3-7e62-46b7-aeb7-a5cbf4d46c0d", "name": "unique_weekly_inserters", "type": "number", "value": "={{ $json.unique_weekly_inserters }}" }, { "id": "6123302b-5bda-48f4-9ef2-71ff52a5f3ba", "name": "unique_monthly_inserters", "type": "number", "value": "={{ $json.unique_monthly_inserters }}" }, { "id": "92dca169-e03f-42ad-8790-ebb55c1a7272", "name": "unique_weekly_visitors", "type": "number", "value": "={{ $json.unique_weekly_visitors }}" }, { "id": "ee640389-d396-4d65-8110-836372a51fb0", "name": "unique_monthly_visitors", "type": "number", "value": "={{ $json.unique_monthly_visitors }}" }, { "id": "9f1c5599-3672-4f4e-9742-d7cc564f6714", "name": "user.avatar", "type": "string", "value": "={{ $json.user.avatar }}" } ] } }, "typeVersion": 3.4 }, { "id": "3ce82825-f85c-4fd3-9273-5c5540a40dbe", "name": "Merge Creators & Workflows", "type": "n8n-nodes-base.merge", "position": [ 240, 1560 ], "parameters": { "mode": "combine", "options": {}, "joinMode": "enrichInput1", "fieldsToMatchString": "username" }, "typeVersion": 3 }, { "id": "16c383db-c130-484a-8a6b-b927d4c248e9", "name": "Sticky Note9", "type": "n8n-nodes-base.stickyNote", "position": [ -980, 1800 ], "parameters": { "width": 480, "height": 320, "content": "n8n ์ œ์ž‘์ž ์‚ฌ์šฉ์ž๋ช…์œผ๋กœ ํ•„ํ„ฐ" }, "typeVersion": 1 }, { "id": "7451dc33-8944-47c5-92c3-e70d4ce5d107", "name": "Split Out Creators", "type": "n8n-nodes-base.splitOut", "position": [ -680, 1220 ], "parameters": { "options": {}, "fieldToSplitOut": "data" }, "typeVersion": 1 }, { "id": "6fa965e1-1474-4154-b4a2-cabdbbb8e90b", "name": "Split Out Workflows", "type": "n8n-nodes-base.splitOut", "position": [ -680, 1560 ], "parameters": { "options": {}, "fieldToSplitOut": "data" }, "typeVersion": 1 }, { "id": "7805fa8b-6287-442d-ba2c-11ddb81ba54f", "name": "Sort By Top Weekly Creator Inserts", "type": "n8n-nodes-base.sort", "position": [ -480, 1220 ], "parameters": { "options": {}, "sortFieldsUi": { "sortField": [ { "order": "descending", "fieldName": "sum_unique_weekly_inserters" } ] } }, "typeVersion": 1 }, { "id": "d1651e0d-04c6-4c09-884e-3fd51e885f3d", "name": "Sort By Top Weekly Workflow Inserts", "type": "n8n-nodes-base.sort", "position": [ -480, 1560 ], "parameters": { "options": {}, "sortFieldsUi": { "sortField": [ { "order": "descending", "fieldName": "unique_weekly_inserters" } ] } }, "typeVersion": 1 }, { "id": "3bcf5f34-80fd-40ec-b88c-8b79b3f1677b", "name": "Take Top 300 Workflows", "type": "n8n-nodes-base.limit", "position": [ -260, 1560 ], "parameters": { "maxItems": 300 }, "typeVersion": 1 }, { "id": "dc7cf074-17a6-411d-8d59-1cfbd23b7bd2", "name": "Sticky Note10", "type": "n8n-nodes-base.stickyNote", "position": [ -2060, 1040 ], "parameters": { "color": 7, "width": 2510, "height": 1120, "content": "## n8n ํฌ๋ฆฌ์—์ดํ„ฐ ํ†ต๊ณ„ ์›Œํฌํ”Œ๋กœ์šฐ" }, "typeVersion": 1 }, { "id": "dacb7e61-7853-47f2-b6fd-3ad611701278", "name": "Sticky Note11", "type": "n8n-nodes-base.stickyNote", "position": [ -1340, 1160 ], "parameters": { "color": 7, "width": 280, "height": 560, "content": "## GitHub ์ €์žฅ์†Œ์—์„œ n8n ํ†ต๊ณ„ ๊ฐ€์ ธ์˜ค๊ธฐ" }, "typeVersion": 1 }, { "id": "a2373c55-9e87-4824-adc8-4d4bbf966544", "name": "Sticky Note12", "type": "n8n-nodes-base.stickyNote", "position": [ -560, 0 ], "parameters": { "color": 2, "width": 1000, "height": 1000, "content": "# n8n ์ œ์ž‘์ž ๋ฆฌ๋”๋ณด๋“œ ํ†ต๊ณ„ ์›Œํฌํ”Œ๋กœ์šฐ\n\n## ๊ฐœ์š”\n์ด ์›Œํฌํ”Œ๋กœ์šฐ๋Š” n8n ์ปค๋ฎค๋‹ˆํ‹ฐ์˜ ๋ฐ์ดํ„ฐ๋ฅผ ์ง‘๊ณ„ํ•˜๊ณ  ์ฒ˜๋ฆฌํ•˜์—ฌ ์ œ์ž‘์ž์™€ ๊ทธ๋“ค์˜ ์›Œํฌํ”Œ๋กœ์šฐ์— ๋Œ€ํ•œ ์ƒ์„ธํ•œ ํ†ต๊ณ„๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค. GitHub์— ์ €์žฅ๋œ JSON ํŒŒ์ผ์—์„œ ์ •๋ณด๋ฅผ ๊ฐ€์ ธ์˜ค๋ฉฐ, ์ œ์ž‘์ž์™€ ์›Œํฌํ”Œ๋กœ์šฐ ๋ฐ์ดํ„ฐ๋ฅผ ๋ณ‘ํ•ฉํ•˜๊ณ  ์ง€์ •๋œ ์‚ฌ์šฉ์ž ์ด๋ฆ„์„ ๊ธฐ๋ฐ˜์œผ๋กœ ๊ฒฐ๊ณผ๋ฅผ ํ•„ํ„ฐ๋งํ•˜๋ฉฐ, AI ์—์ด์ „ํŠธ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ํฌ๊ด„์ ์ธ Markdown ๋ณด๊ณ ์„œ๋ฅผ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค.\n\n## ๋ฐ์ดํ„ฐ ๊ฒ€์ƒ‰\n- **์ œ์ž‘์ž ๋ฐ์ดํ„ฐ**: \n - HTTP Request ๋…ธ๋“œ(\"stats_aggregate_creators\")๊ฐ€ ์›Œํฌํ”Œ๋กœ์šฐ ์ œ์ž‘์ž์— ๋Œ€ํ•œ ์ง‘๊ณ„ ํ†ต๊ณ„๋ฅผ ํฌํ•จํ•œ JSON ํŒŒ์ผ์„ ๊ฒ€์ƒ‰ํ•ฉ๋‹ˆ๋‹ค. \n- **์›Œํฌํ”Œ๋กœ์šฐ ๋ฐ์ดํ„ฐ**: \n - ๋ณ„๋„์˜ HTTP Request ๋…ธ๋“œ(\"stats_aggregate_workflows\")๊ฐ€ ๋ฐฉ๋ฌธ์ž ์ˆ˜ ๋ฐ ์‚ฝ์ž…์ž ํ†ต๊ณ„์™€ ๊ฐ™์€ ์ƒ์„ธํ•œ ์›Œํฌํ”Œ๋กœ์šฐ ๋ฉ”ํŠธ๋ฆญ์Šค๋ฅผ ํฌํ•จํ•œ JSON ํŒŒ์ผ์„ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค. \n- **์ „์—ญ ๋ณ€์ˆ˜**: \n - ์ „์—ญ ๋ณ€์ˆ˜๊ฐ€ ์ด๋Ÿฌํ•œ JSON ํŒŒ์ผ์„ ๋ณด์œ ํ•œ GitHub ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ๊ธฐ๋ณธ URL๋กœ ์„ค์ •๋˜์–ด ์˜ฌ๋ฐ”๋ฅธ ๋ฐ์ดํ„ฐ ์†Œ์Šค๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.\n\n## ๋ฐ์ดํ„ฐ ์ฒ˜๋ฆฌ ๋ฐ ๋ณ‘ํ•ฉ\n- **๋ฐ์ดํ„ฐ ๊ตฌ๋ฌธ ๋ถ„์„**: \n - \"Parse Creators Data\" ๋ฐ \"Parse Workflow Data\" ๋…ธ๋“œ๊ฐ€ ๊ฒ€์ƒ‰๋œ ํŒŒ์ผ์—์„œ JSON ๋ฐฐ์—ด์„ ์ถ”์ถœํ•˜์—ฌ ์ถ”๊ฐ€ ์ฒ˜๋ฆฌ๋ฅผ ํ•ฉ๋‹ˆ๋‹ค. \n- **์ œํ•œ ๋ฐ ์ •๋ ฌ**: \n - \"Take Top 25 Creators\" ๋ฐ \"Take Top 300 Workflows\"์™€ ๊ฐ™์€ ๋…ธ๋“œ๊ฐ€ ๊ฒฐ๊ณผ ์„ธํŠธ๋ฅผ ์ œํ•œํ•˜๋ฉฐ, \"Sort By Top Weekly Creator Inserts\" ๋ฐ \"Sort By Top Weekly Workflow Inserts\"์™€ ๊ฐ™์€ ๋…ธ๋“œ๊ฐ€ ์„ฑ๊ณผ ๋ฉ”ํŠธ๋ฆญ์Šค๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ๋ฐ์ดํ„ฐ๋ฅผ ์ •๋ ฌํ•ฉ๋‹ˆ๋‹ค. \n- **๋ ˆ์ฝ”๋“œ ๋ณ‘ํ•ฉ**: \n - ์ œ์ž‘์ž ๋ฐ ์›Œํฌํ”Œ๋กœ์šฐ ๋ฐ์ดํ„ฐ๋ฅผ ์‚ฌ์šฉ์ž ์ด๋ฆ„์„ ๋งค์นญํ•˜์—ฌ ๋ณ‘ํ•ฉํ•˜์—ฌ ๊ฐ ์ œ์ž‘์ž์— ๋Œ€ํ•œ ๊ฒฐํ•ฉ๋œ ํ†ต๊ณ„๋กœ ๋ฐ์ดํ„ฐ ์„ธํŠธ๋ฅผ ํ’๋ถ€ํ•˜๊ฒŒ ํ•ฉ๋‹ˆ๋‹ค.\n\n## ํ•„ํ„ฐ๋ง ๋ฐ ๋ณด๊ณ ์„œ ์ƒ์„ฑ\n- **์‚ฌ์šฉ์ž ์ด๋ฆ„ ํ•„ํ„ฐ๋ง**: \n - ํ•„ํ„ฐ ๋…ธ๋“œ(\"Filter By Creator Username\")๊ฐ€ ์ž…๋ ฅ๋œ ์‚ฌ์šฉ์ž ์ด๋ฆ„(์˜ˆ: \"joe\")์„ ๊ธฐ๋ฐ˜์œผ๋กœ ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ๋‹จ์ผ ์ œ์ž‘์ž๋กœ ์ง‘์ค‘๋˜๊ฒŒ ํ•ฉ๋‹ˆ๋‹ค. \n- **Markdown ๋ณด๊ณ ์„œ ์ƒ์„ฑ**: \n - AI ์—์ด์ „ํŠธ ๋…ธ๋“œ(\"gpt-4o-mini\")๊ฐ€ ๋ฏธ๋ฆฌ ์ •์˜๋œ ํ”„๋กฌํ”„ํŠธ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ํ•„ํ„ฐ๋ง๋œ ๋ฐ์ดํ„ฐ๋ฅผ ์ฒ˜๋ฆฌํ•ฉ๋‹ˆ๋‹ค. ์ด ํ”„๋กฌํ”„ํŠธ๋Š” ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์„ธ๋ถ€ ์‚ฌํ•ญ์„ ํฌํ•จํ•œ ์ž์„ธํ•œ Markdown ๋ณด๊ณ ์„œ๋ฅผ ์ƒ์„ฑํ•˜๋„๋ก ์ง€์‹œํ•ฉ๋‹ˆ๋‹ค: \n - ์ œ์ž‘์ž ์›Œํฌํ”Œ๋กœ์šฐ์˜ ์ „์ฒด ์š”์•ฝ \n - ๊ฐ ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ๋‚˜์—ดํ•œ Markdown ํ…Œ์ด๋ธ”(์ฃผ๊ฐ„/์›”๊ฐ„ ๊ณ ์œ  ๋ฐฉ๋ฌธ์ž ๋ฐ ์‚ฝ์ž…์ž ๋“ฑ์˜ ์ฃผ์š” ๋ฉ”ํŠธ๋ฆญ์Šค์™€ ์ธ๊ธฐ ์„ค๋ช… ํฌํ•จ) \n - ์›Œํฌํ”Œ๋กœ์šฐ์™€ ๊ด€๋ จ๋œ ์ถ”์„ธ๋‚˜ ์ปค๋ฎค๋‹ˆํ‹ฐ ํ”ผ๋“œ๋ฐฑ์— ๋Œ€ํ•œ ์ธ์‚ฌ์ดํŠธ \n- **์ถœ๋ ฅ ๋ณ€ํ™˜ ๋ฐ ์ €์žฅ**: \n - ๊ฒฐ๊ณผ ํ…์ŠคํŠธ๋Š” \"creator-summary\" ๋…ธ๋“œ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ํŒŒ์ผ๋กœ ๋ณ€ํ™˜๋œ ํ›„ ํƒ€์ž„์Šคํƒฌํ”„๊ฐ€ ํฌํ•จ๋œ ํŒŒ์ผ ์ด๋ฆ„์œผ๋กœ ๋กœ์ปฌ์— ์ €์žฅ๋˜์–ด ์‰ฝ๊ฒŒ ์ถ”์ ํ•˜๊ณ  ๊ฒ€์ƒ‰ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." }, "typeVersion": 1 }, { "id": "99078ba8-612d-494a-976a-15f2065754ed", "name": "Window Buffer Memory", "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", "position": [ -1640, 600 ], "parameters": {}, "typeVersion": 1.3 }, { "id": "79c67fdc-f56c-4abc-908d-cac11e66790b", "name": "Sticky Note13", "type": "n8n-nodes-base.stickyNote", "position": [ -1740, 480 ], "parameters": { "color": 3, "width": 280, "height": 280, "content": "์ฑ„ํŒ… ๊ธฐ๋ก ๋ฉ”๋ชจ๋ฆฌ" }, "typeVersion": 1 }, { "id": "4be97085-519e-4776-88a1-6d95f97c4aa1", "name": "Sticky Note14", "type": "n8n-nodes-base.stickyNote", "position": [ -2580, 20 ], "parameters": { "width": 480, "height": 980, "content": "# n8n ์ œ์ž‘์ž ๋ฆฌ๋”๋ณด๋“œ ์›Œํฌํ”Œ๋กœ์šฐ ๋น ๋ฅธ ์‹œ์ž‘ ๊ฐ€์ด๋“œ\n\n## ์ „์ œ ์กฐ๊ฑด\n- n8n ์ธ์Šคํ„ด์Šค๊ฐ€ ์‹คํ–‰ ์ค‘์ธ์ง€ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.\n- GitHub ๊ธฐ๋ณธ URL๊ณผ ํŒŒ์ผ ๋ณ€์ˆ˜(์ œ์ž‘์ž ๋ฐ ์›Œํฌํ”Œ๋กœ์šฐ์šฉ)๊ฐ€ Global Variables ๋…ธ๋“œ์— ์˜ฌ๋ฐ”๋ฅด๊ฒŒ ์„ค์ •๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.\n- AI Agent ๋…ธ๋“œ๋ฅผ ์œ„ํ•ด OpenAI ์ž๊ฒฉ ์ฆ๋ช…์ด ๊ตฌ์„ฑ๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.\n\n## ์›Œํฌํ”Œ๋กœ์šฐ ์‹œ์ž‘ ๋ฐฉ๋ฒ•\n- **์›Œํฌํ”Œ๋กœ์šฐ ํ™œ์„ฑํ™”:** \n n8n ํ™˜๊ฒฝ์—์„œ ์›Œํฌํ”Œ๋กœ์šฐ๊ฐ€ ํ™œ์„ฑํ™”๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.\n\n- **์ฑ„ํŒ…์„ ํ†ตํ•ด ํŠธ๋ฆฌ๊ฑฐ:** \n ์›Œํฌํ”Œ๋กœ์šฐ๋Š” Chat Trigger ๋…ธ๋“œ์— ์˜ํ•ด ์‹œ์ž‘๋ฉ๋‹ˆ๋‹ค. ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์ฑ„ํŒ… ๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ด์„ธ์š”: \n `show me stats for username [desired_username]` \n ์ด ์ž…๋ ฅ์€ ํ•„ํ„ฐ๋ง์— ํ•„์š”ํ•œ ์‚ฌ์šฉ์ž ์ด๋ฆ„์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.\n\n- **์ฒ˜๋ฆฌ ๋ฐ ๋ณด๊ณ ์„œ ์ƒ์„ฑ:** \n ํŠธ๋ฆฌ๊ฑฐ๋œ ํ›„, ์›Œํฌํ”Œ๋กœ์šฐ๋Š” GitHub์—์„œ ์ง‘๊ณ„๋œ ์ œ์ž‘์ž ๋ฐ ์›Œํฌํ”Œ๋กœ์šฐ ๋ฐ์ดํ„ฐ๋ฅผ ๊ฐ€์ ธ์™€ ์ฒ˜๋ฆฌํ•˜๊ณ  ๋ณ‘ํ•ฉํ•œ ๋‹ค์Œ, AI Agent๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ Markdown ๋ณด๊ณ ์„œ๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.\n\n- **์ถœ๋ ฅ:** \n ์ตœ์ข… Markdown ๋ณด๊ณ ์„œ๋Š” ํƒ€์ž„์Šคํƒฌํ”„๊ฐ€ ํฌํ•จ๋œ ํŒŒ์ผ๋กœ ๋กœ์ปฌ์— ์ €์žฅ๋˜๋ฉฐ, ์ด๋ฅผ ํ†ตํ•ด ์ง€์ •๋œ ์ œ์ž‘์ž์˜ ์ƒ์„ธ ๋ฆฌ๋”๋ณด๋“œ ํ†ต๊ณ„์™€ ์ธ์‚ฌ์ดํŠธ๋ฅผ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.\n\n## ์š”์•ฝ\n์ ์ ˆํ•œ ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋ช…๋ น์ด ํฌํ•จ๋œ ์ฑ„ํŒ… ๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ด ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ๋น ๋ฅด๊ฒŒ ํŠธ๋ฆฌ๊ฑฐํ•˜๋ฉด, n8n ์ปค๋ฎค๋‹ˆํ‹ฐ ์ œ์ž‘์ž์— ๋Œ€ํ•œ ๋™์  ํ†ต๊ณ„๋ฅผ ๊ฐ€์ ธ์™€ ์ฒ˜๋ฆฌํ•˜๊ณ  ์ƒ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ปค๋ฎค๋‹ˆํ‹ฐ์˜ ๋ฆฌ๋”๋ณด๋“œ ๋ฐ์ดํ„ฐ๋ฅผ ํƒ์ƒ‰ํ•ด ๋ณด์„ธ์š”!" }, "typeVersion": 1 }, { "id": "db011ff6-359d-4b4a-b5b2-29c15b961f68", "name": "Sticky Note15", "type": "n8n-nodes-base.stickyNote", "position": [ -2580, 1040 ], "parameters": { "width": 480, "height": 940, "content": "# n8n ์ œ์ž‘์ž ๋ฆฌ๋”๋ณด๋“œ ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ์‚ฌ์šฉํ•˜๋Š” ์ด์œ ?\n\n## ์ด์ \n์ด ์›Œํฌํ”Œ๋กœ์šฐ๋Š” n8n ์ปค๋ฎค๋‹ˆํ‹ฐ์— ๋Œ€ํ•œ ๊ท€์ค‘ํ•œ ํ†ต์ฐฐ์„ ์ œ๊ณตํ•˜๋ฉฐ, ์›Œํฌํ”Œ๋กœ์šฐ ์ œ์ž‘์ž์™€ ๊ทธ๋“ค์˜ ๊ธฐ์—ฌ์— ๋Œ€ํ•œ ์ƒ์„ธํ•œ ํ†ต๊ณ„๋ฅผ ๋ถ„์„ํ•˜๊ณ  ์ œ์‹œํ•ฉ๋‹ˆ๋‹ค. ์ด๋ฅผ ํ†ตํ•ด ์‚ฌ์šฉ์ž๋Š” ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์ด์ ์„ ์–ป์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:\n\n- **์ธ๊ธฐ ์žˆ๋Š” ์›Œํฌํ”Œ๋กœ์šฐ ๋ฐœ๊ฒฌ**: ๊ณ ์œ  ๋ฐฉ๋ฌธ์ž ๋ฐ ์‚ฝ์ž…์ž ์ˆ˜๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ์ฃผ๊ฐ„ ๋ฐ ์›”๊ฐ„ ๊ฐ€์žฅ ๋งŽ์ด ์‚ฌ์šฉ๋˜๋Š” ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ์‹๋ณ„ํ•ฉ๋‹ˆ๋‹ค.\n- **์ปค๋ฎค๋‹ˆํ‹ฐ ํŠธ๋ Œ๋“œ ์ดํ•ด**: ์ปค๋ฎค๋‹ˆํ‹ฐ์—์„œ ๊ณต๊ฐ์„ ์–ป๋Š” ์›Œํฌํ”Œ๋กœ์šฐ ์œ ํ˜•์— ๋Œ€ํ•œ ํ†ต์ฐฐ์„ ์–ป์–ด ์›Œํฌํ”Œ๋กœ์šฐ ์ œ์ž‘ ๋˜๋Š” ๊ฐœ์„  ์‹œ ๋” ๋‚˜์€ ์˜์‚ฌ๊ฒฐ์ •์„ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.\n- **์ตœ๊ณ  ๊ธฐ์—ฌ์ž ์ธ์ •**: ๊ฐ€์žฅ ํ™œ๋™์ ์ด๊ณ  ์˜ํ–ฅ๋ ฅ ์žˆ๋Š” ์ œ์ž‘์ž๋ฅผ ๊ฐ•์กฐํ•˜์—ฌ ์ปค๋ฎค๋‹ˆํ‹ฐ ๋‚ด ํ˜‘๋ ฅ๊ณผ ์˜๊ฐ์„ ์ด‰์ง„ํ•ฉ๋‹ˆ๋‹ค.\n- **์ž๋™ํ™”๋กœ ์‹œ๊ฐ„ ์ ˆ์•ฝ**: ๋ฐ์ดํ„ฐ ์ˆ˜์ง‘, ์ฒ˜๋ฆฌ ๋ฐ ๋ณด๊ณ ์„œ ์ƒ์„ฑ์„ ์ž๋™ํ™”ํ•˜์—ฌ ์ˆ˜๋™ ์ž‘์—…์„ ์ œ๊ฑฐํ•ฉ๋‹ˆ๋‹ค.\n\n## ์ฃผ์š” ๊ธฐ๋Šฅ\n- **๋ฐ์ดํ„ฐ ์ง‘๊ณ„**: GitHub ์ €์žฅ์†Œ์—์„œ ์ œ์ž‘์ž ๋ฐ ์›Œํฌํ”Œ๋กœ์šฐ ํ†ต๊ณ„๋ฅผ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.\n- **์‚ฌ์šฉ์ž ์ •์˜ ํ•„ํ„ฐ๋ง**: ํŠน์ • ์‚ฌ์šฉ์ž ์ด๋ฆ„์„ ๊ธฐ์ค€์œผ๋กœ ํ•„ํ„ฐ๋งํ•˜์—ฌ ๊ฐœ๋ณ„ ๊ธฐ์—ฌ์ž์— ์ดˆ์ ์„ ๋งž์ถฅ๋‹ˆ๋‹ค.\n- **AI ๊ธฐ๋ฐ˜ ๋ณด๊ณ ์„œ**: ์ƒ์„ธํ•œ ์š”์•ฝ, ํ…Œ์ด๋ธ” ๋ฐ ์ปค๋ฎค๋‹ˆํ‹ฐ ๋ถ„์„์„ ํฌํ•จํ•œ ํฌ๊ด„์ ์ธ Markdown ๋ณด๊ณ ์„œ๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.\n- **์ถœ๋ ฅ ์œ ์—ฐ์„ฑ**: ๋ณด๊ณ ์„œ๋ฅผ ๋กœ์ปฌ์— ์ €์žฅํ•˜์—ฌ ์‰ฝ๊ฒŒ ์ ‘๊ทผํ•˜๊ณ  ๋ฏธ๋ž˜ ์ฐธ์กฐ๊ฐ€ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.\n\n## ์‚ฌ์šฉ ์‚ฌ๋ก€\n- **์›Œํฌํ”Œ๋กœ์šฐ ์ œ์ž‘์ž๋ฅผ ์œ„ํ•œ**: ์›Œํฌํ”Œ๋กœ์šฐ์˜ ์„ฑ๊ณผ ์ง€ํ‘œ๋ฅผ ๋ชจ๋‹ˆํ„ฐ๋งํ•˜์—ฌ ๊ทธ ์˜ํ–ฅ๋ ฅ์„ ์ดํ•ดํ•˜๊ณ  ๋” ๋‚˜์€ ์ฐธ์—ฌ๋ฅผ ์œ„ํ•ด ์ตœ์ ํ™”ํ•ฉ๋‹ˆ๋‹ค.\n- **์ปค๋ฎค๋‹ˆํ‹ฐ ๊ด€๋ฆฌ์ž๋ฅผ ์œ„ํ•œ**: ์ตœ๊ณ  ๊ธฐ์—ฌ์ž์™€ ํŠธ๋ Œ๋“œ๋ฅผ ์ธ์ •ํ•˜์—ฌ ์ฐธ์—ฌ๋ฅผ ์žฅ๋ คํ•˜๊ณ  ์ปค๋ฎค๋‹ˆํ‹ฐ ์ž์›์„ ๊ฐœ์„ ํ•ฉ๋‹ˆ๋‹ค.\n- **์ƒˆ๋กœ์šด ์‚ฌ์šฉ์ž๋ฅผ ์œ„ํ•œ**: ์ธ๊ธฐ ์žˆ๋Š” ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ํƒ์ƒ‰ํ•˜์—ฌ ์ž์‹ ์˜ ์ž๋™ํ™”๋ฅผ ๊ตฌ์ถ•ํ•˜๋Š” ์ถœ๋ฐœ์ ์œผ๋กœ ํ™œ์šฉํ•ฉ๋‹ˆ๋‹ค." }, "typeVersion": 1 } ], "active": false, "pinData": { "When chat message received": [ { "json": { "action": "sendMessage", "chatInput": "\tshow me stats for username joe", "sessionId": "61fd98239a894d969c0b33060f3f9c44" } } ], "When Executed by Another Workflow": [ { "json": { "query": { "username": "joe" } } } ] }, "settings": { "executionOrder": "v1" }, "versionId": "574ed096-a76c-4cfe-b026-20627f454ddc", "connections": { "Aggregate": { "main": [ [ { "node": "Workflow Response", "type": "main", "index": 0 } ] ] }, "gpt-4o-mini": { "ai_languageModel": [ [ { "node": "n8n Creator Stats Agent", "type": "ai_languageModel", "index": 0 } ] ] }, "Creators Data": { "main": [ [ { "node": "Merge Creators & Workflows", "type": "main", "index": 0 } ] ] }, "Workflow Tool": { "ai_tool": [ [ { "node": "n8n Creator Stats Agent", "type": "ai_tool", "index": 0 } ] ] }, "Workflows Data": { "main": [ [ { "node": "Merge Creators & Workflows", "type": "main", "index": 1 } ] ] }, "creator-summary": { "main": [ [ { "node": "Save creator-summary.md", "type": "main", "index": 0 } ] ] }, "Global Variables": { "main": [ [ { "node": "stats_aggregate_creators", "type": "main", "index": 0 }, { "node": "stats_aggregate_workflows", "type": "main", "index": 0 } ] ] }, "Ollama Chat Model": { "ai_languageModel": [ [] ] }, "Split Out Creators": { "main": [ [ { "node": "Sort By Top Weekly Creator Inserts", "type": "main", "index": 0 } ] ] }, "Parse Creators Data": { "main": [ [ { "node": "Split Out Creators", "type": "main", "index": 0 } ] ] }, "Parse Workflow Data": { "main": [ [ { "node": "Split Out Workflows", "type": "main", "index": 0 } ] ] }, "Split Out Workflows": { "main": [ [ { "node": "Sort By Top Weekly Workflow Inserts", "type": "main", "index": 0 } ] ] }, "Take Top 25 Creators": { "main": [ [ { "node": "Creators Data", "type": "main", "index": 0 } ] ] }, "Window Buffer Memory": { "ai_memory": [ [ { "node": "n8n Creator Stats Agent", "type": "ai_memory", "index": 0 } ] ] }, "Take Top 300 Workflows": { "main": [ [ { "node": "Workflows Data", "type": "main", "index": 0 } ] ] }, "n8n Creator Stats Agent": { "main": [ [ { "node": "Summary Report", "type": "main", "index": 0 }, { "node": "creator-summary", "type": "main", "index": 0 } ] ] }, "stats_aggregate_creators": { "main": [ [ { "node": "Parse Creators Data", "type": "main", "index": 0 } ] ] }, "stats_aggregate_workflows": { "main": [ [ { "node": "Parse Workflow Data", "type": "main", "index": 0 } ] ] }, "Filter By Creator Username": { "main": [ [ { "node": "Aggregate", "type": "main", "index": 0 } ] ] }, "Merge Creators & Workflows": { "main": [ [ { "node": "Filter By Creator Username", "type": "main", "index": 0 } ] ] }, "When chat message received": { "main": [ [ { "node": "n8n Creator Stats Agent", "type": "main", "index": 0 } ] ] }, "When Executed by Another Workflow": { "main": [ [ { "node": "Global Variables", "type": "main", "index": 0 } ] ] }, "Sort By Top Weekly Creator Inserts": { "main": [ [ { "node": "Take Top 25 Creators", "type": "main", "index": 0 } ] ] }, "Sort By Top Weekly Workflow Inserts": { "main": [ [ { "node": "Take Top 300 Workflows", "type": "main", "index": 0 } ] ] } } }