agent-team-message-list

List and filter run-scoped messages with optional task, sender, and kind constraints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams inspect and audit the messages exchanged within a run, enabling targeted visibility into communication history.

Core Features & Use Cases

  • Inspect run-scoped message history with optional filters such as run, task, sender, recipient, kind, unread status, and version changes.
  • Use cases include debugging workflows, verifying task progress, and auditing communications across tasks and runs.

Quick Start

Run agent-team message list --run RUN_ID to view messages for a workflow.

Frequently Asked Questions about agent-team-message-list

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

FAQPage Schema
How do I list and filter messages within a specific workflow run to audit communication history?

To list run messages and audit communication history, use the agent-team message list command with the required --run parameter. You can apply optional filters like --task, --from, --to, --kind, and --unread to scope the returned data.messages.

Can I filter unread messages for a specific task within a run?

Yes, you can filter unread messages for a specific task by combining the --run, --task, and --unread parameters. This scopes the message history to only show unread communications within that defined task boundary.

What is the best way to debug workflow communication history using message filters?

Debugging workflow communication history is best done by listing run messages with sender and recipient constraints. Applying the --from, --to, and --kind filters isolates specific message exchanges, returning structured data.messages for targeted auditing.

How do I check message history changes after a specific version update?

To check message history changes after a specific version update, use the --after-version parameter. This filters the run messages to return only the communications that occurred following the specified version, enabling precise version-based auditing.

Does the message list command support limiting the number of returned records?

Yes, the message list command supports limiting returned records through the optional --limit parameter. This restricts the volume of data.messages retrieved from the run-scoped messaging context during a single query.

What parameters are required to inspect run-scoped message history?

The only required parameter to inspect run-scoped message history is --run, which targets the specific workflow run ID. All other parameters like --task, --kind, and --limit are optional filters for refining the returned data.messages.