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.
Install
npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/plugins/ccam-integrations/skills/alert-management
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Alert Management
Read
ccam alerts --unackedccam 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.
Files (claude-code-agent-monitor)
-
agents
-
openai.yaml 272 B
interface: display_name: "Alert Management" short_description: "Inspect fired CCAM alerts and manage alert rules for token..." default_prompt: "Use $alert-management to inspect CCAM data and complete this workflow safely." policy: allow_implicit_invocation: false
-
-
SKILL.md 963 B
--- 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. ```bash 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.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.