What problem does it solve? Setting up and operating the OpenClaw personal AI assistant involves many moving parts—Gateway services, channels, agents, workspaces, and configuration files—and users often get stuck on installation errors, PATH issues, or service failures without clear guidance. ## Core Features & Use Cases - Guided Installation & Deployment: Walks through npm/pnpm/bun installation, the onboarding wizard, and Gateway service setup on launchd or systemd. - Diagnostics & Troubleshooting: Uses openclaw doctor, gateway status checks, and log inspection to fix startup failures, authentication errors, and channel connection problems. - Agent & Automation Management: Covers creating agents, configuring channels, scheduling cron tasks, webhooks, and multi-agent routing. - Use Case: A user reports "openclaw command not found" after installing via npm. The skill runs environment diagnostics, identifies that the npm global bin directory is missing from PATH, and provides the absolute-path workaround. ## Quick Start Help me install OpenClaw and verify that the Gateway service is running correctly.