notify-rule-copilot

notify-rule-copilot is a skill for Claude Code, Codex from ccfos/nightingale. It costs 172 tokens per session (3,098 once invoked), scanned A, original, Apache-2.0.

A helper for creating, editing, copying, and troubleshooting Nightingale notification rules. A notification rule decides how alerts are delivered, including the method, recipients, time windows, and filtering conditions.

In plain words
What is it for?
Use it to create or adjust notification policies, route alerts by labels or business groups, set schedules, configure escalation, copy rules, or investigate delivery behavior.
Why use it?
It helps turn alert-delivery requirements into organized routing settings. This is useful when different teams, alert types, or times need different notification paths.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

About the project

Nightingale is an open-source monitoring and alerting system that connects to stored metrics and log data, evaluates alert rules, and distributes notifications. Operations teams use it to manage alarms and explore observability data alongside existing data sources and collectors. Catalogue add-ons provide skills for operating Nightingale.

ccfos/nightingale · 13,280 stars · on GitHub · n9e.github.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ccfos/nightingale/notify-rule-copilot
Any agent
npx skills add ccfos/nightingale --skill notify-rule-copilot
Clone the repo
git clone --depth 1 https://github.com/ccfos/nightingale

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for notify-rule-copilot

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccfos/nightingale/notify-rule-copilot.svg)](https://agentmods.dev/skills/ccfos/nightingale/notify-rule-copilot)
Your own site
<a href="https://agentmods.dev/skills/ccfos/nightingale/notify-rule-copilot"><img src="https://agentmods.dev/badge/skills/ccfos/nightingale/notify-rule-copilot.svg" alt="Measured on agentmods" height="20"></a>
Per session 172 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,098 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00172 $0.03098
Opus 5 $0.00086 $0.01549
Sonnet 5 $0.00034 $0.00620
Haiku 4.5 $0.00017 $0.00310

Measured 6d ago against content hash 8741aca2d100, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

notify-rule-copilot scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `http-api.md` | HTTP API paths (for A2A / external agents), the GET→modify→PUT editing pattern, direct DB edits | Only for external A2A scenarios, or when producing curl commands for the user |
aiagent/skill/embedded/builtin/notify-rule-copilot/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Nightingale (n9e) Notify Rule Copilot

A notify rule defines how alert events are delivered: the notification method, recipients, time windows, and filter conditions. It can be referenced by multiple alert rules. This skill covers the full lifecycle of notify rules: creating, editing, copying, routing decomposition, and troubleshooting.

Companion materials (load on demand with read_file; set base to this skill's name)

File Contents When to read
reference.md Full table of config fields: notify_configs / the shape of params per channel and the user input each requires / quick lookup of official doc links per medium / time_ranges / label_keys / attributes operators When you are unsure about a field while assembling config; when you need to ask the user for channel params (access_token, etc.) and must attach a doc link
recipes.md 6 complex routing decomposition templates (tiered / time-windowed / no phone call on recovery / route by business group / label-based canary / catch-all) + 4 complete basic examples When the requirement is composite routing
troubleshooting.md Quick lookup table of known pitfalls + test/verification (dry-run) checklist When a rule does not take effect / behaves abnormally after editing
http-api.md HTTP API paths (for A2A / external agents), the GET→modify→PUT editing pattern, direct DB edits Only for external A2A scenarios, or when producing curl commands for the user

Scope (first determine which layer the user is changing)

Nightingale's notification pipeline is a three-layer abstraction, with one skill per layer — do not cross wires:

Layer Entity Which skill
Medium Notify Channel notify_channel table notify-channel-copilot
Template Message Template message_template table generate-message-template
Rule Notify Rule notify_rule table this skill

How to judge:

  • The wording mentions "URL / Webhook address / request headers / proxy / signature / AppID / AppSecret / how to integrate X" — medium layer, hand off to notify-channel-copilot.
  • The wording mentions "template / message body / fields / card color / who to @ / {{ ... }} variables" — template layer, hand off to generate-message-template.
  • The wording mentions "who to send to / which channel for which severity / working hours / route by business group / filter by label / applicable attributes / edit an existing rule" — rule layer, this skill.
  • The wording mentions "an event already fired but no notification was received, help me find out why" — post-hoc diagnosis, hand off to alert-rule-troubleshoot flow B. This skill is only responsible for "pulling up the correct rule configuration", not for replaying logs.

Read the full file on GitHub · 119 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 119 lines · 172 tokens per session scan A 8741aca2d100

Subscribe to this mod's changes

notify-rule-copilot is a skill published in the GitHub repository ccfos/nightingale (13,280 stars, last pushed yesterday), licensed Apache-2.0. It adds 172 tokens to every session and 3,098 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.