Connect OpenClaw to TeamoRouter

OpenClaw is an open-source personal AI assistant. It can connect to chat tools such as Slack, Discord, and Telegram (as well as Feishu and WeChat), and extend its capabilities through skills.

1. If OpenClaw is already installed

Before using TeamoRouter, upgrade OpenClaw to the latest version. Some older versions may have compatibility issues. If OpenClaw is already installed, run the following command to enter setup again and switch to the TeamoRouter provider:

bash
openclaw onboard --install-daemon

Then follow the prompts:

  • For I understand this is personal-by-default and shared/multi-user use requires lock-down. Continue?, choose Yes.
  • For Setup mode, choose QuickStart.
  • For Model/auth provider, choose More, type custom to filter the full list, and select Custom Provider (described as "Any OpenAI or Anthropic compatible endpoint").
  • For API Base URL, choose the Base URL that matches the model family you want to use:
  • For How do you want to provide this API key?, choose Paste API key now.
  • For API Key (leave blank if not required), paste the API key you created in the TeamoRouter dashboard.
  • For Endpoint compatibility, choose the option that matches the model family you want to use:
Provider type Model families
OpenAI-compatible GPT, Gemini, DeepSeek, and GLM
Anthropic-compatible Claude
  • For Model ID, enter a supported TeamoRouter model such as claude-fable-5. The current model IDs are listed below.
Model ID Model name
gpt-5.6-sol GPT 5.6 sol
gpt-5.6-terra GPT 5.6 terra
gpt-5.6-luna GPT 5.6 luna
claude-fable-5 Claude fable 5
claude-sonnet-5 Claude sonnet 5
claude-opus-4-8 Claude opus 4.8
claude-opus-4-7 Claude opus 4.7
claude-opus-4-6 Claude opus 4.6
claude-sonnet-4-6 Claude sonnet 4.6
claude-haiku-4-5 Claude haiku 4.5
gpt-5.5 GPT 5.5
gpt-5.4 GPT 5.4
gemini-3.1-pro-preview Gemini 3.1 pro (preview)
gemini-3.1-flash-lite-preview Gemini 3.1 flash
deepseek-v4-pro DeepSeek v4 pro
deepseek-v4-flash DeepSeek v4 flash
glm-5.2 GLM 5.2
  • When you see Verification successful., TeamoRouter is connected.
  • Configure the remaining channels and skills as needed. If you're just getting started, you can skip this for now.

2. Install OpenClaw from scratch

Install OpenClaw

Linux and macOS users can install OpenClaw with:

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

Windows users can install OpenClaw with:

powershell
iwr -useb https://openclaw.ai/install.ps1 | iex

Configure the model

After the first installation, OpenClaw enters setup automatically. If OpenClaw was already installed, run openclaw onboard --install-daemon to enter setup again.

  • For I understand this is personal-by-default and shared/multi-user use requires lock-down. Continue?, choose Yes.
  • For Setup mode, choose QuickStart.
  • For Model/auth provider, choose More, type custom to filter the full list, and select Custom Provider (described as "Any OpenAI or Anthropic compatible endpoint").
  • For API Base URL, enter https://api.teamorouter.com/v1.
  • For How do you want to provide this API key?, choose Paste API key now.
  • For API Key (leave blank if not required), paste the API key you created in the TeamoRouter dashboard.
  • For Endpoint compatibility, choose OpenAI-compatible.
  • For Model ID, enter a supported TeamoRouter model such as claude-fable-5. The current model IDs are listed below.
Model ID Model name
gpt-5.6-sol GPT 5.6 sol
gpt-5.6-terra GPT 5.6 terra
gpt-5.6-luna GPT 5.6 luna
claude-fable-5 Claude fable 5
claude-sonnet-5 Claude sonnet 5
claude-opus-4-8 Claude opus 4.8
claude-opus-4-7 Claude opus 4.7
claude-opus-4-6 Claude opus 4.6
claude-sonnet-4-6 Claude sonnet 4.6
claude-haiku-4-5 Claude haiku 4.5
gpt-5.5 GPT 5.5
gpt-5.4 GPT 5.4
gemini-3.1-pro-preview Gemini 3.1 pro (preview)
gemini-3.1-flash-lite-preview Gemini 3.1 flash
deepseek-v4-pro DeepSeek v4 pro
deepseek-v4-flash DeepSeek v4 flash
glm-5.2 GLM 5.2
  • When you see Verification successful., TeamoRouter is connected.
  • In API Compatibility, choose openai.
  • Configure the remaining channels and skills as needed. If you're just getting started, you can skip this for now.

Start using OpenClaw

Open the Web UI:

bash
openclaw dashboard

Open the TUI:

bash
openclaw tui

Chat with OpenClaw in the terminal:

bash
openclaw terminal
Ready? Three steps to startLog in to the console · top up · create an API key
DiscordGet community help instantly
Connect OpenClaw to TeamoRouter · Docs