🦞 Level 2: Awakening — OpenClaw

OpenClaw is the core runtime. It connects your AI to your machine, tools, and messaging channels.

Checking...
Step 1
Install OpenClaw globally
npm install -g openclaw
Step 2
Check installation
openclaw --version
Step 3
Start the gateway
openclaw gateway start
Step 4
Verify it's running
openclaw status
💡 Why this matters:
OpenClaw creates ~/.openclaw/ as its home directory. The gateway is the bridge between AI and your system — it handles tools, messaging, media delivery. If openclaw status shows OK, your AI runtime is alive.
Terminal — click ▶ Run above or type manually