Install
openclaw skills install alert-triageNormalize and classify alerts by urgency, trust, and audience to decide send-now, batch-later, ignore, suppress-as-duplicate, or escalate actions.
openclaw skills install alert-triageUse this skill to turn a stream of alerts into a clear policy and response model.
Do not start with channels or tools. Start with the decision.
For each alert, decide:
Classify each alert into one of these outcomes:
When helpful, also assign:
critical | high | medium | low | infohigh | medium | lowoperator | owner | team | systemimmediate | next-digest | business-hours | maintenance-windowConvert the raw notification into a compact event record:
If the source is noisy or ambiguous, rewrite it into one sentence before classifying it.
Ask:
If not actionable, prefer ignore or batch-later.
Urgency increases when:
Urgency decreases when:
Before escalating, check whether the alert is:
Low-trust alerts should usually not page people unless impact is potentially severe.
Treat an alert as a duplicate when it repeats the same underlying issue within the same suppression window.
Use a suppression key based on the smallest stable combination that identifies the problem, for example:
Suppress duplicates when the new event adds no meaningful information.
Do not suppress when the event shows:
Route based on who can act, not who might be interested.
Default pattern:
critical and actionable, immediate owner plus escalation pathhigh, owner or operating team quicklymedium, working queue or next digest unless time-sensitivelow and info, digest or ignoreUse timing rules such as:
Quiet hours should reduce noise, but not hide critical actionable events.
Return a concise table or bullet list with:
## Alert triage result
| Alert | Severity | Outcome | Audience | Timing | Reason |
|------|----------|---------|----------|--------|--------|
| [normalized alert] | high | send-now | operator | immediate | customer-facing outage with clear action |
| [normalized alert] | low | batch-later | owner | next-digest | useful trend, no urgent action |
| [normalized alert] | medium | suppress-as-duplicate | system | current window | same root issue, no new information |
Prefer send-now when all are true:
Prefer batch-later when:
Prefer ignore when:
Prefer suppress-as-duplicate when:
Prefer escalate when:
Keep outputs reusable and marketplace-safe.
Do not include:
Use abstract placeholders instead:
primary-on-callops-channelbusiness-ownercustomer-alertscritical-systemsRead these when needed:
references/policies.md for reusable policy patternsreferences/examples.md for worked examples