GutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gutcheck或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gutcheck⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gutcheck/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gutcheck description: GutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness. metadata: { "openclaw": { "requires": { "bins": ["node", "npm"], "modules": ["express", "mongoose", "bcrypt", "jsonwebtoken", "cors", "dotenv"] }, "install": [ { "id": "gutcheck-app", "kind": "git", "url": "https://github.com/openclaw/gutcheck.git", "dest": "./gutcheck", "label": "Clone GutCheck repository", }, { "id": "gutcheck-deps", "kind": "shell", "command": "cd gutcheck && npm install", "label": "Install GutCheck dependencies", }, { "id": "gutcheck-client-deps", "kind": "shell", "command": "cd gutcheck/client && npm install", "label": "Install GutCheck client dependencies", } ], }, } ---
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.
clawhub install gutcheck
```env MONGODB_URI=mongodb://localhost:27017/gutcheck JWT_SECRET=your-super-secret-jwt-key-here PORT=5000 NODE_ENV=development ```
```bash cd gutcheck npm run dev ```
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安装 GutCheck Digestive Health Tracker 后,可以对 AI 说这些话来触发它
Help me get started with GutCheck Digestive Health Tracker
Explains what GutCheck Digestive Health Tracker does, walks through the setup, and runs a quick demo based on your current project
Use GutCheck Digestive Health Tracker to gutCheck - A digestive health tracking application with personalize...
Invokes GutCheck Digestive Health Tracker with the right parameters and returns the result directly in the conversation
What can I do with GutCheck Digestive Health Tracker in my data & analytics workflow?
Lists the top use cases for GutCheck Digestive Health Tracker, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gutcheck/ 目录(个人级,所有项目可用),或 .claude/skills/gutcheck/(项目级)。重启 AI 客户端后,用 /gutcheck 主动调用,或让 AI 根据上下文自动发现并使用。
GutCheck Digestive Health Tracker 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
GutCheck Digestive Health Tracker 可免费安装使用。请查阅仓库了解许可证信息。
GutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness.
Automate my data & analytics tasks using GutCheck Digestive Health Tracker
Identifies repetitive steps in your workflow and sets up GutCheck Digestive Health Tracker to handle them automatically
GutCheck Digestive Health Tracker 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。