ClawHealth Data Skill

PassAudited by ClawScan on May 13, 2026.

Overview

The skill is coherent for ClawHealth reporting, but it handles sensitive health data and a long-lived API token that users should protect.

Install only if you intend to let the agent access your ClawHealth data through the official ClawHealth token. Treat the Agent API token like a password, revoke it when done, and review any profile changes before saving them.

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

Anyone or any agent with this token and customer ID could request the user's ClawHealth reports until the token is deleted or revoked in the app.

Why it was flagged

The skill requires a delegated bearer token that grants access to the user's ClawHealth API data. This is disclosed and purpose-aligned, but it is still sensitive account authority.

Skill content
Agent API token: long-lived token created in the ClawHealth iOS app. The app shows it once. Store and use it as `Authorization: Bearer <token>`.
Recommendation

Only use a token created for this purpose, keep it out of ordinary chat when possible, and revoke it in the ClawHealth app if you stop using the skill or suspect exposure.

What this means

Stored credentials and identifiers may allow future health-data access without the user re-entering them each time.

Why it was flagged

The skill explicitly asks the agent to retain and reuse a customer identifier and long-lived credential. This supports convenience but creates persistent sensitive context.

Skill content
After setup, keep using the stored `customer_id` and Agent API token.
Recommendation

Use secure credential storage if available, avoid pasting tokens into shared chats, and clear stored credentials or revoke the token when no longer needed.

What this means

Incorrect or unintended profile updates could affect calorie, macro, readiness, or supplement recommendations.

Why it was flagged

The skill can write profile data to the ClawHealth API. The trigger is user-provided profile information and the endpoint is scoped, so this is purpose-aligned rather than suspicious.

Skill content
Use when the user gives age, sex, height, weight, goal, or activity level... POST /api/clawhealth/profile
Recommendation

Confirm profile changes before saving them, especially weight, goals, activity level, or other details that influence health recommendations.