Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fetch Ultrahuman metrics via Ultrahuman MCP and mcporter, then summarize them.
You need: Ultrahuman Developer/Partner credentials You need a personal auth token from Ultrahuman Developer Portal: https://vision.ultrahuman.com/developer Then set: ULTRAHUMAN_USER_EMAIL ULTRAHUMAN_AUTH_TOKEN (your personal token) (Also set your Partner ID in the Ultrahuman app, if provided/required) Ultrahuman MCP server Repository: https://github.com/Monasterolo21/Ultrahuman-MCP Build it (example): bun install && bun run build You should end up with an entrypoint like: dist/main.js mcporter config that defines an MCP server named ultrahuman Example config/mcporter.json (adjust path to your built main.js): { "mcpServers": { "ultrahuman": { "transport": "stdio", "command": "node", "args": ["/absolute/path/to/Ultrahuman-MCP/dist/main.js"], "env": { "ULTRAHUMAN_AUTH_TOKEN": "${ULTRAHUMAN_AUTH_TOKEN}", "ULTRAHUMAN_USER_EMAIL": "${ULTRAHUMAN_USER_EMAIL}" } } } }
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
mcporter --config /path/to/mcporter.json \ call ultrahuman.ultrahuman_metrics date=YYYY-MM-DD --output json
Keep summaries short unless asked: Sleep score + total sleep + efficiency + restorative sleep + deep/REM Steps total Recovery index, movement index, active minutes VO2 max, sleep HRV, RHR If sleep score/total sleep are in a "Needs attention" state, call it out explicitly.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.