Health & Symptom Tracker

Track food intake and symptoms to identify triggers, with scheduled check-in reminders.

Productivity Source: the OpenClaw community

Identifying food sensitivities requires consistent logging over time, which is tedious to maintain. You need reminders to log and analysis to spot patterns.

This workflow tracks food and symptoms automatically:

• Message your food and symptoms in a dedicated Telegram topic and OpenClaw logs everything with timestamps • 3x daily reminders (morning, midday, evening) prompt you to log meals • Over time, analyzes patterns to identify potential triggers

Skills you Need

  • Cron jobs for reminders
  • Telegram topic for logging
  • File storage (markdown log file)

How to Set it Up

  1. Create a Telegram topic called "health-tracker" (or similar).
  2. Create a log file: ~/clawd/memory/health-log.md
  3. Prompt OpenClaw:
When I message in the "health-tracker" topic:
1. Parse the message for food items and symptoms
2. Log to ~/clawd/memory/health-log.md with timestamp
3. Confirm what was logged

Set up 3 daily reminders:
- 8 AM: "🍳 Log your breakfast"
- 1 PM: "🥗 Log your lunch"
- 7 PM: "🍽️ Log your dinner and any symptoms"

Every Sunday, analyze the past week's log and identify patterns:
- Which foods correlate with symptoms?
- Are there time-of-day patterns?
- Any clear triggers?

Post the analysis to the health-tracker topic.
  1. Optional: Add a memory file for OpenClaw to track known triggers and update it as patterns emerge.

Want to run this on autopilot?

Spin up OpenClaw Cloud, install the skills, and wire this workflow into your chat in minutes.