Generate an auto-updating SVG stats badge on GitHub from your creator profile

Go to Workflow
0 views
Built by Mihajlo Mihajlo
Created on June 11, 2026

Description

Showcase your n8n creator profile with a dynamically generated SVG stats badge, automatically pushed to any GitHub repository on a schedule — ready to embed in your README in seconds.

What this workflow does
On a configurable schedule, this workflow fetches your public creator profile from the n8n community, builds a fully styled SVG card displaying your name, avatar, total workflows, and community username, then pushes it directly to a GitHub repository. If the file already exists it updates it; if not, it creates it automatically. The final node outputs both the raw GitHub URL and a CDN-cached URL for embedding.
What you'll see in your README
A clean, animated 495×190px badge showing:

Your avatar (circular, pulled live from your n8n profile)
Display name and "n8n Creator" label
Total workflow count
Approved workflow count
Community username
Direct link to your n8n creator page

Setup

Open the ⚙️ Config node and fill in your n8n community username, GitHub username, target repository, and your preferred card colors
Add your GitHub credentials to both GitHub nodes
Adjust the Schedule Trigger to your preferred refresh interval (daily recommended)
Activate — the badge will be created on first run and kept up to date automatically

Embed in your README

Nodes used: Schedule Trigger, Set, HTTP Request, Code, Extract From File, GitHub, Aggregate

Nodes Used (3)

Code
n8n-nodes-base.code
GitHub
n8n-nodes-base.github
HTTP Request
n8n-nodes-base.httpRequest