{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gutcheck",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gutcheck",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "educational_content_plan.md",
      "MARKETING_BREAKTHROUGH.md",
      "MARKETING_PROGRESS_SUMMARY.md",
      "package.json",
      "press_release.md",
      "PUBLISHING_INSTRUCTIONS.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gutcheck",
    "agentPageUrl": "https://openagent3.xyz/skills/gutcheck/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gutcheck/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gutcheck/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "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."
      },
      {
        "title": "Features",
        "body": "User authentication system with secure registration and login\nPersonalized meal tracking with digestive impact assessment\nFood sensitivity identification through data analysis\nGut health metrics and progress tracking\nScientifically-backed dietary recommendations"
      },
      {
        "title": "Installation",
        "body": "clawhub install gutcheck"
      },
      {
        "title": "Setup",
        "body": "After installation, navigate to the gutcheck directory\nCreate a .env file with required environment variables:\nMONGODB_URI=mongodb://localhost:27017/gutcheck\nJWT_SECRET=your-super-secret-jwt-key-here\nPORT=5000\nNODE_ENV=development\n\n\nRun the application:\ncd gutcheck\nnpm run dev"
      },
      {
        "title": "Usage",
        "body": "Access the application at http://localhost:3000\nRegister a new account or log in to an existing one\nTrack your meals and digestive responses\nView personalized insights and recommendations"
      },
      {
        "title": "Target Users",
        "body": "Health-conscious individuals experiencing digestive issues\nPeople seeking to identify food sensitivities\nThose interested in optimizing their gut health\nUsers wanting data-driven dietary recommendations"
      },
      {
        "title": "API Endpoints",
        "body": "POST /api/auth/register - Register a new user\nPOST /api/auth/login - Login and retrieve JWT token\nGET /api/auth/me - Get current user data (requires auth)\nPOST /api/diet/add-meal - Add a new meal entry\nGET /api/diet/my-meals - Get all meals for current user\nPUT/DELETE /api/diet/my-meals/:id - Update/delete meal entries"
      }
    ],
    "body": "GutCheck Digestive Health Tracker\nOverview\n\nGutCheck 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.\n\nFeatures\nUser authentication system with secure registration and login\nPersonalized meal tracking with digestive impact assessment\nFood sensitivity identification through data analysis\nGut health metrics and progress tracking\nScientifically-backed dietary recommendations\nInstallation\nclawhub install gutcheck\n\nSetup\nAfter installation, navigate to the gutcheck directory\nCreate a .env file with required environment variables:\nMONGODB_URI=mongodb://localhost:27017/gutcheck\nJWT_SECRET=your-super-secret-jwt-key-here\nPORT=5000\nNODE_ENV=development\n\nRun the application:\ncd gutcheck\nnpm run dev\n\nUsage\nAccess the application at http://localhost:3000\nRegister a new account or log in to an existing one\nTrack your meals and digestive responses\nView personalized insights and recommendations\nTarget Users\nHealth-conscious individuals experiencing digestive issues\nPeople seeking to identify food sensitivities\nThose interested in optimizing their gut health\nUsers wanting data-driven dietary recommendations\nAPI Endpoints\nPOST /api/auth/register - Register a new user\nPOST /api/auth/login - Login and retrieve JWT token\nGET /api/auth/me - Get current user data (requires auth)\nPOST /api/diet/add-meal - Add a new meal entry\nGET /api/diet/my-meals - Get all meals for current user\nPUT/DELETE /api/diet/my-meals/:id - Update/delete meal entries"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/allen566/gutcheck",
    "publisherUrl": "https://clawhub.ai/allen566/gutcheck",
    "owner": "allen566",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}