Install
openclaw skills install gc-provider-installInstall, repair, or manually configure the GrowthCircle.id gc-provider for OpenClaw and Hermes. Use this whenever a user asks to connect GrowthCircle AI Console keys, install gc-provider, configure GrowthCircle as an OpenAI-compatible provider, migrate from Hermes to OpenClaw, verify GrowthCircle model discovery, or troubleshoot GrowthCircle free/paid/team model access.
openclaw skills install gc-provider-installUse this skill to guide an operator through installing or repairing
gc-provider and configuring GrowthCircle.id AI keys safely. Keep the
instructions practical and key-aware: GrowthCircle model availability depends on
the exact AI key used.
Use these public sources before inventing behavior:
https://d.growc.id/llms/ai-console.mdhttps://github.com/Growth-Circle/gc-providerreferences/install-guide.md for the compact install and
troubleshooting runbook.https://growthcircle.id/app/ai.GET https://ai.growthcircle.id/v1/models.gc-provider in OpenClaw. Use a manual OpenAI-compatible provider only
for Hermes or as a temporary fallback before the native plugin is installed.Identify the target runtime.
gc-provider plugin.gc-provider is an OpenClaw plugin.skills/gc-provider-install/SKILL.md, migrate skills, then install the
native OpenClaw plugin after migration.Confirm the key source.
GROWTHCIRCLE_API_KEY for OpenClaw native plugin installs.Discover valid model IDs.
/v1/models with the same key.growthcircle/<model-id>.Install or configure.
references/install-guide.md.references/install-guide.md.Verify.
/v1/models.Use this idempotent path for a new install, tracked update, or repair of a stale copy:
(openclaw plugins update gc-provider || openclaw plugins install clawhub:gc-provider --force)
openclaw plugins enable gc-provider
openclaw gateway restart
openclaw configure --section=model
openclaw models list --provider growthcircle
If OpenClaw says plugins.allow is empty, add the provider to the allowlist
without removing other plugins:
openclaw config set plugins.allow '["gc-provider"]' --strict-json
openclaw gateway restart
Hermes can use GrowthCircle through a manual OpenAI-compatible provider configuration:
providers:
growthcircle:
base_url: https://ai.growthcircle.id/v1
api_key_env: GROWTHCIRCLE_API_KEY
models:
- model-id-from-v1-models
provider: growthcircle
model: model-id-from-v1-models
Keep the API key in the environment or Hermes secret mechanism:
export GROWTHCIRCLE_API_KEY="<growthcircle-ai-key>"
curl https://ai.growthcircle.id/v1/models \
-H "Authorization: Bearer $GROWTHCIRCLE_API_KEY"
If the user is migrating Hermes to OpenClaw, do not treat Hermes plugins as
trusted executable code in OpenClaw. Import skills/config through the migration
flow, then install gc-provider through OpenClaw:
openclaw migrate hermes --dry-run
openclaw migrate apply hermes --yes
openclaw plugins install clawhub:gc-provider --force
openclaw plugins enable gc-provider
openclaw gateway restart
401: missing, invalid, or revoked GrowthCircle key.403: key scope, plan, policy, or model entitlement does not allow the
request.429: quota, rate limit, cooldown, or rolling free window.503: model/path temporarily unavailable.openclaw-gateway and re-run model discovery./v1/models with that exact
team key before blaming the plugin.When helping a user: