worker-management

Creates Worker records with customizable metadata templates and manages them via API keys and/oracles.

5.3k|652|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/alibaba/hiclaw --skill worker-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-management
Source: https://github.com/alibaba/hiclaw/tree/main/manager/agent/skills/worker-management
Command: npx skills add https://github.com/alibaba/hiclaw --skill worker-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive control over the creation, configuration, monitoring, and resetting of Worker Agents, streamlining the management of your AI workforce.

Core Features & Use Cases

  • Worker Creation: Easily create new Worker Agents, specifying their runtime (openclaw or copaw), skills, and other configurations.
  • Lifecycle Management: Monitor running workers, automatically stop idle ones to conserve resources, and start them when needed.
  • Skill Management: Add, remove, or update skills for workers centrally.
  • Use Case: When a new project requires a specialized agent, use this Skill to quickly provision a new Worker with the necessary tools and permissions, ensuring it's ready to contribute immediately.

Quick Start

Use the worker-management skill to create a new worker named 'data-analyst' with the 'data-analysis' and 'reporting' skills.

Frequently Asked Questions about worker-management

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

FAQPage Schema
How do I manage the full lifecycle of AI worker agents?

To manage the full lifecycle of AI worker agents, you can use this skill to handle their creation, configuration, monitoring, and resetting. It automates provisioning and automatically stops idle workers to conserve resources.

Can I provision worker agents with specific skills and configurations?

Yes, you can provision worker agents by specifying their runtime, assigning necessary skills, and setting configurations. This ensures new specialized agents are ready to contribute to projects immediately upon creation.

Does worker lifecycle management support both container and Python runtimes?

Worker lifecycle management supports both openclaw for container-based runtimes and copaw for Python-based runtimes. This allows you to choose the appropriate execution environment based on your agent requirements.

How do I automatically stop idle worker agents to save resources?

You can automatically stop idle worker agents to save resources through built-in idle timeout management. The system monitors running workers and handles the automatic shutdown process without manual intervention.

What is the best way to integrate worker agents with Matrix and Higress?

The best way to integrate worker agents with Matrix and Higress is by using built-in setup features. The skill handles Matrix registration, Higress consumer setup, and AI route authorization for seamless deployment.