@askonoma/onoma-provider
v1.0.3
Published
Use Onoma as your AI model provider in OpenClaw
Downloads
378
Maintainers
Readme
Onoma Provider for OpenClaw
Use Onoma as your AI model provider in OpenClaw. Onoma's auto model intelligently routes to the best available LLM for each request.
Install
openclaw plugins install @askonoma/onoma-providerConfigure
openclaw models auth login --provider onomaEnter your API token (onm_...) when prompted. Then set it as your default model:
openclaw models set onoma/autoEnvironment variables
Alternatively, set these in your shell:
export ONOMA_API_TOKEN=onm_...How it works
The plugin registers a single onoma/auto model that sends requests to Onoma's OpenAI-compatible API. Onoma automatically routes each request to the best available LLM — no model selection needed.
