lobsterOpenClaw

The AI that actually does things

OpenClawarrow-up-right brings your AI agents directly into your daily conversations on WhatsApp, Telegram, or Matrix. 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 has completed, the onboarding process starts 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

  4. ... Proceed intermediate steps

  5. How do you want to hatch your bot?: Do this later

3. Configure Custom Model

In your home directory (or your specified working directory) the folder .openclaw was created at onboarding. It contains openclaw.json which is your configurations file. Replace the "agents" section with your custom model configuration, as shown in the example below using gpt-oss-120b.

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

This opens a terminal-based chatting interface to exchange messages with OpenClaw.

4. Adding Multiple Models (Optional)

You can configure multiple models using a single API key. Select models from our catalogarrow-up-right by copy-pasting the model ids. Adapt the config again using the JSON below.

circle-info

Recommended models in the catalog are marked with an OpenClaw tag. Not all models work equally well.

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