← 返回
未分类 Key 中文

ClawHealth Garmin

Lightweight Garmin Connect skill that uses the clawhealth Python package to sync health data into local SQLite and expose JSON-friendly commands for OpenClaw.
轻量级 Garmin Connect 技能,使用 clawhealth Python 包将健康数据同步到本地 SQLite,并为 OpenClaw 提供 JSON 友好的指令。
ernestyu ernestyu 来源
未分类 clawhub v0.1.8 2 版本 100000 Key: 需要
★ 0
Stars
📥 588
下载
💾 2
安装
2
版本
#cli#garmin#health#latest#sqlite

概述

clawhealth-garmin (OpenClaw Skill)

Sync your Garmin Connect health data into a local SQLite database

and expose it as structured JSON for OpenClaw agents.

Your agent can then query things like:

  • "How did I sleep yesterday?"
  • "What is my HRV trend this week?"
  • "Am I overtraining?"

This is a thin wrapper skill around the published clawhealth

Python package / CLI; it no longer fetches source code itself.

What It Does

  • Login with username/password (MFA supported)
  • Sync daily health summaries into SQLite (stage 1)
  • Fetch HRV + training metrics via separate commands (stage 2)
  • Fetch sleep stages + sleep score (stage 2)
  • Fetch body composition (stage 2)
  • Fetch activity lists and full activity details (stage 2)
  • Fetch menstrual day view and calendar range if supported by garminconnect (experimental)
  • Provide --json outputs for agent workflows
  • Persist raw JSON payloads for later analysis

Prerequisites

  • Python 3.10+
  • Network access to Garmin Connect
  • Garmin account (may require MFA)

If you run OpenClaw in Docker, you may prefer a prepatched image that already

includes the required Python dependencies:

  • ernestyu/openclaw-patched

Setup

1) Create {baseDir}/.env (see {baseDir}/ENV_EXAMPLE.md).

Recommended: use CLAWHEALTH_GARMIN_PASSWORD_FILE (password file) rather than

CLAWHEALTH_GARMIN_PASSWORD (plaintext env var).

Note: relative paths in env vars (like ./garmin_pass.txt) are resolved relative

to the skill directory by run_clawhealth.py.

2) Install the clawhealth package into a local .venv (if needed):

python {baseDir}/bootstrap_deps.py

3) Run the skill entrypoint via OpenClaw, which will invoke run_clawhealth.py.

See README.md / README_zh.md in this directory and the root repo for

more details.

版本历史

共 2 个版本

  • v0.1.8 当前
    2026-05-03 05:18 安全 安全
  • v0.1.7
    2026-03-30 14:26 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Claw Web Fetch

ernestyu
网页 → Markdown 抓取技能,封装 clawfetch Node CLI,将文章、GitHub README、Reddit 帖子等抓取为标准化 Markdown,并附带元数据。
★ 0 📥 774

Claw SQLite Knowledge

ernestyu
将 clawsqlite knowledge CLI 的 ingest/search/show 功能封装为知识库技能
★ 0 📥 690

Claw RSS Feed Radar

ernestyu
基于 clawsqlite 知识库及其兴趣聚类的个人“新闻雷达”技能。
★ 0 📥 383