AI Agent for n8n Creator Leaderboard Stats
detail.loadingPreview
This workflow uses an AI agent to generate detailed Markdown reports on n8n community creators and their workflows, based on data from GitHub.
About This Workflow
This workflow leverages an AI agent to analyze and report on n8n community creator statistics and workflow performance. It fetches data from specified JSON files hosted on GitHub, processes this data to identify top creators and their most popular workflows, and then uses the AI agent to generate a comprehensive Markdown report. This report includes detailed summaries, performance metrics, and community impact analysis.
Key Features
- AI-Powered Reporting: Utilizes an AI agent (gpt-4o-mini) to generate structured Markdown reports.
- Data Aggregation: Fetches creator and workflow statistics from GitHub JSON files.
- Leaderboard Analysis: Identifies top creators and popular workflows based on inserter and visitor metrics.
- Customizable Reports: The AI's system message guides the report structure and content.
- Workflow Trigger: Can be triggered by another workflow or via a chat interface.
How To Use
- Trigger: The workflow can be initiated via a chat message received by the
When chat message receivednode or triggered by another workflow using theWhen Executed by Another Workflownode. - Input: The user or triggering workflow provides a username (e.g.,
{"query": {"username": "joe"}}). - Data Fetching: The
Global Variablesnode sets up the base URL and filenames for the GitHub repository.stats_aggregate_creatorsandstats_aggregate_workflowsfetch the raw JSON data. - Data Processing: Nodes like
Parse Creators Data,Parse Workflow Data,Take Top 25 Creators,Sort By Top Weekly Creator Inserts,Merge Creators & Workflows, andSort By Top Weekly Workflow Insertsprocess and combine the data. - AI Agent: The
n8n Creator Stats Agentreceives the user's query and the processed data. Its system message instructs it to generate a detailed Markdown report. - Output: The AI agent's output is captured. The
creator-summarynode converts it to text, andSave creator-summary.mdsaves it locally. - Response: The final report is available as
outputin theSummary Reportnode and can be further processed or sent as a response.
Apps Used
Workflow JSON
{
"id": "b28c8f9f-2403-427f-a8e9-580dbc4dc0f0",
"name": "AI Agent for n8n Creator Leaderboard Stats",
"nodes": 29,
"category": "AI",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b28c8f9f-2403...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Build an AI Documentation Expert Chatbot with Gemini RAG
This n8n workflow automates the creation of an AI-powered expert chatbot capable of answering questions based on your documentation. It intelligently ingests, cleans, and processes your knowledge base, preparing it for a Retrieval Augmented Generation (RAG) pipeline with Google Gemini.
Generate Multilingual Image Captions and Overlay
This workflow generates captions for images using Google Gemini and overlays them onto the image, with support for multilingual output.
LangChain Workflow Retriever Example
Demonstrates using LangChain's Retriever QA Chain to query data retrieved from another workflow.