文档

symptom-timeline

试用

Track symptoms over time and generate doctor-ready timelines. Correlates symptoms with food, weather, medication, activity, sleep, and stress. Detects patterns, flare-ups, and produces concise clinical reports.

它能做什么

Track symptoms over time and generate doctor-ready timelines. Correlates symptoms with food, weather, medication, activity, sleep, and stress. Detects patterns, flare-ups, and produces concise clinical reports.

技能文档

Symptom Timeline

Track symptoms over time. Find what triggers them. Generate doctor-ready reports.

Quick Start

# Log a symptom with triggers
python3 scripts/symptom_tracker.py log \
  --name headache \
  --severity 7 \
  --triggers "poor sleep,stress,caffeine"

# View all entries chronologically
python3 scripts/symptom_tracker.py timeline

# Find what triggers your symptoms
python3 scripts/symptom_tracker.py correlate

# Get a doctor-ready summary
python3 scripts/symptom_tracker.py summary

# Export a plain-text report for your appointment
python3 scripts/symptom_tracker.py export --output report.txt

Commands

CommandDescription
logRecord a symptom (name, severity 1-10, time, notes, triggers)
timelineShow chronological log, optionally filtered by name or date range
correlateDetect trigger-symptom patterns and co-occurring symptoms
summaryGenerate a doctor-ready report with trends and triggers
flare-upDetect worsening patterns (consecutive high severity, sudden jumps)
heatmapASCII severity heatmap over days/weeks
exportExport a plain-text report for a doctor visit

Trigger Categories

The script auto-categorizes triggers into:

  • food — meals, dairy, gluten, caffeine, alcohol, etc.
  • stress — anxiety, work pressure, deadlines
  • weather — humidity, barometric pressure, temperature
  • medication — drugs, doses, missed medications
  • sleep — insomnia, poor sleep, fatigue
  • activity — exercise, prolonged sitting/standing

You can also use explicit prefixes: food:dairy, weather:high humidity.

Data Storage

All data is stored in symptom_db.json (in the skill directory by default). Use --db /path/to/file.json to specify a custom location.

References

  • Symptom Tracking Guide — what to track for common conditions
  • Doctor Visit Prep — how to present symptoms effectively

相关技能

A tool to help users organize symptoms, records, medications, and questions before medical visits, while offering clear explanations of examination reports and cautious risk reminders—without diagnosing, prescribing, or replacing professional care.

拍照、文字或拍营养标签都能记录一餐,输出区间形式的热量与宏量营养素估算,并带安全护栏。

作者 Iván53 次安装3 星标

以最后一次进食为起点记录间歇性与长时断食,估算当前阶段,并在 24 小时后给出电解质与复食建议。

47 次安装2 星标

Track menstrual cycle history, answer current cycle status questions, record new period start dates from natural-language messages such as "月经来了", predict th...

17 次安装

Track sleep vs optimal, calculate accumulated sleep debt, and suggest evidence-based recovery schedules. Chronotype detection, quality-weighted sleep tracking, ASCII charts, and caffeine/alcohol impact monitoring.

1 次安装

Smart water intake tracking based on body weight, weather, and activity level. Calculates personalized hydration targets, adjusts for caffeine and alcohol consumption, tracks streaks with gamification, generates hourly drinking schedule, and provides hydration education with urine color chart reference.