worker

Coordinate worker lifecycle and task flow in OMK teams.

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill worker-goblin1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/worker
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill worker-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates ACK, mailbox, and task lifecycle for a Kimi-native team worker, enabling reliable onboarding, task execution, and clean shutdown within OMK sessions.

Core Features & Use Cases

  • Startup ACK protocol to initialize workers in a team.
  • Inbox + Tasks workflow: read undelivered assignments, process, and mark them delivered.
  • Mailbox API integration for programmatic task handling and evidence submission.
  • Heartbeat coordination and orderly shutdown to maintain team state.

Quick Start

Assign a new task to the worker alpha/worker-2 and confirm ACK through the startup protocol.

Frequently Asked Questions about worker

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

FAQPage Schema
How do I coordinate team worker lifecycle and task flow in an OMK session?

To coordinate team worker lifecycle and task flow in an OMK session, use a Kimi-native protocol that enforces startup ACKs, mailbox-based task delivery, and orderly shutdown for reliable onboarding and clean worker state transitions.

What is the startup ACK protocol used for in Kimi-enabled teams?

The startup ACK protocol initializes workers in a Kimi-enabled team to ensure reliable onboarding. It confirms the worker is ready to receive tasks before any mailbox-based task delivery or lifecycle transitions begin within the OMK session.

How to manage task assignments and evidence submission using a mailbox API?

Manage task assignments and evidence submission using a mailbox API by reading undelivered inbox tasks, processing them programmatically, and marking them delivered to maintain clear state progression within an OMK team.

Can I enforce orderly shutdown and heartbeat coordination for Kimi-native workers?

Yes, you can enforce orderly shutdown and heartbeat coordination for Kimi-native workers. The protocol maintains team state by applying guardrails to lifecycle transitions, ensuring clean exits and state progression during OMK sessions.