π¦ ClawHub
Ultrahuman (OpenClaw)
by @devpranoy
Fetch and summarize Ultrahuman Ring/CGM metrics inside OpenClaw using the Ultrahuman MCP server (via mcporter). Use when the user asks about Ultrahuman data such as sleep score, total sleep, sleep stages, HR/HRV/RHR, steps, recovery index, movement index, VO2 max, or wants a daily/weekly Ultrahuman summary.
π‘ Examples
Daily summary (recommended)
From your OpenClaw workspace (so ./config/mcporter.json is found):
cd /path/to/your/openclaw/workspace
python3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --yesterday
Specific date:
python3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --date YYYY-MM-DD
If your mcporter config isnβt at ./config/mcporter.json, pass it explicitly:
python3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py \
--date YYYY-MM-DD \
--mcporter-config /path/to/mcporter.json
Raw JSON
mcporter --config /path/to/mcporter.json \
call ultrahuman.ultrahuman_metrics date=YYYY-MM-DD --output json
TERMINAL
clawhub install ultrahuman-openclaw