Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

alert-triage警报分类

Agent Skill

alert-triage 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,895

周安装

116

GitHub Stars

公开资料未说明

下载量

937
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alert-triage(警报分类)
来源仓库:https://github.com/wroadd/alert-triage
安装命令:
openclaw skills install alert-triage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install alert-triage

简介

按紧急程度、信任度和受众对警报进行标准化和分类,以决定立即发送、稍后批量发送、忽略、抑制重复或升级操作。

SKILL.md

name
alert-triage
description
Normalize noisy notifications into a simple triage model: send now, batch later, ignore, suppress as duplicate, or escalate. Use when the user wants to reduce alert fatigue, deduplicate alerts, route notifications by severity or audience, define quiet hours, create digest policies, decide what deserves paging, or design an OpenClaw-first alert policy without binding to a specific sender or monitoring vendor.

Alert Triage

Use this skill to turn a stream of alerts into a clear policy and response model.

Core principle

Do not start with channels or tools. Start with the decision.

For each alert, decide:

  1. Is it actionable?
  2. Is it urgent?
  3. Is it trustworthy?
  4. Is it new information?
  5. Who actually needs it?
  6. Should it be immediate, batched, suppressed, ignored, or escalated?

Output model

Classify each alert into one of these outcomes:

  • send-now
  • batch-later
  • ignore
  • suppress-as-duplicate
  • escalate

When helpful, also assign:

  • severity: critical | high | medium | low | info
  • confidence: high | medium | low
  • audience: operator | owner | team | system
  • timing: immediate | next-digest | business-hours | maintenance-window

Workflow

1. Normalize the signal

Convert the raw notification into a compact event record:

  • source type
  • event summary
  • likely impact
  • affected system or workflow
  • first seen time
  • repeat count if known
  • current evidence

If the source is noisy or ambiguous, rewrite it into one sentence before classifying it.

2. Check actionability

Ask:

  • Can someone do something useful now?
  • Does delay make the outcome materially worse?
  • Is there a clear owner or audience?

If not actionable, prefer ignore or batch-later.

3. Score urgency

Urgency increases when:

  • revenue, uptime, data safety, or customer experience is at risk
  • the problem is time-sensitive or irreversible
  • the signal indicates active degradation, not just a threshold crossing
  • the event affects many users or critical workflows

Urgency decreases when:

  • the event is informational only
  • the issue is self-healing or reversible
  • the metric fluctuation is within normal variance
  • the event is outside service relevance or ownership

4. Check trust and evidence

Before escalating, check whether the alert is:

  • from a trustworthy source
  • supported by more than one signal
  • already acknowledged elsewhere
  • likely a false positive or transient blip

Low-trust alerts should usually not page people unless impact is potentially severe.

5. Deduplicate and suppress

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:

  • source
  • affected component
  • error family
  • environment
  • severity bucket

Suppress duplicates when the new event adds no meaningful information.

Do not suppress when the event shows:

  • a severity increase
  • wider blast radius
  • longer duration than expected
  • a new affected component
  • failure of a previous recovery attempt

6. Route by audience

Route based on who can act, not who might be interested.

Default pattern:

  • critical and actionable, immediate owner plus escalation path
  • high, owner or operating team quickly
  • medium, working queue or next digest unless time-sensitive
  • low and info, digest or ignore

7. Apply timing policy

Use timing rules such as:

  • immediate if impact is active and delay is costly
  • next digest if useful but not urgent
  • business hours if action can safely wait
  • maintenance window if the alert is expected during change work

Quiet hours should reduce noise, but not hide critical actionable events.

8. Produce final policy output

Return a concise table or bullet list with:

  • normalized alert
  • severity
  • final outcome
  • audience
  • timing
  • rationale
  • suppression key or digest bucket when relevant

Recommended output template

## 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 |

Decision heuristics

Prefer send-now when all are true:

  • actionable
  • time-sensitive
  • trusted enough
  • meaningful impact

Prefer batch-later when:

  • action exists, but delay is acceptable
  • the alert is useful as pattern context
  • the event is better understood in aggregate

Prefer ignore when:

  • no action is needed
  • the event is vanity noise
  • the source is too weak without corroboration

Prefer suppress-as-duplicate when:

  • it is the same incident inside the suppression window
  • nothing important changed

Prefer escalate when:

  • severity increased
  • the response owner did not act in time
  • business impact crossed a threshold
  • the event exceeded duration or repetition limits

Privacy and portability rules

Keep outputs reusable and marketplace-safe.

Do not include:

  • personal phone numbers
  • private email addresses
  • real user names
  • internal channel IDs
  • device nicknames
  • company secrets
  • private endpoints or tokens

Use abstract placeholders instead:

  • primary-on-call
  • ops-channel
  • business-owner
  • customer-alerts
  • critical-systems

References

Read these when needed:

  • references/policies.md for reusable policy patterns
  • references/examples.md for worked examples

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.29%
按下载量换算668

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills