원클릭으로
hiclaw-find-worker
Use when discovering available workers or checking if a suitable worker exists for a task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when discovering available workers or checking if a suitable worker exists for a task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when you need to interact with the AgentHub Controller — create tasks, create workers, check status, send heartbeat.
Use when inspecting, registering, summarizing, or handing off task artifacts.
Use when deciding whether existing Workers can handle a goal or whether a new Worker/team should be proposed.
Use when you need to manage Matrix rooms, send messages, or handle room participants.
Use when a Worker, RuntimeLease, Matrix binding, task, or artifact pipeline is stale, failed, or blocked.
Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage.
| name | hiclaw-find-worker |
| description | Use when discovering available workers or checking if a suitable worker exists for a task. |
Discover and inspect available Workers for task assignment.
# List all workers in a workspace
agenthub worker list --workspace <id>
# Get specific worker details
agenthub worker get <name> --workspace <id>
# Check worker runtime status
agenthub worker status --id <worker-id>
When finding a worker for a task, consider:
agenthub worker wake --id <id>.