Agent skill
gutcheck
GutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gutcheck
Metadata
Additional technical details for this skill
- openclaw
-
{ "install": [ { "id": "gutcheck-app", "url": "https://github.com/openclaw/gutcheck.git", "dest": "./gutcheck", "kind": "git", "label": "Clone GutCheck repository" }, { "id": "gutcheck-deps", "kind": "shell", "label": "Install GutCheck dependencies", "command": "cd gutcheck && npm install" }, { "id": "gutcheck-client-deps", "kind": "shell", "label": "Install GutCheck client dependencies", "command": "cd gutcheck/client && npm install" } ], "requires": { "bins": [ "node", "npm" ], "modules": [ "express", "mongoose", "bcrypt", "jsonwebtoken", "cors", "dotenv" ] } }
SKILL.md
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
- After installation, navigate to the gutcheck directory
- 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 - 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 userPOST /api/auth/login- Login and retrieve JWT tokenGET /api/auth/me- Get current user data (requires auth)POST /api/diet/add-meal- Add a new meal entryGET /api/diet/my-meals- Get all meals for current userPUT/DELETE /api/diet/my-meals/:id- Update/delete meal entries
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?