Claude Skill

Inspect Claude Code multi-agent runs with Agents Observe

Gives Claude Code operators a live dashboard for multi-agent sessions, tool calls, file activity, and nested task progress so debugging starts from what the agents are actually doing.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_agents-observe-claude-code-observability-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/agents-observe-claude-code-observability
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Inspect Claude Code multi-agent runs with Agents Observe

Gives Claude Code operators a live dashboard for multi-agent sessions, tool calls, file activity, and nested task progress so debugging starts from what the agents are actually doing.

Prerequisites

Claude Code, Docker, Node.js, and a local browser. The plugin runs a local server/container and captures Claude Code hook events for dashboard inspection.

Installation

Use the upstream install or setup path that matches your environment:

Requirements and caveats from upstream:

  • Docker (required — the server runs as a container)
  • Node.js (required — hook scripts run via node)
  • If docker or node are not installed on your host, the plugin will fail to properly load.

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2 KB
    ---
    name: "Inspect Claude Code multi-agent runs with Agents Observe"
    slug: "agents-observe-claude-code-observability"
    description: "Gives Claude Code operators a live dashboard for multi-agent sessions, tool calls, file activity, and nested task progress so debugging starts from what the agents are actually doing."
    github_stars: 421
    verification: "security_reviewed"
    source: "https://github.com/simple10/agents-observe"
    author: "Joe Johnston"
    publisher_type: "individual"
    category: "Monitoring & Alerts"
    framework: "Claude Code"
    tool_ecosystem:
      github_repo: "simple10/agents-observe"
      github_stars: 421
    ---
    
    # Inspect Claude Code multi-agent runs with Agents Observe
    
    Gives Claude Code operators a live dashboard for multi-agent sessions, tool calls, file activity, and nested task progress so debugging starts from what the agents are actually doing.
    
    ## Prerequisites
    
    Claude Code, Docker, Node.js, and a local browser. The plugin runs a local server/container and captures Claude Code hook events for dashboard inspection.
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - git clone https://github.com/simple10/agents-observe.git agents-observe
    - brew install just
    - docker-compose.yml # Container orchestration - not used by the plugin
    
    Requirements and caveats from upstream:
    - [Docker](https://www.docker.com/) (required — the server runs as a container)
    - [Node.js](https://nodejs.org/) (required — hook scripts run via node)
    - If docker or node are not installed on your host, the plugin will fail to properly load.
    
    Basic usage or getting-started notes:
    - bash
    - # Add this repo as a marketplace
    - claude plugin marketplace add simple10/agents-observe
    
    - Source: https://github.com/simple10/agents-observe
    - Extracted from upstream docs: https://raw.githubusercontent.com/simple10/agents-observe/HEAD/README.md
    
    ## Documentation
    
    - https://github.com/simple10/agents-observe#readme
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/agents-observe-claude-code-observability/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related