worker-model-switch

Installation
SKILL.md

Worker Model Switch

Switch a Worker's LLM model. The script tests connectivity first, then patches the Worker's openclaw.json in MinIO and notifies the Worker.

Usage

bash /opt/hiclaw/agent/skills/worker-model-switch/scripts/update-worker-model.sh \
  --worker <WORKER_NAME> --model <MODEL_ID> [--context-window <SIZE>] [--no-reasoning]

Examples:

bash /opt/hiclaw/agent/skills/worker-model-switch/scripts/update-worker-model.sh \
  --worker alice --model claude-sonnet-4-6

bash /opt/hiclaw/agent/skills/worker-model-switch/scripts/update-worker-model.sh \
  --worker alice --model my-custom-model --context-window 300000
Related skills
Installs
1
GitHub Stars
4.1K
First Seen
Apr 6, 2026