GrowthCircle.id OpenClaw model-provider plugin for the OpenAI-compatible https://ai.growthcircle.id/v1 endpoint.
Scanned 6/3/2026
Install via CLI
openskills install Growth-Circle/gc-provider---
name: gc-provider
description: GrowthCircle.id OpenClaw model-provider plugin for the OpenAI-compatible https://ai.growthcircle.id/v1 endpoint.
metadata:
openclaw:
requires:
env:
- GROWTHCIRCLE_API_KEY
primaryEnv: GROWTHCIRCLE_API_KEY
homepage: https://github.com/Growth-Circle/gc-provider
---
# gc-provider
This package is a native OpenClaw code plugin that registers GrowthCircle.id as
the `growthcircle` model provider.
It requires one provider credential: `GROWTHCIRCLE_API_KEY`. The key is used only
for GrowthCircle.id model discovery and OpenAI-compatible model requests to
`https://ai.growthcircle.id/v1`.
Install and configure through OpenClaw:
```sh
openclaw plugins install clawhub:gc-provider
openclaw plugins enable gc-provider
openclaw gateway restart
openclaw configure --section=model
```
No comments yet. Be the first to comment!