Von null zum KI-Assistenten in 5 Minuten

Wählen Sie Ihre Plattform und folgen Sie der Anleitung. Sie werden im Handumdrehen mit Ihrer KI chatten.

Installation auf macOS

Der schnellste Einstieg. Erfordert Node.js 18+.

1

OpenClaw installieren

npm install -g openclaw
2

Setup-Wizard ausführen

Dieser führt Sie durch die API-Key-Konfiguration und grundlegende Einstellungen.

openclaw init
3

Gateway starten

Das Gateway ist OpenClaws Hintergrunddienst, der alle Verbindungen verwaltet.

openclaw gateway start
4

Hallo sagen!

openclaw chat "Hello! What can you do?"

Ihren API-Key erhalten

OpenClaw benötigt einen API-Key von Ihrem bevorzugten KI-Anbieter.

🟢 OpenAI (GPT-4)

  1. Gehen Sie zu platform.openai.com
  2. Erstellen Sie einen neuen API-Key
  3. Kopieren und einfügen bei openclaw init

🟣 Anthropic (Claude)

  1. Gehen Sie zu console.anthropic.com
  2. Navigieren Sie zu API Keys
  3. Erstellen und kopieren Sie Ihren Key

🔵 OpenRouter (Multi-Modell)

  1. Gehen Sie zu openrouter.ai
  2. Erstellen Sie ein Konto und laden Sie Guthaben auf
  3. Kopieren Sie Ihren API-Key

Nutzen Sie beliebige Modelle von beliebigen Anbietern mit einem einzigen Key!

Fehlerbehebung

Häufige Probleme und deren Lösungen.

Command not found: openclaw

Make sure npm's global bin directory is in your PATH. Try:

npm config get prefix

Add the returned path + /bin to your shell's PATH variable.

Gateway won't start

Check if the port is already in use. The gateway runs on port 3000 by default.

lsof -i :3000  # macOS/Linux
netstat -ano | findstr :3000  # Windows

You can also try restarting: openclaw gateway restart

API key not working

Verify your API key is correctly set:

openclaw config show

Make sure there are no extra spaces. You can reset it with openclaw init.

WhatsApp QR code not appearing

The WhatsApp QR code is shown in the terminal. Make sure you run the command in a terminal that supports QR display. If issues persist, see the official WhatsApp docs.

🎉 Sie sind startklar!

Jetzt, da OpenClaw läuft, sind das Ihre nächsten Schritte: