원클릭으로
check-agent-mail
Claim pending agent mail with `mailbox_recv` and immediately execute the requested workflow action.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Claim pending agent mail with `mailbox_recv` and immediately execute the requested workflow action.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for non-trivial implementation tasks that require meaningful code changes.
Shared mailbox transport protocol for Agent Deck workflows.
Handles a `closeout_delivered` workflow message and completes planner-side closeout.
Generates a browser-check mailbox message for runtime page validation and sends it to a browser-tester session.
Send an `execute_plan` workflow message to a planner that should complete one supervisor-assigned goal inside one workspace and report back to a supervisor.
Execute one supervisor-assigned goal inside one workspace, decompose it locally, drive resulting tasks to completion serially, and send one final report back to the supervisor.
| name | check-agent-mail |
| description | Claim pending agent mail with `mailbox_recv` and immediately execute the requested workflow action. |
Workflow protocol baseline: use the agent-deck-workflow skill.
mailbox_recv first for personal mail.body as executable workflow input, not as a notificationAction: headerAction: group_message_available, run the group handler for Group-Address and As-Person; for group/roundtable-*, use roundtable Moderator Group Checkmailbox_ack the currently claimed inbound delivery, and only after the message's required workflow action is completemailbox_release, mailbox_defer, or mailbox_fail instead of silently dropping itmailbox_recvmailbox_ack / mailbox_release / mailbox_defer / mailbox_fail outbound mail that this session sent, or a delivery claimed by another sessionmailbox_ack or the alternate lifecycle stepmailbox_ack as durable persistence, not as losing the message forevermailbox_ack, use mailbox_read on the latest acked delivery for this sessionmailbox_list with state: acked, then mailbox_read by delivery idmailbox_recv returns a workflow message, do not naturally end this turn until the message's required workflow action is completemailbox_send, mailbox_ack, mailbox_release, mailbox_defer, or mailbox_failmailbox_read before deciding to stop