---
title: Delx Wellness for OpenClaw profile pack
description: A local-first OpenClaw profile pack with onboarding, skills, MCP connector presets and doctor checks for the full Delx Wellness stack.
canonical: https://wellness.delx.ai/openclaw
content_signal: ai-train=no, search=yes, ai-input=yes
---

# Delx Wellness for OpenClaw

Delx Wellness for OpenClaw turns OpenClaw into a recovery-aware wellness agent. It installs a dedicated delx-wellness profile under ~/.openclaw-delx-wellness, writes OpenClaw-native mcp.servers presets for wearable and nutrition MCPs, adds SOUL.md, AGENTS.md, onboarding and wellness skills, and validates setup without creating a hosted token vault.

## Fast install if OpenClaw is already installed

```bash
npx -y delx-wellness-openclaw setup
openclaw --profile delx-wellness agent --local --message "Open Delx Wellness onboarding"
```

## New to OpenClaw

```bash
npm install -g openclaw
npx -y delx-wellness-openclaw setup
openclaw --profile delx-wellness agent --local --message "Open Delx Wellness onboarding"
```

## Verify

```bash
npx -y delx-wellness-openclaw doctor --profile delx-wellness --run-openclaw
openclaw --profile delx-wellness mcp list
openclaw --profile delx-wellness mcp show nourish --json
openclaw --profile delx-wellness models
npx -y delx-wellness-openclaw doctor --profile delx-wellness --run-openclaw --test-chat
```

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

## Workflows

- Run one setup command to create the delx-wellness OpenClaw profile.
- Validate OpenClaw config with openclaw --profile delx-wellness config validate.
- Check MCP visibility with openclaw --profile delx-wellness mcp list and mcp show nourish --json.
- Complete onboarding for goals, devices, training, nutrition and safety preferences before coaching.
- Start local agent turns with openclaw --profile delx-wellness agent --local --message.
- Add WHOOP, Garmin, Oura, Google Health and other provider credentials through local connector setup flows; use local export paths for Apple Health and Samsung Health.

## Skills and files

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

## Commands

- `delx-wellness-openclaw setup`
- `delx-wellness-openclaw install`
- `delx-wellness-openclaw onboarding`
- `delx-wellness-openclaw doctor`
- `OpenClaw profile model setup`
- `OpenClaw skills.load.extraDirs`
- `OpenClaw mcp.servers presets`

## Privacy

- The package contains templates, skills and connector presets only.
- It does not contain user tokens, OAuth credentials, chat-channel 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 OpenClaw profile workspace.

## Known limits

- Requires OpenClaw to be installed separately.
- Chat readiness requires a model/provider configured in OpenClaw.
- 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-openclaw
- npm: https://www.npmjs.com/package/delx-wellness-openclaw
