Home7-Day Quick Start

7-Day Quick Start

A step-by-step tutorial designed for complete beginners. Invest 30-60 minutes per day, and after 7 days you'll be able to independently deploy and run your own personal AI assistant.

We recommend completing each day's content in order. If you already have programming experience, you can quickly skim through the first two days and focus on Day 3 onwards for platform configuration and advanced usage.

Day 1

Environment Setup & Installation

Understand OpenClaw's architecture, install Node.js, complete the global npm installation, and launch your first Gateway service.

InstallSetupBeginner
Day 2

Configure AI Model

Obtain and configure API Keys for Claude, OpenAI, or other LLMs. Understand token consumption and billing, and choose the right model for you.

ConfigAPI KeyModel
Day 3

Connect Messaging Platforms

Connect your AI assistant to Feishu, WeCom, or Discord. Learn Channels configuration and achieve unified multi-platform management.

FeishuWeComPlatform
Day 4

Install & Use Skills

Browse the ClawHub skill marketplace, install your first skill, and learn how to trigger skills through conversation to expand AI capabilities.

SkillsClawHubExtend
Day 5

Workspace & Memory System

Understand the Workspace design, configure SOUL.md to personalize your AI persona, and use memory files for cross-session context.

WorkspaceMemoryPersonalize
Day 6

Sub-Agents & Automated Workflows

Learn the sub-agent scheduling mechanism, use Heartbeat for scheduled tasks, and build automated workflows that run without human intervention.

Sub-AgentAutomationWorkflow
Day 7

Docker Deploy & Production Ops

Production-grade deployment using Docker Compose, with persistent storage, reverse proxy, and HTTPS for stable operation.

DockerDeployOps