@unigateway

UniGateway

UniGateway LLM provider plugin for OpenClaw — Multi-provider LLM aggregator

Current version
v1.0.0
code-pluginCommunitysource-linked

@unigateway/openclaw-unigateway-provider

OpenClaw plugin that integrates UniGateway, a multi-provider LLM aggregator. Use any model from Claude, GPT, Gemini, and others through a single unified OpenAI-compatible API.

Quick Start

Install

From ClawHub (recommended):

openclaw plugins install clawhub:@unigateway/openclaw-unigateway-provider
openclaw gateway restart

Local development:

openclaw plugins install -l /path/to/openclaw-unigateway

Configure

  1. Get your API key from UniGateway Dashboard
  2. Set up the plugin:
openclaw onboard --unigateway-api-key "$UNIGATEWAY_API_KEY" --auth-choice unigateway-api-key --flow manual --accept-risk --non-interactive

Or set the environment variable:

export UNIGATEWAY_API_KEY=sk-...

Use

openclaw chat -m unigateway/gpt-5.5 "hello"
openclaw chat -m unigateway/claude-sonnet-4.6 "hello"
openclaw chat -m unigateway/gemini-3.1-pro-preview "hello"

Available models are discovered dynamically; if the API is unreachable, a static fallback catalog is used.

How It Works

ComponentDetails
TransportOpenAI-compatible API at https://unigateway.ai/v1
Model Routingunigateway/<model-id> prefix routes through plugin, suffix forwarded to UniGateway
AuthenticationSingle UNIGATEWAY_API_KEY environment variable
Model DiscoveryDynamic catalog from https://unigateway.ai/models with in-memory cache

Requirements

  • OpenClaw >= 2026.4.14

Development

npm install
npm run typecheck      # TypeScript validation
npm test               # Unit tests
UNIGATEWAY_API_KEY=sk-... npm run test:live

License

MIT — see LICENSE

Source and release

Source repository

unigateway-ai/openclaw-unigateway-provider

Open repo

Source commit

eb5ba506c4e2a2dd533ad354f612e406e35329cd

View commit

Install command

openclaw plugins install clawhub:@unigateway/openclaw-unigateway-provider

Metadata

  • Package: @unigateway/openclaw-unigateway-provider
  • Created: 2026/06/09
  • Updated: 2026/06/09
  • Executes code: Yes
  • Source tag: eb5ba506c4e2a2dd533ad354f612e406e35329cd

Compatibility

  • Built with OpenClaw: 2026.4.14
  • Plugin API range: >=2026.4.14
  • Tags: latest
  • Files: 30