openclaw-setup

Installation
SKILL.md

OpenClaw Setup Skill

Deploy and configure OpenClaw — the open-source personal AI assistant (145k+ GitHub stars) — safely and correctly. This skill handles the full lifecycle: installation, Anthropic model auth, channel wiring (Telegram + iMessage), security hardening, cost control, and deployment to either a local Mac mini or a Hostinger VPS.

What is OpenClaw?

OpenClaw is a self-hosted, conversation-first AI assistant built on LLMs. Originally launched as "Clawdbot" (November 2025), renamed to "Moltbot" (January 27, 2026) after Anthropic trademark concerns, then became "OpenClaw" (January 30, 2026). It runs a local Gateway (WebSocket control plane) on your machine or server and connects to messaging channels you already use — Telegram, iMessage, WhatsApp, Discord, Slack, and 50+ others. The assistant responds through those channels using models from Anthropic, OpenAI, or other providers.

Key facts:

  • Runtime: Node.js ≥22.12.0, TypeScript, pnpm monorepo
  • Architecture: Gateway (control plane) → Pi agent (RPC) → LLM provider
  • Recommended model: Anthropic Claude Opus 4.5 via OAuth (Pro/Max subscription) for best prompt-injection resistance and long-context strength
  • Install method: curl -fsSL https://openclaw.ai/install.sh | bash then openclaw onboard --install-daemon
  • Config location: ~/.openclaw/openclaw.json (JSON5 format)
  • Default port: 18789 (WebSocket + HTTP multiplexed)
Related skills
Installs
1
GitHub Stars
1
First Seen
Mar 18, 2026