Skip to content
Development
Command

/inventory

One-screen inventory of skills, agents, commands, MCP servers, and hooks counts.

From plugin
claude-code-agent-monitor
89133 skills21 agents33 commands
Install
$ npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/inventory

Context preview

What this command does when you run it.

One-screen inventory of skills, agents, commands, MCP servers, and hooks counts.

Command definition

inventory.md
description: One-screen inventory of skills, agents, commands, MCP servers, and hooks counts.

Print a one-screen inventory of the user's Claude Code config from the Agent Monitor Config Explorer at `http://localhost:4820`. Fetch the overview once:

curl -s http://localhost:4820/api/cc-config/overview

From `counts`, surface just the five core surfaces:

  • **skills** — `counts.skills.user + counts.skills.project`
  • **agents** — `counts.agents.user + counts.agents.project`
  • **commands** — `counts.commands.user + counts.commands.project`
  • **mcp** — `counts.mcpServers.user + counts.mcpServers.project`
  • **hooks** — `counts.hooks.user + counts.hooks.project + counts.hooks["project-local"]`

Print a single compact block with the total for each, plus the user/project split in parentheses where it applies:

Config Inventory
  Skills ... 25   (user 22 / project 3)
  Agents ...  8   (user 7 / project 1)
  Commands . 14   (user 14 / project 0)
  MCP ......  6   (user 5 / project 1)
  Hooks ....  7   (user 7 / project 0 / local 0)

Cite only the numbers the API returned — never fabricate counts. If the dashboard is unreachable, say so and tell the user to start it with `npm start` from the repo root. Keep it to the block only; no extra prose.

Ships withclaude-code-agent-monitor

🚀 A real-time monitoring dashboard for Claude Code & Codex, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, & WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, & an interactive web UI/MacOS/Windows native app.

Get the whole plugin, auto-invoked
Stats
891
Stars
0
Views
201
Forks
Active
Maintenance
TypeScript
Language
MIT
License
2h ago
Last commit
5mo ago
Created

Repo: hoangsonww/Claude-Code-Agent-Monitor