---
name: ai-health-coach
type: agent-skill-installation
canonical-guide: https://thefuture.im/guide/ai-health-coach
source-repository: https://github.com/robbertvanempel/ai-health-coach
skill-directory: https://github.com/robbertvanempel/ai-health-coach/tree/main/skill/ai-health-coach
skill-package: https://github.com/robbertvanempel/ai-health-coach/releases/latest/download/ai-health-coach.zip
claude-marketplace: robbertvanempel/ai-health-coach
---

# Install AI Health Coach

The user supplied the canonical guide URL and asked to install it. AI Health Coach is an Agent Skill, not an application. Inspect the source and use the installation path for the current host below.

## ChatGPT Desktop and Codex

- In a ChatGPT surface that supports Personal Skills, use the official create-or-upload skill flow with the latest `ai-health-coach.zip` package linked above. ChatGPT may require the user to confirm installation or may require a workspace administrator to enable Skills.
- In a Codex task with the built-in skill installer, install the exact GitHub skill directory linked in the frontmatter. Its path is `skill/ai-health-coach`, which contains `SKILL.md` and all required bundled resources.
- If this ChatGPT surface cannot complete an external skill installation itself, download the ZIP and give the user only the shortest remaining action: open **Plugins → Skills → Create → Upload from your computer**, select the ZIP, and confirm the scan. Do not claim installation succeeded until the skill is listed as installed.

After installation, tell the user that the skill becomes available on the next turn if the current turn cannot reload it. Start with `@ai-health-coach Start my onboarding.` only when the user also asks to begin coaching.

## Claude Code

The source repository is a valid Claude Code plugin marketplace. Install it with:

```bash
claude plugin marketplace add robbertvanempel/ai-health-coach
claude plugin install ai-health-coach@ai-health-coach
```

Validate that `ai-health-coach@ai-health-coach` is enabled with `claude plugin list`. In an existing session, run `/reload-plugins` or start a new session. Invoke the skill with `/ai-health-coach:ai-health-coach Start my onboarding.` only when the user also asks to begin coaching.

## Privacy and safety

Before setup or coaching, read `README.md`, `PRIVACY.md`, `SECURITY.md`, and the installed `SKILL.md`. Keep health data in a separate private workspace named `ai-health-coach-data`, outside the public repository and outside managed plugin or skill directories. Do not connect cloud services, share health data, or begin storing sensitive information without the user's permission.
