agent-team-inbox-ack

Acknowledge inbox messages by ID and recipient agent with validation.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-inbox-ack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-inbox-ack
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-inbox-ack
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-inbox-ack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Acknowledge a message after handling it to ensure the inbox reflects accurate processing state.

Core Features & Use Cases

  • Validate recipient matches the message to prevent misrouting.
  • Mark messages as acknowledged and update inbox state for traceability.
  • Return clear errors when a message is not found or the agent does not match.

Quick Start

Acknowledge a message by its ID and the recipient agent.

Frequently Asked Questions about agent-team-inbox-ack

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

FAQPage Schema
How do I acknowledge an inbox message after processing it?

To acknowledge an inbox message, you use the agent-team-inbox-ack skill to update the message status. It requires the message ID and the recipient agent, verifying the pairing before marking the message as acknowledged for workflow traceability.

Why does message acknowledgment fail with an agent mismatch error?

Message acknowledgment fails with an agent_mismatch error when the agent submitting the acknowledgment does not match the designated recipient. The skill verifies the recipient-agent pairing to prevent misrouting before updating the acknowledgment status.

What happens if I try to acknowledge a message that is not found?

If you try to acknowledge a message that is not found, the skill returns a not_found error code. This ensures the inbox workflow only processes valid messages and provides clear feedback when an invalid message ID is submitted.

Do I need specific fields to validate a message acknowledgment request?

Yes, you need the msg and agent fields to validate a message acknowledgment request. The skill enforces these required fields and returns a validation_error if they are missing, ensuring proper inbox workflow routing and visibility.

What is the best way to ensure inbox workflow traceability after handling a message?

The best way to ensure inbox workflow traceability is to acknowledge the message after handling it. This updates the inbox state, reflecting accurate processing status and confirming the correct agent has completed the required message routing.