OpenClaw onboarding for Teddy buyers

OpenClaw onboarding for Teddy buyers Package: openclaw/ (@teddy/openclaw) Customers who use OpenClaw but do not know MCP can connect with one command after installing Teddy on WordPress. Buyer flow Install / update…

v2 openclaw-onboarding.md Download markdown Updated July 18, 2026

OpenClaw onboarding for Teddy buyers#

Package: 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:
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"
  1. Confirm: openclaw mcp doctor teddy --probe
  2. In chat: ask for a site briefing (teddy__teddy_site_briefing).

What setup writes#

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

See openclaw/README.md.