# Whoop

> Unofficial WHOOP recovery, sleep, strain and HRV for AI agents. Prefer MCP tools if connected; otherwise the package CLI. Use when the user wants WHOOP data or actions through an agent.

- Skill: `davidmosiah-whoop-mcp/whoop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add davidmosiah-whoop-mcp/whoop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/davidmosiah-whoop-mcp/whoop/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: davidmosiah (https://skillmd.com/u/davidmosiah-whoop-mcp)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/davidmosiah-whoop-mcp/whoop

---


# WHOOP — skill or MCP

Same binary either way. Do not duplicate the API client.

## Choose a surface

**MCP** — tools appear natively after stdio/HTTP config:

```json
{ "mcpServers": { "whoop": { "command": "npx", "args": ["-y", "whoop-mcp-unofficial"] } } }
```

Do not put mutation flags in that snippet.

**Skill / CLI** — no MCP client required. Same tools:

```bash
npx -y whoop-mcp-unofficial call whoop_connection_status --json '{}'
```

If MCP tools named `whoop_*` are already available, use them. Do not also shell out.

## Loop

1. Call `whoop_connection_status` (or `doctor --json` when that exists).
2. Use read tools as asked.
3. Stop on `USER_ACTION_REQUIRED`. Do not invent env flags. Do not enable mutations from this skill.

## Never

- Paste tokens into git, chat logs, or the prompt
- Copy a mutations-enabled assignment into config

