One-click install
npx skills add https://github.com/agentscope-ai/HiClaw --skill worker-model-switch-agentscope-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-model-switch
Source: https://github.com/agentscope-ai/HiClaw/tree/main/manager/agent/skills/worker-model-switch
Command: npx skills add https://github.com/agentscope-ai/HiClaw --skill worker-model-switch-agentscope-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of changing a Worker’s LLM model without manually editing configuration files, regenerating inputs, and restarting containers.

Core Features & Use Cases

  • Model switching for a specific Worker: Updates the target Worker’s spec.model based on an admin-provided model ID.
  • Automatic model parameter resolution: Uses the controller’s built-in registry to determine context window, max tokens, reasoning, and input modalities.
  • Hands-off runtime reconciliation: Regenerates openclaw.json, pushes it to storage, and recreates the Worker container so the change takes effect reliably.

Quick Start

Run the command to update the Worker model, then let the controller reconcile the change automatically.

Frequently Asked Questions about worker-model-switch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch a worker model in a HiClaw environment without manual configuration editing?

You can switch a worker model by running a single command that updates the Worker CR spec.model, resolves parameters from the controller registry, regenerates openclaw.json, and recreates the container automatically.

How does automatic model parameter resolution work when updating a Worker Agent LLM?

Automatic model parameter resolution works by querying the controller's built-in registry to determine context window, max tokens, reasoning capabilities, and input modalities for the specified model ID.

Can I update Worker configuration for enterprise collaboration rooms using CLI operations?

Yes, you can update Worker configuration for enterprise collaboration rooms by executing a CLI command that adjusts the runtime model powering specific Workers without manual file editing.

What happens during runtime reconciliation after changing a worker model?

During runtime reconciliation, the system regenerates openclaw.json, pushes the updated configuration to storage, and recreates the Worker container to ensure the model change takes effect reliably.

Do I need to manually restart the Worker container after switching the LLM model?

No, you do not need to manually restart the Worker container after switching the LLM model because the controller handles hands-off runtime reconciliation by automatically recreating the container.