Files
nexus/wiki/concepts/Automated-Health-Logging.md
2026-04-22 19:20:32 +08:00

38 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Automated Health Logging"
type: concept
tags: []
sources: []
last_updated: 2026-04-22
---
# Automated Health Logging
利用 AI 自动解析自然语言输入并写入结构化健康数据日志的实践方法。
## Definition
通过自然语言接口(消息、语音、文本)收集健康数据,由 AI 自动解析提取关键实体(食物、症状、药物等)并写入结构化日志文件,减少人工录入负担。
## Key Components
1. **自然语言输入**:用户以日常语言描述,无需记忆特定格式
2. **AI 解析引擎**:提取食物名称、数量、时间、症状描述等关键信息
3. **结构化存储**:写入 Markdown/JSON 等可读且易处理的日志文件
4. **定时提醒**Cron Job 驱动的一日多次提醒,确保数据完整性
## Comparison with Manual Logging
| 维度 | 手动记录 | 自动化日志 |
|------|---------|-----------|
| 门槛 | 需要记忆格式 | 任意自然语言 |
| 一致性 | 易遗漏 | 提醒驱动 |
| 可分析性 | 依赖用户格式化 | AI 标准化 |
| 维护成本 | 高 | 低 |
## Implementation
- [[health-symptom-tracker]]Telegram topic → OpenClaw Agent → Markdown 日志文件
- [[habit-tracker-accountability-coach]]:类似的自动化记录模式
## Connections
- [[Food Sensitivity Tracking]] ← enabled_by ← [[Automated Health Logging]]
- [[OpenClaw]] ← powers ← [[Automated Health Logging]]