HomeBrowseUpload
โ† Back to registry
โšก
// Skill profile

๐Ÿฆž Health Assistant

name: "health-assistant"

by daasai ยท published 2026-03-22

ๆ—ฅๅކ็ฎก็†็คพไบคๅช’ไฝ“
Total installs
0
Stars
โ˜… 0
Last updated
2026-03
// Install command
$ claw add gh:daasai/daasai-health-coach
View on GitHub
// Full documentation

---

name: "health-assistant"

description: "๐ŸŒŸ Your personal Garmin & AI health coach. Analyze sleep and biometric data daily for actionable functional medicine insights."

author: "Susan"

version: "0.1.0"

tags: ["health", "wearable", "sleep analysis", "Garmin", "AI coach"]

intents:

- "generate health report"

- "reset configuration"

cron:

- name: "daily-health-report"

schedule: "0 8 * * *"

command: "python src/main.py --daily-report --quiet"

---

# ๐Ÿฆž Health Assistant

**Make your wearable data speak for you.**

A personalized health coach powered by Garmin data and NotebookLM.

It automatically syncs your daily steps, sleep, HRV, and body battery, aligns with your personal wellness goals (e.g., improve sleep, manage stress, weight loss), and delivers a highly actionable, medical-grade daily briefing.

Interfaces

Trigger Daily Report

**Command**: `python src/main.py --daily-report`

**Description**: Usually triggered by a scheduled task (Cron/Heartbeat) every morning.

Interactive Setup

**Intent**: `configure_health_assistant`

**Description**: Guides the user to set up health concerns and bind devices.

**Workflow**:

1. Welcome and ask for primary wellness goals (A-F).

2. Select device (1. Garmin).

3. Provide account information.

4. Confirm daily report delivery time.

5. Complete configuration and enable daily briefings.

Dependencies

  • **Garmin API**: Requires Garmin account authorization (stored locally & safely using `garth`).
  • **NotebookLM CLI**: `notebooklm-py` and `playwright` must be installed with active Google authentication.
  • **OpenClaw Message Plugin**: Used to push reports to Telegram/Discord/WeChat/Feishu.
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band