pilot-alert

pilot-alert is a skill for Claude Code from TeoSlayer/pilot-skills. It costs 123 tokens per session (1,167 once invoked), scanned B, original, AGPL-3.0.

An alerting tool that watches for specified event patterns or thresholds and sends notifications through webhooks or messaging services.

In plain words
What is it for?
Use it to notify Slack, Discord, PagerDuty, or on-call agents when defined conditions occur, and to escalate critical events.
Why use it?
It reduces the need to watch events manually and helps route important problems to the right people or systems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to notify Slack, Discord, PagerDuty, or on-call agents when defined…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teoslayer/pilot-skills/pilot-alert
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.

Any agent
npx skills add TeoSlayer/pilot-skills --skill pilot-alert
Clone the repo
git clone --depth 1 https://github.com/TeoSlayer/pilot-skills

Made for: Claude Code.

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 pilot-alert

README.md
[![agentmods](https://agentmods.dev/badge/skills/teoslayer/pilot-skills/pilot-alert.svg)](https://agentmods.dev/skills/teoslayer/pilot-skills/pilot-alert)
Your own site
<a href="https://agentmods.dev/skills/teoslayer/pilot-skills/pilot-alert"><img src="https://agentmods.dev/badge/skills/teoslayer/pilot-skills/pilot-alert.svg" alt="Measured on agentmods" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,167 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00123 $0.01167
Opus 5 $0.00062 $0.00583
Sonnet 5 $0.00025 $0.00233
Haiku 4.5 $0.00012 $0.00117

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

Security

Grade B, and why

pilot-alert scanned grade B with 2 findings 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -X POST "$WEBHOOK_URL" -H "Content-Type: application/json" -d "$payload"

Makes network callslowCapability

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

Requires jq and curl for webhook delivery.
skills/pilot-alert/SKILL.md · 148 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file 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 · 148 lines · 123 tokens per session scan B 3686a0c1ac31

Subscribe to this mod's changes

pilot-alert is a skill published in the GitHub repository TeoSlayer/pilot-skills (8 stars, last pushed 1mo ago), licensed AGPL-3.0. It adds 123 tokens to every session and 1,167 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

create-alert-rule

Create alert rules. Prefer reusing the validated rules in integrations (standard components like Linux/MySQL/Redis/Kafka/PostgreSQL/Elasticsearch all ship ready-made rule packs); import as many rules as the user needs—one rule, a batch, or a whole pack. Only hand-write a custom rule when integrations has nothing that…

ccfos/nightingale · 197 tokens

generate-message-template

Generate or modify Nightingale (n9e) alert notification message templates. Use when the user asks to write a notification template, change the message format, add hostname/recovery value/severity, or create DingTalk/Feishu/Lark/email/SMS/voice templates.

ccfos/nightingale · 59 tokens

doc-qa

This skill should be used when the user asks "how-to" or factual questions about Nightingale (n9e) — UI/where-to-click, business groups/subscription rules/mute rules/edge mode, Token usage, notification pipeline, self-healing trigger conditions; OR about categraf input plugin field meanings, metric names, defaults…

ccfos/nightingale · 178 tokens

notify-rule-copilot

One-stop assistant for creating, editing, copying, and troubleshooting Nightingale (n9e) notify rules (notifyrule). Use it when the user asks to "create a notify rule / add a notification policy / configure how alerts are delivered / edit and adjust a notify rule / tiered notification / route by business group or…

ccfos/nightingale · 172 tokens

alert-mute-copilot

One-stop assistant for creating, editing, and troubleshooting Nightingale (n9e) alert mute rules (alertmute). Use it when the user asks to "create a mute rule / mute an alert / silence an alert / do-not-disturb during a maintenance window / set up periodic muting / mute every early morning / adjust or extend a mute /…

ccfos/nightingale · 148 tokens

host-health-diagnose

Help the user determine whether a machine is truly down / the agent is hung / the network is flapping / it is under maintenance. Triggers this skill when the user asks "why is this machine unreachable", "is the host-unreachable alert a false positive", "is categraf stuck", "the heartbeat stopped but I can still ping…

ccfos/nightingale · 114 tokens