OpenClaw — Momenta Tech

Setup log and operations reference. Machine: openclaw-macbookpro · Last updated: 2026-02-25

Task Tracker

#TaskStatus
1Install OpenClawDONE
2Configure model providers (Anthropic + OpenAI)PENDING
3Connect Slack (socket mode)PENDING
4Create Lobster agent (default bot)PENDING
5Create Video-Producer agent (PL0 pipeline)PENDING
6Configure agent routingPENDING
7Pre-flight verification & end-to-end testPENDING

Task 1: Install OpenClaw

Machine Details

Hostopenclaw-macbookpro
Usermomentatech
OSmacOS 26.3 (Intel)
Tailscale IP100.115.140.26
SSHssh momentatech@100.115.140.26
Nodev22.22.0 (/usr/local/bin/node)
npm10.9.4 (/usr/local/bin/npm)
Homebrew5.0.15 (/usr/local/bin/brew, Intel path)

Install Steps

1. First attempt — failed (permissions)

curl -fsSL https://openclaw.ai/install.sh | bash

npm install failed with EACCES: permission denied trying to rename /usr/local/lib/node_modules/openclaw. Old install owned the directory as root.

2. Fix permissions

sudo chown -R $(whoami) /usr/local/lib/node_modules/

3. Second attempt — success

curl -fsSL https://openclaw.ai/install.sh | bash

OpenClaw v2026.2.25 installed. Doctor ran automatically:

Post-Install State

Version2026.2.25
Config~/.openclaw/openclaw.json
Gateway token564fbd64b04c5305ed70d6063cb32701ba3331c94db96bf8
Dashboardhttp://127.0.0.1:18789
Skills eligible7
Skills missing reqs44
Keys backup~/openclaw-backup/keys.json

Outstanding Issues