OpenClaw GitHub Starter Guide: From Installation to First Agent
OpenClaw GitHub Starter Guide
This comprehensive guide will walk you through installing and using OpenClaw from GitHub.
Prerequisites
Installation
1. Clone the repository:
git clone https://github.com/openclaw/openclaw.git
cd openclaw
2. Install dependencies:
npm install
3. Configure your environment:
cp .env.example .env
# Edit .env with your API keys
4. Start OpenClaw:
npm run dev
Creating Your First Agent
1. Navigate to the dashboard
2. Click "New Agent"
3. Configure model, memory, and skills
4. Start chatting!