원클릭으로
notification
Use when sending SysGuard alerts, summaries, remediation outcomes, or operational messages to stdout, logs, or webhook targets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when sending SysGuard alerts, summaries, remediation outcomes, or operational messages to stdout, logs, or webhook targets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating structured incident alerts from SysGuard findings, health reports, log analysis, remediation failures, or operational events.
Use when checking database connectivity, running read-only diagnostic SQL, validating DSNs, or collecting small database health evidence through SysGuard.
Use when reading, statting, listing, or tailing local files for SysGuard diagnostics without modifying filesystem contents.
Use when checking host health, service health, CPU, memory, disk, network status, or determining whether SysGuard should treat a system as unhealthy.
Use when analyzing operational logs, filtering errors or warnings, summarizing incidents from log files, or finding relevant lines in SysGuard-managed logs.
Use when collecting structured CPU, memory, disk, network, service, or health-score metrics from SysGuard for dashboards or reports.
| name | notification |
| description | Use when sending SysGuard alerts, summaries, remediation outcomes, or operational messages to stdout, logs, or webhook targets. |
Use this skill to deliver already-formed operational messages. Pair it with alerting when the message represents an incident.
The Go implementation is registered by RegisterCoreSkills and invoked as "notification":
registry.Execute(ctx, "notification", &skills.SkillInput{Params: map[string]interface{}{
"channel": "webhook",
"target": "https://example.com/hook",
"message": "nginx restart completed",
}})
Supported channels are stdout, log, and webhook.
Treat notifications as external disclosure. Redact credentials and sensitive host details unless the user explicitly requests them and the destination is trusted.