Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: log my lunch and check if pasta has been causing issues
- 1Authenticate via POST /api/auth/login to obtain a JWT token
- 2Submit the meal entry via POST /api/diet/add-meal with food details and any noted digestive response
- 3Retrieve past entries via GET /api/diet/my-meals and filter for pasta-containing meals
- 4Analyze the digestive impact scores logged against those entries
- 5Return a summary indicating whether pasta correlates with recurring symptoms
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.