← Back to Blog
Tutorial

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

  • Node.js 18+
  • Basic command line knowledge
  • Git installed
  • 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!

    Next Steps

  • Explore the [playbook library](https://openclawalpha.org/en/playbooks)
  • Join the community
  • Share your workflows
  • OpenClaw GitHub Starter Guide: From Installation to First Agent