Inspect Agents

List workspace agents, inspect configurations, and send A2A protocol messages.

24|4|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/systempromptio/systemprompt-template --skill inspect-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Inspect Agents
Source: https://github.com/systempromptio/systemprompt-template/tree/main/services/skills/inspect_agents
Command: npx skills add https://github.com/systempromptio/systemprompt-template --skill inspect-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit simplifies the process of managing and analyzing workspace agents, providing tools to inspect configurations, validate settings, and communicate with agents over the A2A protocol.

Core Features & Use Cases

  • Agent Discovery & Inspection: List, check configurations, and view the MCP tools accessible to each agent.
  • Validation: Confirm agent configurations before deployment.
  • Communication: Send messages to agents and read the artifacts and traces they produce.
  • Use Case: Before deploying an agent, use this Skill to verify its configuration and ensure it can safely interact with other agents.

Quick Start

To list configured agents and their status, run: systemprompt admin agents list

Frequently Asked Questions about Inspect Agents

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

FAQPage Schema
How do I list and inspect workspace agents using the A2A protocol?

To inspect workspace agents using the A2A protocol, run `systemprompt admin agents list` to display configured agents, check their configurations, and view the accessible MCP tools for each one.

How do I validate agent configurations before deployment?

You validate agent configurations before deployment by inspecting each agent's settings and confirming its accessible MCP tools, ensuring it can safely interact with other agents over the A2A protocol.

Can I send messages to agents and read the artifacts they produce?

Yes, you can send messages to agents over the A2A protocol and read the artifacts and traces they produce, which is ideal for troubleshooting communication issues during administrative workflows.

Do I need an A2A gateway to manage and troubleshoot agent communication?

Yes, a properly configured A2A gateway is required to manage and troubleshoot agent communication, as it facilitates the messaging and configuration validation processes for your workspace agents.