Alert Management
SkillMonitoring & opsInspect 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.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Alert Management skill
What this skill tells your AI
The instructions your AI receives, as published by hoangsonww/claude-code-agent-monitor in plugins/ccam-integrations/skills/alert-management/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 989
- Forks
- 233
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
alert-management-hoangsonww- Source
- github.com/hoangsonww/claude-code-agent-monitor