πŸ”¬ πŸ”₯πŸ“ˆπŸ€– AI agent for n8n creators leaderboard - find popular workflows

⚑ 7,339 views Β· πŸ”¬ Document Extraction & Analysis

πŸ’‘ Pro Tip β€” If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

n8n Creators Leaderboard Workflow

Why Use This Workflow?

The n8n Creators Leaderboard Workflow is a powerful tool for analyzing and presenting detailed statistics about workflow creators and their contributions within the n8n community. It provides users with actionable insights into popular workflows, community trends, and top contributors, all while automating the process of data retrieval and report generation.

Benefits

Use Cases


How It Works

This workflow aggregates data from GitHub repositories containing statistics about workflow creators and their templates. It processes this data, filters it based on user input, and generates a detailed Markdown report using an AI agent.

Key Features

  1. Data Aggregation: Fetches creator and workflow statistics from GitHub JSON files.
  2. Custom Filtering: Focuses on specific creators based on a username provided via chat.
  3. AI-Powered Reports: Generates comprehensive Markdown reports with summaries, tables, and insights.
  4. Output Flexibility: Saves reports locally with timestamps for easy access.

Data Retrieval & Processing

Report Generation

The AI agent generates a Markdown report that includes:

The report is saved locally as a file with a timestamp for tracking purposes.


Quick Start Guide

Prerequisites

  1. Ensure your n8n instance is running.
  2. Verify that the GitHub base URL and file variables are correctly set in the Global Variables node.
  3. Confirm that your OpenAI credentials are configured for the AI Agent node.

How to Start

  1. Activate the Workflow: Make sure the workflow is active in your n8n environment.
  2. Trigger via Chat: Use the Chat Trigger node to initiate the workflow by sending a message like:
    show me stats for username [desired_username]
    Replace [desired_username] with the username you want to analyze.
  3. Processing & Report Generation: The workflow fetches data, processes it, and generates a Markdown report.
  4. View Output: The final report is saved locally as a file (with a timestamp), which you can review to explore leaderboard insights.

πŸ”— Nodes Used

HTTP Request, Execute Workflow Trigger, Filter, AI Agent, Ollama Chat Model, OpenAI Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup