worker

Manage task distribution and status tracking among OMX team worker nodes.

Updated May 26, 2026
One-click install
npx skills add https://github.com/koasis89/ite-ai-agent --skill worker-koasis89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker
Source: https://github.com/koasis89/ite-ai-agent/tree/main/plugins/oh-my-codex/skills/worker
Command: npx skills add https://github.com/koasis89/ite-ai-agent --skill worker-koasis89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The worker skill solves the problem of efficiently managing and executing tasks in an OMX team setup, providing a standardized protocol for worker nodes in a tmux-based environment.

Core Features & Use Cases

  • Standardized Protocol: Defines a protocol for team worker communication, ensuring consistent interaction between workers and the lead node.
  • Task Lifecycle Management: Offers a structured approach to task claiming, executing, and status updating within a team.
  • State Management: Helps maintain team state across multiple workers and the lead node, ensuring reliable operation.
  • Use Case: Imagine you are part of a team working on a complex project, and you need to distribute tasks among several workers. This skill ensures that tasks are distributed correctly and completed in an organized manner.

Quick Start

Use the worker skill to initialize and participate in an OMX team session by running the command omx team api send-message --input "{\"team_name\":\"<teamName>\",\"from_worker\":\"<workerName>\",\"to_worker\":\"leader-fixed\",\"body\":\"ACK: <workerName> initialized\"}" --json.

Frequently Asked Questions about worker

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

FAQPage Schema
How do I manage task distribution among multiple worker nodes in a tmux environment?

A standardized worker protocol manages task distribution by handling claiming, execution, and status tracking across nodes. This ensures tasks are distributed correctly and completed in an organized manner within the team setup.

How does state management work for OMX team workflows?

State management for OMX team workflows maintains consistent team state across multiple workers and the lead node. It relies on the OMX team API to handle inter-node communication, ensuring reliable operation and synchronized task execution.

Do I need an external API to handle team communication and state management?

Yes, you need the OMX team API for team communication and state management. It is explicitly required to handle inter-node communication and state management, ensuring reliable operation between workers and the lead node.

What is the best way to initialize a worker node in an OMX team session?

The best way to initialize a worker node in an OMX team session is sending an ACK message via the OMX team API. You run the `omx team api send-message` command with your team name, worker name, and leader-fixed as the recipient.

When do I need a standardized protocol for team worker communication?

You need a standardized protocol for team worker communication when distributing tasks among several workers in a complex project. It defines consistent interaction between workers and the lead node, ensuring tasks are claimed and executed reliably.