← back to AgentAbrams

skills/agent_observability.json

20 lines

{
  "name": "agent_observability",
  "description": "Check and report the status of running AI agents, providing a human-readable or structured summary of active processes, their health, memory usage, and restart counts. Designed to make invisible agent activity visible at a glance.",
  "input_schema": {
    "type": "object",
    "properties": {
      "format": {
        "type": "string",
        "enum": ["text", "json"],
        "description": "Output format: human-readable text or structured JSON"
      },
      "filter": {
        "type": "string",
        "description": "Optional name pattern to filter which agents to report on"
      }
    },
    "required": []
  }
}