LaunchKit · 2026
Back to Skills

gutcheck

GutCheck - A digestive health tracking application with personalized.

1
1.4k downloads
by @allen566

Setup & Installation

openclaw skills install @allen566/gutcheck

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install gutcheck

What This Skill Does

GutCheck is a self-hosted digestive health tracker that logs meals and records their digestive impact. It analyzes patterns over time to surface food sensitivities and generate dietary recommendations. Users authenticate via JWT and data is stored in MongoDB.

Unlike general calorie or macro trackers, it records digestive responses alongside meals, linking specific foods to gut symptoms over time.

When to use it

  • Logging meals to identify foods that trigger bloating or discomfort
  • Tracking digestive symptoms after eating gluten or dairy
  • Running a food elimination diet with structured daily entries
  • Reviewing weekly gut health trends to adjust eating habits
  • Building a personal record of safe and trigger foods

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: log my lunch and check if pasta has been causing issues

AGENT
  1. 1Authenticate via POST /api/auth/login to obtain a JWT token
  2. 2Submit the meal entry via POST /api/diet/add-meal with food details and any noted digestive response
  3. 3Retrieve past entries via GET /api/diet/my-meals and filter for pasta-containing meals
  4. 4Analyze the digestive impact scores logged against those entries
  5. 5Return a summary indicating whether pasta correlates with recurring symptoms
OUTPUT

A history of pasta meals with associated digestive impact ratings, showing whether pasta is a recurring sensitivity trigger

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

MongoDB database (local install or hosted, e.g. MongoDB Atlas) — set MONGODB_URI in .env