---
title: Delx Wellness for Hermes profile pack
description: A five-minute local-first upgrade that turns Hermes into a wellness agent with onboarding, skills and MCP connector presets.
canonical: https://wellness.delx.ai/hermes
content_signal: ai-train=no, search=yes, ai-input=yes
---

# Delx Wellness for Hermes

Delx Wellness for Hermes turns the agent you already use into a recovery-aware wellness companion. It installs a dedicated delx-wellness profile, onboarding, wellness skills, connector presets for wearable and nutrition MCPs, and doctor checks without forking Hermes or creating a hosted token vault.

## Fast install if Hermes is already installed

```bash
npx -y delx-wellness-hermes setup
hermes -p delx-wellness
```

## New to Hermes

```bash
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash -s -- --skip-setup
npx -y delx-wellness-hermes setup
hermes -p delx-wellness
```

## Verify

```bash
npx -y delx-wellness-hermes doctor --profile delx-wellness --run-hermes
hermes -p delx-wellness mcp test nourish
hermes -p delx-wellness model
npx -y delx-wellness-hermes doctor --profile delx-wellness --run-hermes --test-chat
```

MCP-only checks verify profile files, skills and connector presets. The --test-chat check requires a Hermes model/provider and may use provider quota.

## Workflows

- Run one setup command to create the delx-wellness Hermes profile.
- Start immediately with Nourish because it can smoke-test locally without OAuth.
- Configure a model/provider for chat readiness only after the profile and MCP layer are installed.
- Complete onboarding for goals, devices, training, nutrition and safety preferences before coaching.
- Use Telegram with Hermes as the first human UX for daily recovery and training decisions.
- Add WHOOP, Garmin, Oura, Apple Health or other provider credentials only through their local connector setup flows.

## Skills and files

- `SOUL.md`
- `AGENTS.md`
- `ONBOARDING.md`
- `skills/delx-wellness-onboarding/SKILL.md`
- `skills/delx-wellness-training/SKILL.md`
- `skills/delx-wellness-nutrition/SKILL.md`

## Commands

- `delx-wellness-hermes setup`
- `delx-wellness-hermes install`
- `delx-wellness-hermes onboarding`
- `delx-wellness-hermes doctor`
- `Hermes profile model setup`
- `Hermes external skills`
- `Hermes mcp_servers presets`

## Privacy

- The package contains templates, skills and connector presets only.
- It does not contain user tokens, OAuth credentials, Telegram secrets or hosted hub API keys.
- Hosted hub mode requires an explicit --hub-url and never defaults to the public marketing site.
- The onboarding worksheet is local to the Hermes profile.

## Known limits

- Requires Hermes to be installed separately.
- Chat readiness requires a model/provider configured in Hermes.
- Connector credentials are still configured by each connector package.
- Exercise Catalog is disabled by default because private catalog access may depend on non-public data.
- The agent provides wellness context, not medical advice.

## Links

- GitHub: https://github.com/davidmosiah/delx-wellness-hermes
- npm: https://www.npmjs.com/package/delx-wellness-hermes
