A Developer's Guide to Setting Up Open Claw in XO

A Developer's Guide to Setting Up Open Claw in XO

Welcome to the definitive guide for setting up Open Claw, the powerful framework for building and managing AI agents within the XO platform.

Step-by-Step GuideScreenshots IncludedVideo Walkthrough

Watch the Full Video Walkthrough

For a complete visual guide, watch the full video tutorial below.

STEP BY STEP GUIDE

1

Your XO Dashboard

Begin by navigating to the XO platform at beta.xo.builders. This is your main dashboard where you can manage your projects and deployments.

XO Dashboard

2

Create a New Project

Click the "Add Project" button to open the new project dialog.

Add New Project Dialog

3

Configure Your Project

In the "Add New Project" dialog, provide the following details:

Project Name

A unique name for your project (e.g., my-openclaw-project)

GitHub Repository

Use the starter repo: github.com/sharmasuraj0123/openclaw-starterkit

IDE Preference

You can use any IDE you prefer — VS Code, Cursor, IntelliJ IDEA, or others.

Filled Project Form

Once you've filled out the form, click "Create Project".

4

Project Created

Your new project will now appear in your list of projects on the dashboard.

Project Created

5

Open Your Project

Click on your newly created project to open the chat interface. This is where you can interact with your AI agents and manage your project.

Project Chat Interface

6

Get Setup Instructions

In the chat interface, ask the AI agent for help setting up your local development environment. The agent will provide you with the necessary commands and guidance.

AI Response with Setup Instructions
TROUBLESHOOTING

Troubleshooting Common Issues

Here are some common issues you might encounter and how to resolve them:

🔐 Permissions

If you encounter permission errors, make the setup scripts executable:

chmod +x setup.sh gateway.sh

🌐 Gateway Issues

If your gateway doesn't start, check if the port is in use or view the logs:

# Check if port 10799 is in use
lsof -i :10799

# View gateway logs
./gateway.sh logs

⚙️ CLI Path

If the openclaw CLI is not found, add it to your PATH:

export PATH="$PATH:./openclaw/bin/scripts"
RESOURCES

Additional Resources

You're All Set! 🎉

This guide has provided a detailed, step-by-step walkthrough of the Open Claw setup process with actual screenshots and a video. You are now ready to start building and managing your own AI agents with Open Claw and XO.

XO Team

XO Team