ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

health-ecosystem

基于华为运动健康的智能健康闭环系统。整合华为穿戴设备数据采集、Obsidian 知识沉淀、定时任务自动化,形成完整的个人健康管理闭环。支持每日健康日志、周度报告、目标追踪。触发词:健康闭环、健康系统、每日健康日志、周度健康报告、健康目标追踪。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ajawpwinner-del/health-ecosystem
Or

🏥 健康闭环系统

基于华为运动健康的智能个人健康管理方案

整合华为穿戴设备数据采集、Obsidian 知识沉淀、定时任务自动化,形成完整的健康数据闭环。

✨ 核心特性

  • 📊 数据采集 — 从华为运动健康获取心率、睡眠、运动、压力等全方位健康数据
  • 📝 知识沉淀 — 自动生成健康日志并存入 Obsidian,构建个人健康知识库
  • 🤖 AI 分析 — 智能分析健康趋势,提供个性化洞察和建议
  • 自动化 — 定时任务驱动,无需手动操作
  • 🔄 闭环反馈 — 目标追踪 + 异常提醒,形成健康管理闭环

🏗️ 系统架构

┌─────────────────────────────────────────────────────────────────┐
│                        数据采集层                                │
│                                                                 │
│  华为穿戴设备 → 华为运动健康 App → xiaoyi-health CLI            │
│                                                                 │
│  覆盖:心率、睡眠、运动、压力、血氧、体重、饮食、女性健康等       │
└─────────────────────────────────────────────────────────────────┘
                              ↓
┌─────────────────────────────────────────────────────────────────┐
│                      存储与知识层                                │
│                                                                 │
│  Obsidian Vault: health/                                       │
│  ├── daily/        ← 每日健康日志                               │
│  ├── weekly/       ← 周度报告                                   │
│  ├── goals/        ← 健康目标追踪                               │
│  └── insights/     ← AI 分析洞察                                │
│                                                                 │
│  Git 同步 → 私有仓库                                            │
└─────────────────────────────────────────────────────────────────┘
                              ↓
┌─────────────────────────────────────────────────────────────────┐
│                      自动化任务层                                │
│                                                                 │
│  • 每日 22:00 — AI 生成健康日志                                 │
│  • 每周日 20:00 — AI 生成周度报告                               │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘
                              ↓
┌─────────────────────────────────────────────────────────────────┐
│                      交互与反馈层                                │
│                                                                 │
│  用户主动触发:                                                  │
│  • 「我今天身体怎么样?」→ 查询 + 分析 + 建议                    │
│  • 「刚吃了一碗牛肉面」→ 饮食记录                                │
│  • 「这周健康情况怎么样?」→ 周度总结                            │
│  • 「帮我设置每天走 8000 步的目标」→ 目标追踪                    │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

📋 依赖要求

必需技能

  • xiaoyi-health — 华为运动健康数据接口
  • obsidian-git-vault — Obsidian Git 同步

必需工具

  • openclaw cron — 定时任务调度

硬件要求

  • 华为穿戴设备(手环/手表)
  • 华为运动健康 App(已登录并同步数据)

🚀 快速开始

1. 安装依赖技能

npx clawhub install xiaoyi-health
npx clawhub install obsidian-git-vault

2. 初始化系统

对我说:「初始化健康闭环系统」

系统会自动:

  • 创建 Obsidian health/ 目录结构
  • 配置定时任务
  • 生成健康目标模板

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ajawpwinner-del-health-ecosystem": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.