hoangsonww

226 mods across 9 repositories, 1.3k stars between them.

daily-budget-check

49

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Run a daily spend check-in against a daily budget on the Agent Monitor dashboard — today's spend vs the daily target, pace through the day, and the projected overage if the current pace holds. Uses /api/pricing/cost and /api/sessions (grouped by startedat = today). Use for a quick daily spend check-in or a…

956 3d ago A 81 tokens original MIT

model-savings

50

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Estimate the dollars saved by routing eligible Claude Code work to a cheaper model family, using the Agent Monitor pricing engine. Re-prices each model's token mix at the target family's rates and quantifies the delta. Uses /api/pricing (rates), /api/pricing/cost (current per-model spend), /api/sessions, and…

956 3d ago A 88 tokens original MIT

spend-forecast

51

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Forecast Claude Code spend to the end of the week or month from the daily session trend on the Agent Monitor dashboard — moving average of daily spend × days remaining, added to spend-to-date. Uses /api/analytics dailysessions, /api/pricing/cost, and /api/sessions for a per-day cost curve. Use when projecting cost or…

956 3d ago A 83 tokens original MIT

ccam-dashboard

52

hoangsonww/Claude-Code-Agent-Monitor

Plugin Claude Code

Direct MCP integration with the Claude Code Agent Monitor dashboard — real-time session data access, quick stats, and dashboard health monitoring via Model Context Protocol.

956 3d ago A tokens not measured original MIT

ccam-dashboard

53

hoangsonww/Claude-Code-Agent-Monitor

MCP server Claude CodeCodexCursor +2

MCP server "ccam-dashboard" as configured in hoangsonww/Claude-Code-Agent-Monitor. Launched with ccam mcp stdio.

956 3d ago A tokens not measured original MIT

dashboard-operator

54

hoangsonww/Claude-Code-Agent-Monitor

Agent

Operates the Claude Code Agent Monitor dashboard. Verifies the API is up on port 4820, summarizes live state from /api/stats (sessions, agents, events, websocket connections), probes endpoints, reports config from /api/settings/info and self-update status from /api/updates/status, and guides the user through…

956 3d ago A 92 tokens original MIT

dashboard-status

58

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Quick dashboard health and status overview — checks the Agent Monitor API (port 4820), reports session/agent/event counts from /api/stats, confirms WebSocket connectivity, reads the redacted hook status returned by /api/settings/info, and shows data freshness (last event timestamp). Use to verify the monitoring system…

956 3d ago A 69 tokens original MIT

endpoint-probe

59

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Probes each major Agent Monitor API route — /api/stats, /api/analytics, /api/sessions, /api/pricing/cost, /api/workflows/runs, /api/cc-config/overview — and reports each one's HTTP status, latency, and response shape, flagging which are reachable. Use to verify a dashboard install is wired up correctly.

956 3d ago A 80 tokens original MIT

live-watch

60

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Polls the Agent Monitor /api/stats endpoint several times over a short window and reports the live deltas in activesessions, activeagents, eventstoday, and wsconnections so you can see activity moving in real time. Use when watching the dashboard for live changes rather than a one-time snapshot.

956 3d ago A 63 tokens original MIT

quick-stats

61

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

One-line summary of key Agent Monitor metrics — active sessions, total cost from the pricing engine, events today from dailyevents, top tool from toolusage, and current model from the most recent session. Use for a fast at-a-glance check without leaving the terminal.

956 3d ago A 58 tokens original MIT

generate-reports

62

hoangsonww/AI-Agents-Orchestrator

Skill Claude CodeCodex

Generate all orchestrator report types — execution summaries, agent performance, workflow analytics, health, config audit, and HTML dashboard with charts. Use after task runs or for project status overview.

83 15d ago A 41 tokens original MIT

health-check

63

hoangsonww/AI-Agents-Orchestrator

Skill Claude CodeCodex

Run system health checks and generate a health report. Use when checking system status, agent availability, or before deployments.

83 15d ago A 26 tokens original MIT

run-tests

64

hoangsonww/AI-Agents-Orchestrator

Skill Claude CodeCodex

Run the project test suite with optional filtering by marker or file. Use when you need to verify code changes, check test status, or diagnose test failures.

83 15d ago A 34 tokens original MIT

security-review

65

hoangsonww/AI-Agents-Orchestrator

Skill Claude CodeCodex

Review code changes for security vulnerabilities, authentication gaps, injection risks, and unsafe patterns. Use before merging PRs or after security-sensitive changes.

83 15d ago A 31 tokens original MIT