Skip to content

/alert-management

Inspect fired CCAM alerts and manage alert rules for token thresholds, event patterns, inactivity, and status duration. Use when acknowledging alerts, creating or editing a rule, checking cooldowns, or connecting alert rules to webhook targets.

From plugin
claude-code-agent-monitor
88372 skills3 agents
Install
$ npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill alert-management --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/alert-management

Context preview

The summary Claude sees to decide when to auto-load this skill.

Inspect fired CCAM alerts and manage alert rules for token thresholds, event patterns, inactivity, and status duration. Use when acknowledging alerts, creating or editing a rule, checking cooldowns, or connecting alert rules to webhook targets.

SKILL.md

alert-management.SKILL.md
name: alert-management
description: >
  Inspect fired CCAM alerts and manage alert rules for token thresholds, event
  patterns, inactivity, and status duration. Use when acknowledging alerts,
  creating or editing a rule, checking cooldowns, or connecting alert rules to
  webhook targets.

Alert Management

Read

  • `ccam alerts --unacked`
  • `ccam alert-rules list`

Write

Before changing anything, show the rule name, type, normalized config, enabled state, and cooldown. Use `--yes` only after confirmation.

ccam alert-rules create --name "Token guard" --type token_threshold \
  --config '{"total_tokens":1000000}' --cooldown 300 --yes

Use `ccam alert-rules update <id> ... --yes` for partial edits and `ccam alert-rules delete <id> --yes` for deletion. Acknowledgment changes the feed state only. It does not change the rule or underlying session.

Never invent rule configs. Read the current rule and provider catalog first.

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
887
Stars
0
Views
198
Forks
Active
Maintenance
TypeScript
Language
MIT
License
7m ago
Last commit
5mo ago
Created

Repo: hoangsonww/Claude-Code-Agent-Monitor

Other skills on claude-code-agent-monitor.