Skip to main content

Gamify fitness tracking with GPT-4o-mini multi-agents and Google Sheets

Workflow preview

Workflow preview
100%
Gamify fitness tracking with GPT-4o-mini multi-agents and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Title: Gamify fitness tracking with AI multi agents and Google Sheets Overview This template transforms fitness tracking into a gamified pirate adventure using AI multi agents. It scores your healt...

Best for

  • Personal Productivity automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.switch, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.googlesheets, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by TAKUTO ISHIKAWA.

Original n8n.io source

1.1 Workflow description

Title
Gamify fitness tracking with GPT-4o-mini multi-agents and Google Sheets
Workflow name
Gamify fitness tracking with GPT-4o-mini multi-agents and Google Sheets

Title: Gamify fitness tracking with AI multi-agents and Google Sheets

Overview

This template transforms fitness tracking into a gamified pirate adventure using AI multi-agents. It scores your health activities and assigns a dynamic "Bounty" reward.

How it works

  1. Fetch Data: Retrieves your current "Bounty" from Google Sheets.
  2. AI Analysis: A central AI Scorer evaluates your report (meals, workouts, or injuries) and assigns a score from 0-100.
  3. Logic: JavaScript calculates the bounty increase based on the AI's score.
  4. Routing: The Switch node routes you to a specialized agent (Chef, Samurai, Doctor, or Navigator).
  5. Logging: Saves the conversation to Google Sheets for progress tracking.

Setup steps

  1. Google Sheets: Create a sheet with two tabs:
  • Profile (Columns: ID, Total_Bounty)
  • Log (Columns: Date, Crew, Inquiry, Response)
  1. Spreadsheet ID: Replace YOUR_SPREADSHEET_ID in all 6 Google Sheets nodes.
  2. Credentials: Connect your Google Sheets and AI (OpenRouter/OpenAI) accounts.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.4

Block 2 - OpenRouter Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 3 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 4 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Chef Agent

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Samurai Agent

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 8 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Navigator Agent

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 11 - Doctor Agent

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 12 - AI Scorer & Intent Classifier

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 13 - Bounty Calculator (JS Logic)

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Update User Bounty

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 17 - Save Samurai Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 18 - Save Doctor Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 19 - Save Navigator Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 20 - Save Chef Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

3. Summary Table

Workflow Gamify fitness tracking with GPT-4o-mini multi-agents and Google Sheets
Complexity advanced
Nodes 20
Categories Personal Productivity, AI Chatbot
Author TAKUTO ISHIKAWA
Published 01 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13152/13152.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Gamify fitness tracking with GPT-4o-mini multi-agents and Google Sheets do?

Title: Gamify fitness tracking with AI multi agents and Google Sheets Overview This template transforms fitness tracking into a gamified pirate adventure using AI multi agents. It scores your healt...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.