🦞
Free Tool

Moltbot Config Generator

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

🤖 Agent Identity
🧠 AI Model

Free and unlimited! Make sure Ollama is running locally.

📱 Channels
🔧 Tools & Security

Allow web browsing and form filling

Allow shell commands (use with caution)

Session Reset
📄 Generated Config
{
  "agents": {
    "defaults": {
      "workspace": "~/moltbot",
      "model": {
        "primary": "llama3.1:8b"
      }
    },
    "list": [
      {
        "id": "main",
        "default": true,
        "identity": {
          "name": "Moltbot",
          "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 ~/.clawdbot/moltbot.json

How to Use

1. Fill in the form on the left

2. Copy or download the generated config

3. Save to ~/.clawdbot/moltbot.json

4. Run moltbot doctor --fix to validate

5. Start with moltbot