OpenClaw
The AI that actually does things
OpenClaw 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.
Before you begin: Make sure you have generated your Cortecs API key. If not, check out our QuickStart guide.
1. Install OpenClaw
Run the following command in your terminal to install OpenClaw
curl -fsSL https://openclaw.ai/install.sh | bashFor additional installation options, refer to the OpenClaw documentation.
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-daemonDuring onboarding configure the system to your liking. Answer the following options when prompted:
Model/auth provider: Skip for now
Filter models by provider: All providers
Default model: Keep current
... Proceed intermediate steps
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 catalog by copy-pasting the model ids. Adapt the config again using the JSON below.
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