skills$openclaw/gutcheck
allen5669.7k

by allen566

gutcheck – OpenClaw Skill

gutcheck is an OpenClaw Skills integration for coding workflows. GutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness.

9.7k stars3.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namegutcheck
descriptionGutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness. OpenClaw Skills integration.
ownerallen566
repositoryallen566/gutcheck
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @allen566/gutcheck
last updatedFeb 7, 2026

Maintainer

allen566

allen566

Maintains gutcheck in the OpenClaw Skills directory.

View GitHub profile
File Explorer
10 files
.
_meta.json
295 B
educational_content_plan.md
3.7 KB
MARKETING_BREAKTHROUGH.md
4.0 KB
MARKETING_PROGRESS_SUMMARY.md
3.3 KB
package.json
609 B
press_release.md
4.6 KB
publish_gutcheck.js
3.2 KB
PUBLISHING_INSTRUCTIONS.md
2.8 KB
SKILL.md
2.9 KB
social_media_content_plan.md
4.2 KB
SKILL.md

name: gutcheck description: GutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness. metadata: { "openclaw": { "requires": { "bins": ["node", "npm"], "modules": ["express", "mongoose", "bcrypt", "jsonwebtoken", "cors", "dotenv"] }, "install": [ { "id": "gutcheck-app", "kind": "git", "url": "https://github.com/openclaw/gutcheck.git", "dest": "./gutcheck", "label": "Clone GutCheck repository", }, { "id": "gutcheck-deps", "kind": "shell", "command": "cd gutcheck && npm install", "label": "Install GutCheck dependencies", }, { "id": "gutcheck-client-deps", "kind": "shell", "command": "cd gutcheck/client && npm install", "label": "Install GutCheck client dependencies", } ], }, }

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

clawhub install gutcheck

Setup

  1. After installation, navigate to the gutcheck directory
  2. Create a .env file with required environment variables:
    MONGODB_URI=mongodb://localhost:27017/gutcheck
    JWT_SECRET=your-super-secret-jwt-key-here
    PORT=5000
    NODE_ENV=development
    
  3. Run the application:
    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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install gutcheck?

Run openclaw add @allen566/gutcheck in your terminal. This installs gutcheck into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/allen566/gutcheck. Review commits and README documentation before installing.