agent-team-inbox-list

Read recipient inbox messages for a specific agent with run and unread filters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read recipient inbox messages for a specific agent, ensuring timely awareness of inbound communications during workflows.

Core Features & Use Cases

  • Read messages addressed to a particular agent to surface context for ongoing work.
  • Filter messages by run scope or unread status to focus on relevant items within a workflow.
  • Use case: check inbound updates before starting a task, review communications at checkpoints, and confirm no messages remain before closing a run.

Quick Start

Query the recipient inbox for a specific agent and optional run and unread filters to surface messages.

Frequently Asked Questions about agent-team-inbox-list

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

FAQPage Schema
How do I read recipient inbox messages for a specific agent?▼

To read recipient inbox messages for a specific agent, query the inbox using the agent-team binary with the required --agent parameter. This surfaces inbound communications addressed to that agent during active workflows.

Can I filter agent inbox messages by run scope or unread status?▼

Yes, you can filter agent inbox messages by applying the --run and --unread parameters. This limits results to relevant items within a specific workflow run or surfaces only unread messages.

Do I need the agent-team binary to check workflow inbox messages?▼

Yes, checking workflow inbox messages requires the agent-team binary. It processes the --agent, --run, and --unread parameters to read and filter recipient messages accurately during workflows.

What is the best way to review inbound communications at workflow checkpoints?▼

The best way to review inbound communications at workflow checkpoints is querying the recipient inbox for a specific agent. Limit results by run and unread status to focus on relevant pending messages.

How do I confirm no unread messages remain before closing a workflow run?▼

To confirm no unread messages remain before closing a workflow run, query the agent's recipient inbox using the --run and --unread filters. This ensures all scoped communications are reviewed prior to completion.