withings-family

Review·Scanned 2/18/2026

This skill fetches Withings health data for multiple family members using local Python scripts and OAuth. It reads WITHINGS_CLIENT_ID/WITHINGS_CLIENT_SECRET, loads ~/.clawdbot/withings-family/.env, stores tokens to ~/.clawdbot/withings-family/tokens-<userId>.json, and talks to https://wbsapi.withings.net.

from clawhub.ai·v1.0.1·24.8 KB·0 installs
Scanned from 1.0.1 at b8525a0 · Transparency log ↗
$ vett add clawhub.ai/odrobnik/withings-familyReview findings below

Withings Family (Clawdbot Skill)

Fetch health data from the Withings API for multiple family members (weight, body metrics, activity, sleep).

Usage

Scripts live in scripts/:

python3 scripts/withings.py <userId> weight
python3 scripts/withings.py <userId> body
python3 scripts/withings.py <userId> activity [days]
python3 scripts/withings.py <userId> sleep [days]

Auth (first time per user)

Recommended (auto OAuth callback):

python3 scripts/withings_oauth_local.py <userId>

Tokens are stored per-user in ~/.clawdbot/withings-family/tokens-<userId>.json.

Requirements

  • python3
  • env: WITHINGS_CLIENT_ID, WITHINGS_CLIENT_SECRET

Publishing

Version is declared in SKILL.md. Tag releases (e.g. 1.0.0) and publish via ClawdHub:

clawdhub publish . --slug withings-family --name "Withings Family" --version 1.0.0