resource-dashboard

Launch a local dashboard visualizing Claude process trees, memory usage, and MCP server health.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anthril/official-claude-plugins --skill resource-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resource-dashboard
Source: https://github.com/anthril/official-claude-plugins/tree/main/plugins/resource-manager/skills/resource-dashboard
Command: npx skills add https://github.com/anthril/official-claude-plugins --skill resource-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launches a local dashboard to visualize Claude resource usage and MCP server health, reducing the guesswork required to monitor running processes.

Core Features & Use Cases

  • Real-time visibility of Claude process tree, memory usage, and MCP server status on a single host.
  • One-click orphan management and a health-check loop to ensure the dashboard remains reachable.
  • Use during development, testing, or production monitoring to quickly validate resource and lifecycle status.

Quick Start

Run /resource-dashboard to start the local dashboard and automatically open it in your browser.

Frequently Asked Questions about resource-dashboard

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

FAQPage Schema
How do I monitor Claude process memory usage on a local host?

The dashboard runs via a Bash trigger using a Python 3.8+ backend, binding to 127.0.0.1. It automatically opens in your browser to display real-time resource metrics without requiring external dependencies.

Can I check MCP server health during development and testing?

The dashboard provides one-click orphan management and runs a continuous health-check loop to ensure the monitoring server remains reachable. You can safely stop it via a dedicated endpoint when finished.

Do I need Python to run a local resource monitoring dashboard?

Yes, the dashboard requires a Python 3.8+ backend to perform health checks and expose its local server. It is triggered via Bash and operates entirely self-contained on your host machine.

What is the best way to visualize Claude process trees without external tools?

Visualizing Claude process trees is best handled by a self-contained local dashboard that binds to 127.0.0.1. It reduces guesswork by providing real-time visibility into running processes and memory usage on a single host.