gc-provider
v0.1.10
Published
OpenClaw provider plugin for GrowthCircle.id models.
Downloads
1,089
Maintainers
Readme
gc-provider
OpenClaw model-provider plugin for GrowthCircle.id.
It registers GrowthCircle.id as provider growthcircle and uses the OpenAI-compatible endpoint:
https://ai.growthcircle.id/v1Model discovery is auth-aware. During setup, choose the matching GrowthCircle
key tier: Free (gc-free), Paid (gc-paid), or Team (gc-team). The plugin
calls /models with the configured API key, so each tier can expose a different
text model catalog without separate provider ids. OpenClaw's model wizard only
shows GrowthCircle text-inference models; image, video, audio, music, and
unavailable models returned by the catalog are filtered out. Free-tier model ids
use the required -free suffix, for example growthcircle/gpt-5.5-free.
Required Credential
This provider requires a GrowthCircle API key. Configure it through the OpenClaw setup wizard or set:
GROWTHCIRCLE_API_KEY=<your-growthcircle-key>Supported key prefixes are gc-free, gc-paid, and gc-team.
Registry credential metadata:
metadata:
openclaw:
requires:
env:
- GROWTHCIRCLE_API_KEY
primaryEnv: GROWTHCIRCLE_API_KEYTo get an API key:
- Sign in at https://growthcircle.id/app/ai with your email.
- Open the magic link sent to your email.
- Go to AI Console.
- Open the Key tab.
- Generate an API key and store it securely. GrowthCircle only shows the key once, so it cannot be read again after you leave the page.
Tier Model Catalogs
The catalogs below were verified from GrowthCircle /v1/models and are exposed
as GrowthCircle text-inference model refs in OpenClaw.
Free keys expose:
growthcircle/MiniMax-M2.7-free
growthcircle/MiniMax-M2.7-highspeed-free
growthcircle/claude-haiku-4-5-20251001-free
growthcircle/claude-opus-4-6-free
growthcircle/claude-opus-4-7-free
growthcircle/claude-sonnet-4-6-free
growthcircle/gemini-2.5-flash-free
growthcircle/gemini-2.5-pro-free
growthcircle/gemini-3-flash-preview-free
growthcircle/gemini-3.1-pro-preview-free
growthcircle/gpt-5.3-codex-free
growthcircle/gpt-5.3-codex-spark-free
growthcircle/gpt-5.4-free
growthcircle/gpt-5.4-mini-free
growthcircle/gpt-5.5-freePaid keys expose:
growthcircle/MiniMax-M2.7
growthcircle/MiniMax-M2.7-highspeed
growthcircle/claude-3-5-haiku-latest
growthcircle/claude-haiku-4-5-20251001
growthcircle/claude-opus-4-6
growthcircle/claude-opus-4-7
growthcircle/claude-sonnet-4-6
growthcircle/gemini-2.5-flash
growthcircle/gemini-2.5-pro
growthcircle/gemini-3-flash-preview
growthcircle/gemini-3.1-pro-preview
growthcircle/gpt-5.3-codex
growthcircle/gpt-5.3-codex-spark
growthcircle/gpt-5.4
growthcircle/gpt-5.4-mini
growthcircle/gpt-5.5Team keys expose:
growthcircle/gpt-5.3-codex
growthcircle/gpt-5.3-codex-spark
growthcircle/gpt-5.4
growthcircle/gpt-5.4-mini
growthcircle/gpt-5.5Install
After installation, the model configuration wizard will show
GrowthCircle.id / growthcircle in the provider list.
One Command
Use this whether gc-provider is new or was installed before. It first moves
tracked npm installs back to the registry latest line, then falls back to an
unversioned ClawHub install if there is no tracked install yet. The unversioned
ClawHub install is intentionally not pinned so future openclaw plugins update
runs can follow newer GrowthCircle.id releases.
(openclaw plugins update gc-provider@latest || openclaw plugins install clawhub:gc-provider --force) && openclaw plugins enable gc-provider && openclaw gateway restart && openclaw configure --section=modelRecommended Upgrade Path
The plugin supports OpenClaw 2026.4.15 or newer. OpenClaw 2026.4.29 or
newer is recommended because older 2026.4.24 builds can fall back to loading
the full OpenClaw model catalog during the /model allowlist prompt, which is
slower and can show unrelated providers.
Compatibility has been checked against the declared minimum and latest stable
npm releases. The supported stable range currently spans 2026.4.15,
2026.4.20, 2026.4.21, 2026.4.22, 2026.4.23, 2026.4.24,
2026.4.25, 2026.4.26, 2026.4.27, and 2026.4.29. No stable
2026.4.16-2026.4.19 or 2026.4.28 packages are published on npm.
npm install -g openclaw@latest && (openclaw plugins update gc-provider@latest || openclaw plugins install clawhub:gc-provider --force) && openclaw plugins enable gc-provider && openclaw gateway restart && openclaw configure --section=modelIf OpenClaw is not installed yet
npm install -g openclaw && openclaw plugins install clawhub:gc-provider && openclaw plugins enable gc-provider && openclaw gateway restart && openclaw configure --section=modelIf OpenClaw is already installed
(openclaw plugins update gc-provider@latest || openclaw plugins install clawhub:gc-provider --force) && openclaw plugins enable gc-provider && openclaw gateway restart && openclaw configure --section=modelIf gc-provider is already installed
openclaw plugins update gc-provider@latest && openclaw plugins enable gc-provider && openclaw gateway restart && openclaw configure --section=modelUse this same command when upgrading from an older version. After the gateway restarts, reopen the model wizard so OpenClaw refreshes the GrowthCircle model catalog for the current API key.
Fresh ClawHub Install Only
Use this only when gc-provider is not already installed:
openclaw plugins install clawhub:gc-provider && openclaw plugins enable gc-provider && openclaw gateway restart && openclaw configure --section=modelManual steps
openclaw plugins update gc-provider@latest || openclaw plugins install clawhub:gc-provider --force
openclaw plugins enable gc-provider
openclaw gateway restart
openclaw configure --section=modelplugin already exists
If OpenClaw prints plugin already exists, the plugin is already present in
~/.openclaw/extensions/gc-provider. Do not rerun a plain install command. Use:
openclaw plugins update gc-provider@latestIf you installed from an unversioned ClawHub source,
openclaw plugins update gc-provider also follows newer ClawHub releases. If
the existing copy is untracked or broken, replace it explicitly:
openclaw plugins install clawhub:gc-provider --forceKeeping gc-provider Updated
OpenClaw does not silently self-update plugins. Updates are operator-controlled so OpenClaw can preserve install records, run package checks, and surface integrity or safety warnings.
For this plugin, prefer one of these update-friendly tracks:
- ClawHub latest track: install without a version or
--pin:
Then update later with:openclaw plugins install clawhub:gc-provideropenclaw plugins update gc-provider - npm latest track: move any older pinned npm install back to latest with:
openclaw plugins update gc-provider@latest
To update all tracked plugins on a schedule or during maintenance:
openclaw plugins update --all && openclaw gateway restartIf you run openclaw update for OpenClaw itself, recent OpenClaw versions also
run a post-core plugin update sync for tracked plugin installs.
Plugin allowlist warning
If OpenClaw prints plugins.allow is empty, set an explicit allowlist that
includes every non-bundled plugin you trust. For a fresh install that only needs
this provider, use:
openclaw config set plugins.allow '["gc-provider"]' --strict-json
openclaw gateway restartIf you already use other non-bundled plugins, include them in the same JSON
array instead of replacing the list with only gc-provider.
After configuration, you can verify the key-specific model catalog:
openclaw models list --provider growthcircleThe /model picker allowlist is provider-scoped to GrowthCircle text models.
The live model catalog remains key-aware: keys with different GrowthCircle
plans can expose different subsets after the gateway refreshes provider auth.
The paid/team onboarding default is growthcircle/gpt-5.5; the free onboarding
default is growthcircle/gpt-5.5-free. All GrowthCircle text models use
conservative metadata (contextWindow: 256000, maxTokens: 36000) and
agents.defaults.thinkingDefault: "medium" when no thinking default already
exists.
Local Development Install
From this repository:
npm install
npm test
npm run typecheck
openclaw plugins install -l .
openclaw plugins enable gc-provider
openclaw plugins inspect gc-providerProvider Details
- Plugin id:
gc-provider - Provider id:
growthcircle - Display name:
GrowthCircle.id - API mode:
openai-completions - Base URL:
https://ai.growthcircle.id/v1 - API key env var:
GROWTHCIRCLE_API_KEY - Model reference format:
growthcircle/<model-id> - Default model:
growthcircle/gpt-5.5for paid/team,growthcircle/gpt-5.5-freefor free - Default thinking level:
medium - OpenClaw compatibility:
2026.4.15+(2026.4.29+recommended) - Source repo:
https://github.com/Growth-Circle/gc-provider - npm:
https://www.npmjs.com/package/gc-provider
Do not commit API keys. Rotate any key used for public demos or shared testing.
