gutcheck

Personal Development
v1.0.0
Benign

GutCheck - A digestive health tracking application with personalized.

11.4K downloads1.4K installsby @allen566

Setup & Installation

Install command

clawhub install allen566/gutcheck

If the CLI is not installed:

Install command

npx clawhub@latest install allen566/gutcheck

Or install with OpenClaw CLI:

Install command

openclaw skills install allen566/gutcheck

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/allen566/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
View original SKILL.md file
# GutCheck Digestive Health Tracker

## Overview
GutCheck empowers individuals to understand and optimize their digestive health through personalized insights and data-driven recommendations. Unlike generic health apps, GutCheck focuses specifically on digestive health with scientifically-backed insights that help users identify food sensitivities and improve gut wellness.

## Features
- User authentication system with secure registration and login
- Personalized meal tracking with digestive impact assessment
- Food sensitivity identification through data analysis
- Gut health metrics and progress tracking
- Scientifically-backed dietary recommendations

## Installation
```bash
clawhub install gutcheck
```

## Setup
1. After installation, navigate to the gutcheck directory
2. Create a .env file with required environment variables:
   ```env
   MONGODB_URI=mongodb://localhost:27017/gutcheck
   JWT_SECRET=your-super-secret-jwt-key-here
   PORT=5000
   NODE_ENV=development
   ```
3. Run the application:
   ```bash
   cd gutcheck
   npm run dev
   ```

## Usage
- Access the application at http://localhost:3000
- Register a new account or log in to an existing one
- Track your meals and digestive responses
- View personalized insights and recommendations

## Target Users
- Health-conscious individuals experiencing digestive issues
- People seeking to identify food sensitivities
- Those interested in optimizing their gut health
- Users wanting data-driven dietary recommendations

## API Endpoints
- `POST /api/auth/register` - Register a new user
- `POST /api/auth/login` - Login and retrieve JWT token
- `GET /api/auth/me` - Get current user data (requires auth)
- `POST /api/diet/add-meal` - Add a new meal entry
- `GET /api/diet/my-meals` - Get all meals for current user
- `PUT/DELETE /api/diet/my-meals/:id` - Update/delete meal entries

Example Workflow

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

INPUT

User asks: Logging meals to identify foods that trigger bloating or discomfort

AGENT
  1. 1Logging meals to identify foods that trigger bloating or discomfort
  2. 2Tracking digestive symptoms after eating gluten or dairy
  3. 3Running a food elimination diet with structured daily entries
  4. 4Reviewing weekly gut health trends to adjust eating habits
  5. 5Building a personal record of safe and trigger foods
OUTPUT
GutCheck - A digestive health tracking application with personalized.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 28, 2026