Integrations
OpenClaw
Install OpenClaw and connect it to Qubrid AI models through the OpenAI-compatible API
OpenClaw is a personal AI assistant you run on your own devices. Connect it to Qubrid AI to use Qubrid models through OpenClaw's onboarding flow and interact via the terminal, web UI, or messaging channels.
Prerequisites:
- Node.js 22.19+ or Node.js 24 (recommended) installed on your machine
- npm or pnpm available in your terminal
- A Qubrid account on the Qubrid AI Platform
- A Qubrid API key (how to generate an API key)
Install OpenClaw
OpenClaw supports multiple installation methods. See the OpenClaw GitHub repository for Docker, Nix, and other setup options.
This guide uses npm (you can also use pnpm add -g openclaw@latest).
Install OpenClaw globally
Open a command prompt or terminal and run:
npm install -g openclaw@latestOr with pnpm:
pnpm add -g openclaw@latestStart onboarding
Run the onboarding command with the daemon installer:
openclaw onboard --install-daemonThis launches the OpenClaw onboarding wizard and installs the gateway service so OpenClaw stays running in the background.
Configure Qubrid AI in OpenClaw
Review the security notice
Read through the security notice carefully. Choose Yes or No based on your preference.
Use the cursor keys to move between options. Selecting No stops onboarding-choose Yes to continue.
Select Quickstart onboarding mode
When prompted for Onboarding Mode, choose Quickstart (you can use Manual later for advanced configuration).
Select Custom provider
In the Model Provider section, select Custom provider.
Custom providers support any OpenAI- or Anthropic-compatible API. Qubrid endpoints are OpenAI-compatible, so this is the right choice for Qubrid AI.
Enter the Qubrid API base URL
When prompted for the API base URL, clear the default value and enter:
https://platform.qubrid.com/v1This is the Qubrid OpenAI-compatible API base URL.
Paste your Qubrid API key
When asked how you want to provide the API key, select Paste API Key now.
- Open the Qubrid AI Platform and create an API key. Follow the steps in How to generate an API Key.
- Copy the key and paste it into the onboarding prompt.
Your API key is shown only once for security. Store it somewhere safe and secure before closing the dialog. If you lose it, you must generate a new key.
Select OpenAI-compatible endpoint
When prompted for endpoint compatibility, select OpenAI Compatible.
Enter the model ID
Enter the model ID for the Qubrid model you want to use.
For example, to use GPT OSS 120B, enter:
openai/gpt-oss-120bOn the Qubrid platform, open the model page-the model ID is shown beside the model name. Click the copy button next to the ID to copy it exactly.
Wait for verification
OpenClaw verifies the connection to your Qubrid endpoint. This may take a moment.
Set endpoint ID and model alias (optional)
After verification:
- Endpoint ID - A custom label you choose (for example
qubridorqubrid-gpt-oss-120b). - Model alias - Optional display name for the model in OpenClaw. Set it however you prefer, or leave it blank.
Configure or skip channels
OpenClaw asks you to select a channel, such as Telegram, WhatsApp, Discord, Slack, Google Chat, or Microsoft Teams.
- Configure now - Follow the extra steps to link your account on the channel you choose.
- Skip for now - You can add channels later and use OpenClaw from the TUI or web UI in the meantime.
Configure or skip search providers
You can connect search providers such as Brave Search, Gemini, Grok (xAI), Kimi, or Perplexity.
For this guide, skip search provider setup for now. You can configure them later if needed.
Configure or skip skills
When asked whether to configure skills, select No for now, or configure them if you want OpenClaw to use bundled or custom skills immediately.
Configure hooks
OpenClaw asks whether to enable hooks. Enable all hooks, select only the ones you need, or skip based on your preference.
Confirm gateway installation
After onboarding completes, the gateway service is installed and running.
Launch OpenClaw
Back in the command prompt, choose how you want to hatch your bot:
- TUI (recommended) - Terminal user interface
- Web UI - Browser-based interface
OpenClaw opens on localhost. Your default Qubrid model appears as the selected model-you are ready to explore.
Your Qubrid integration with OpenClaw is now configured. You can chat with your assistant in the TUI or web UI, and add messaging channels whenever you are ready.
Things you can do with OpenClaw
Once setup is complete, try these examples:
- Chat in the TUI or web UI - Ask questions, draft content, or debug code using your Qubrid model.
- Run agent tasks - Use
openclaw agentto run multi-step tasks with configurable thinking depth. - Connect messaging apps - Talk to your assistant on WhatsApp, Telegram, Discord, Slack, and other supported channels.
- Send messages from the CLI - Use
openclaw message sendto send messages through a connected channel. - Add skills and automation - Enable skills, cron jobs, and hooks for recurring or event-driven workflows.
- Switch models - Change the default model or add more Qubrid models through OpenClaw's model configuration.
For more commands and features, see the OpenClaw documentation.
Monitor usage on Qubrid
Keep an eye on your usage and costs on the Qubrid platform.
- Review Inference Logs to see request history and debug issues.
- Check your credit balance before long-running or high-volume sessions.
- Rotate API keys if you suspect a key was exposed.
Configuration reference
Use these values when connecting OpenClaw to Qubrid during onboarding:
| Setting | Value |
|---|---|
| Provider | Custom provider |
| API base URL | https://platform.qubrid.com/v1 |
| Endpoint compatibility | OpenAI Compatible |
| Example model ID | openai/gpt-oss-120b |
| API key | Your Qubrid API key |
Model IDs vary by model-always copy the ID from the model page on the Qubrid platform.
Frequently Asked Questions (FAQ)
Go to OpenClaw.ai
If you have any questions related to OpenClaw, this is your place to be