Ultrahuman Analytics

ReviewAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a read-only Ultrahuman reporting helper, but it will retrieve and summarize sensitive health metrics through an MCP connection.

This looks reasonable for read-only Ultrahuman analytics. Before installing, make sure you trust the Ultrahuman MCP connection, confirm the account email and date range, and treat readiness, sleep, recovery, and glucose comments as informational rather than medical advice.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A multi-day report can trigger multiple Ultrahuman data fetches, one for each date analyzed.

Why it was flagged

The skill directs the agent to make repeated external MCP tool calls for requested date ranges. This is central to the analytics purpose and is described as read-only, but users should know the calls occur.

Skill content
Always use the ultrahuman_mcp tool `ultrahuman_get_daily_metrics` once per date, then aggregate and interpret in your response.
Recommendation

Use it only with a trusted Ultrahuman MCP connection and be clear about the date range you want analyzed.

What this means

The agent may request or use an email address to retrieve Ultrahuman health data for that account.

Why it was flagged

The skill uses an email value to select the Ultrahuman account whose data is queried. This is expected for the integration, but it is account-linked access.

Skill content
ultrahuman_mcp must be available. Use email from ULTRAHUMAN_EMAIL or user message.
Recommendation

Only provide or configure an email for an Ultrahuman account you are authorized to analyze.

What this means

Sleep, recovery, heart-rate, activity, and glucose-related data may be handled in the chat context when you ask for analytics.

Why it was flagged

Sensitive health metrics are fetched through an MCP tool and then placed into the agent's working context and response. This matches the stated purpose, but the data is privacy-sensitive.

Skill content
Call ultrahuman_get_daily_metrics for each of the last 7 days... extract: sleep score, recovery score, HRV, night RHR, steps. If present: metabolic_score, time_in_target, average_glucose.
Recommendation

Use a trusted MCP provider and avoid requesting reports if you do not want these health metrics processed in the conversation.