用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill worker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | worker |
| description | Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMX teams |
This skill is for a Codex session that was started as an OMX Team worker (a tmux pane spawned by $team).
You MUST be running with OMX_TEAM_WORKER set. It looks like:
<team-name>/worker-<n>
Example: alpha/worker-2
OMX_TEAM_WORKER into:
teamName (before the /)workerName (after the /, usually worker-<n>)leader-fixedThe lead will see your message in:
<team_state_root>/team/<teamName>/mailbox/leader-fixed.json
Use the MCP tool:
team_send_message with {team_name, from_worker, to_worker:"leader-fixed", body}OMX_TEAM_STATE_ROOT envteam_state_rootteam_state_root.omx/state)<team_state_root>/team/<teamName>/workers/<workerName>/inbox.md<team_state_root>/team/<teamName>/tasks/task-<id>.json (example: task-1.json)"1"), not "task-1".tasks/{id}.json wording.{"status":"completed","result":"..."} or {"status":"failed","error":"..."}<team_state_root>/team/<teamName>/workers/<workerName>/status.json with {"state":"idle", ...}Check your mailbox for messages:
<team_state_root>/team/<teamName>/mailbox/<workerName>.json
When notified, read messages and follow any instructions. Use short ACK replies when appropriate.
Note: leader dispatch is state-first. The durable queue lives at:
<team_state_root>/team/<teamName>/dispatch/requests.json
Hooks/watchers may nudge you after mailbox/inbox state is already written.
Use MCP tools:
team_mailbox_list to readteam_mailbox_mark_delivered to acknowledge deliveryIf the lead sends a shutdown request, follow the shutdown inbox instructions exactly, write your shutdown ack file, then exit the Codex session.