Skip to main content
🦞
Free Tool

OpenClaw Config Generator

Generate your OpenClaw (formerly Moltbot) configuration file visually. No more editing JSON manually.

Runs fully client-side. No API keys or tokens are sent to our servers.

Quick Start Presets

Start with a template, then customize

Agent Identity

Customize your assistant's name and persona

AI Model

Choose the AI brain powering your assistant

Free and unlimited! Make sure Ollama is running locally.

Secrets Management

Choose how API keys and tokens appear in your generated config.

Channels

Enable messaging platforms to connect with

Tools & Security

Control what tools your assistant can access

Allow web browsing and form filling

Allow shell commands (use with caution)

Session Reset

Configure when conversation memory resets

Generated Config

{
  "agents": {
    "defaults": {
      "workspace": "~/openclaw",
      "model": {
        "primary": "llama3.1:8b"
      }
    },
    "list": [
      {
        "id": "main",
        "default": true,
        "identity": {
          "name": "OpenClaw",
          "emoji": "🦞"
        }
      }
    ]
  },
  "models": {
    "providers": {
      "ollama": {
        "baseUrl": "http://localhost:11434"
      }
    }
  },
  "tools": {
    "profile": "messaging",
    "browser": {
      "enabled": true
    },
    "elevated": {
      "enabled": false
    }
  },
  "session": {
    "reset": {
      "mode": "daily",
      "atHour": 4
    }
  }
}

Save as ~/.openclaw/openclaw.json

How to Use

1. Fill in the form on the left

2. Copy or download the generated config

3. Save to ~/.openclaw/openclaw.json

4. Run openclaw doctor --fix to validate

5. Start with openclaw

Cookie Preferences

We use essential cookies and analytics to operate and improve the site. Advertising cookies are loaded only after you consent. Privacy Policy