lobsterOpenClaw

The AI that actually does things

OpenClawarrow-up-right brings your AI agents directly into your daily conversations on WhatsApp, Telegram, or Matrixarrow-up-right. OpenClaw is a self-hosted solution that lets you interact with your personal assistants from anywhere, keeping infrastructure under your control.

This guide will walk you through the setup process and show you how to combine OpenClaw with Cortecs.

circle-info

Before you begin: Make sure you have generated your Cortecs API key. If not, check out our QuickStartarrow-up-right guide.

1. Install OpenClaw

Run the following command in your terminal to install OpenClaw

curl -fsSL https://openclaw.ai/install.sh | bash

For additional installation options, refer to the OpenClaw documentationarrow-up-right.

2. Complete Onboarding

After the install is done, the onboarding process should start automatically. If this is not the case run the following command

openclaw onboard --install-daemon

During onboarding configure the system to your liking. Answer the following options when prompted:

  1. Model/auth provider: Skip for now

  2. Filter models by provider: All providers

  3. Default model: Keep current

3. Add Cortecs Models

In your home directory (or your specified working directory) the folder .openclaw should have been created after onboarding. Within it is a file named openclaw.json that contains your OpenClaw configuration. In this file, you can replace the "agents" section with your model configuration, as shown in the gpt-oss-120b example below.

After saving the new config your gateway should update automatically. Now, if you send a message through your preferred application, you will interact with your specified model. For a quick test use the following command

This opens a terminal-based chatting interface to quickly send messages to your model.

4. Adding Multiple Models (Optional)

You can configure multiple models using a single API key. To find available models, check our our catalogarrow-up-right. Models with the tag OpenClaw are recommended for this use case. Adapt the config again using the JSON below.

The alias parameter within the models is optional but it allows you to quickly switch between models using the following command when using the chat

Alternatively, if you already have an instance of OpenClaw running, you can also ask your agent to change the config for you, as can be seen in the image.

Last updated