TopRank Skills

Official OpenClaw rules 36%

gutcheck

GutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gutcheck 技能。 若已安装,则直接安装 gutcheck 技能。

Overview

Skill Key
allen566/gutcheck
Author
allen566
Source Repo
openclaw/skills
Version
-
Source Path
skills/allen566/gutcheck
Latest Commit SHA
d651a2ee7744d296c9a157ce90232f63cf96e131

Extracted Content

SKILL.md excerpt

# 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

Related Claw Skills