# Send GutCheck Digestive Health Tracker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gutcheck",
    "name": "GutCheck Digestive Health Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/allen566/gutcheck",
    "canonicalUrl": "https://clawhub.ai/allen566/gutcheck",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gutcheck",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gutcheck",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "educational_content_plan.md",
      "MARKETING_BREAKTHROUGH.md",
      "MARKETING_PROGRESS_SUMMARY.md",
      "package.json",
      "press_release.md",
      "PUBLISHING_INSTRUCTIONS.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gutcheck",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:26:13.915Z",
      "expiresAt": "2026-05-07T03:26:13.915Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gutcheck",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gutcheck",
        "contentDisposition": "attachment; filename=\"gutcheck-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gutcheck"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gutcheck"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gutcheck",
    "downloadUrl": "https://openagent3.xyz/downloads/gutcheck",
    "agentUrl": "https://openagent3.xyz/skills/gutcheck/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gutcheck/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gutcheck/agent.md"
  }
}
```
## Documentation

### 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:
MONGODB_URI=mongodb://localhost:27017/gutcheck
JWT_SECRET=your-super-secret-jwt-key-here
PORT=5000
NODE_ENV=development


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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: allen566
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T03:26:13.915Z
- Expires at: 2026-05-07T03:26:13.915Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gutcheck)
- [Send to Agent page](https://openagent3.xyz/skills/gutcheck/agent)
- [JSON manifest](https://openagent3.xyz/skills/gutcheck/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gutcheck/agent.md)
- [Download page](https://openagent3.xyz/downloads/gutcheck)