# OpenClaw onboarding for Teddy buyers

Package: [`openclaw/`](../../../openclaw/) (`@teddy/openclaw`)

Customers who use OpenClaw but do not know MCP can connect with one command after installing Teddy on WordPress.

## Buyer flow

1. Install / update Teddy on the site; enable **Agent Pipeline**.  
2. Create an **Application Password** (Users → Profile).  
3. On the machine running OpenClaw, from the Teddy plugin folder:

```bash
cd wp-content/plugins/teddy/mcp-server && npm install
cd ../openclaw
npm link   # optional → teddy-openclaw on PATH
teddy-openclaw setup --url https://THEIR-SITE --username USER --password "APP PASS"
```

4. Confirm: `openclaw mcp doctor teddy --probe`  
5. In chat: ask for a site briefing (`teddy__teddy_site_briefing`).

## What setup writes

- `~/.openclaw/openclaw.json` → `mcp.servers.<name>` pointing at `mcp-server/src/index.js`  
- Skill `~/.openclaw/workspace/skills/teddy/SKILL.md`  

See [openclaw/README.md](../../../openclaw/README.md).
