← Back to Plugins
Tools

Adorbis Openclaw Provider

natecl By natecl 👁 54 views ▲ 0 votes

OpenClaw provider plugin for Adorbis AI

GitHub

README

# Adorbis OpenClaw Provider

OpenClaw provider plugin for [Adorbis AI](https://ai.adorbistech.com/), an OpenAI-compatible gateway available at `https://api.adorbistech.com/v1`.

This package intentionally lives outside OpenClaw core. OpenClaw maintainers routed optional third-party provider integrations to external plugins and ClawHub unless the current plugin SDK is missing a required capability.

## Provider

- Provider ID: `adorbis`
- Base URL: `https://api.adorbistech.com/v1`
- API mode: `openai-completions`
- Auth: `ADORBIS_API_KEY`
- Model discovery: live `/models` endpoint

## Local Checks

```bash
npm test
npm pack --dry-run
npx --yes clawhub@latest package validate . --family code-plugin
```

## Publish

After signing in to ClawHub as the owner for the `@natecl` package scope:

```bash
clawhub package publish . --family code-plugin --dry-run
clawhub package publish . --family code-plugin
```

The included GitHub Actions workflow runs a ClawHub package dry run on pull requests and can publish on manual dispatch or version tags when `CLAWHUB_TOKEN` is configured.

## OpenClaw Issue

This package is the external-plugin version of the provider requested in `openclaw/openclaw#94242`. The earlier bundled-core PR was closed because the contribution belongs on ClawHub rather than in OpenClaw core.
tools

Comments

Sign in to leave a comment

Loading comments...