@harrylabsj

Personal Health Agent

Local-first personal health management agent for OpenClaw and Hermes Agent.

当前版本
v0.1.0
bundle-plugin社区source-linked

Personal Health Agent

Local-first personal health management agent for OpenClaw and Hermes Agent.

It records blood pressure, blood lab markers, exercise, and body metrics; then returns analysis, reminders, and weekly or monthly ASCII trend charts. It does not call external APIs.

Install

OpenClaw:

./scripts/install_openclaw.sh

Hermes Agent:

./scripts/install_hermes.sh

Manual install paths:

cp -R skills/personal-health-agent ~/.openclaw/skills/
mkdir -p ~/.hermes/skills/health
cp -R skills/personal-health-agent ~/.hermes/skills/health/

Use

From the skill directory:

python3 handler.py '今天血压 126/82 心率 68'
python3 handler.py '血检 LDL 142, HDL 52, HbA1c 5.9'
python3 handler.py 'record exercise: brisk walk 45 minutes'
python3 handler.py '{"action":"report","period":"weekly","end_date":"2026-05-02"}'

Data is stored by default at:

~/.personal-health-agent/health_records.jsonl

Override storage:

export PERSONAL_HEALTH_AGENT_DATA_DIR=/path/to/private/health-data

Verify

./scripts/verify.sh

Safety

This is informational wellness support only. It does not diagnose, treat, prescribe, or replace professional medical advice. For severe symptoms, very high blood pressure, chest pain, stroke symptoms, fainting, or other emergencies, seek urgent medical care.

源码与版本

源码仓库

harrylabsj/personal-health-agent

打开仓库

源码提交

cb1a657b3c1c484a62380a7ae1bc4da709ab9124

查看提交

安装命令

openclaw plugins install clawhub:harry-personal-health-agent-bundle

元数据

  • 包名: harry-personal-health-agent-bundle
  • 创建时间: 2026/05/03
  • 更新时间: 2026/05/03
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 0.1.0
  • 插件 API 范围: -
  • 标签: latest
  • 文件数: 16