pilot-alert

Subscribe to event streams and trigger configurable alerts via webhooks or in-agent messages.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-alert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-alert
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-alert
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-alert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Incidents and events often go unnoticed until manual checks reveal them. Pilot-alert automates detection of patterns and thresholds, delivering timely notifications via webhooks or direct agent messages to on-call teams.

Core Features & Use Cases

  • Subscribe to event streams and trigger alerts based on patterns, thresholds, or conditions.
  • Deliver notifications through external webhooks (Slack, Discord, PagerDuty) or in-agent messages to on-call agents.
  • Support alert deduplication and escalation for critical incidents across distributed systems.
  • Use case: when a production service spikes, automatically notify the on-call channel and surface details in the agent inbox.

Quick Start

Install the Pilot Alert skill with clawhub install pilot-alert and ensure the Pilot daemon is running before you configure alerts.

Frequently Asked Questions about pilot-alert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate webhook alerts for event monitoring in distributed services?

You can automate webhook alerts by subscribing to event streams and triggering notifications based on patterns or thresholds. This skill routes alerts to Slack, Discord, or PagerDuty with deduplication for distributed on-call workflows.

Can I route on-call alerts to Slack or Discord based on event thresholds?

Yes, you can route on-call alerts to Slack or Discord by configuring webhooks triggered by event thresholds. This skill supports alert routing to external platforms and direct in-agent messages for critical incidents.

Do I need a running pilot daemon to set up event subscriptions and alerts?

Yes, setting up event subscriptions and alerts requires a running pilot daemon. You also need the pilotctl binary along with jq and curl dependencies to deliver webhook notifications successfully.

What is the best way to handle alert deduplication and escalation for critical incidents?

Handling alert deduplication and escalation for critical incidents is best managed by subscribing to event streams and applying configurable conditions. This approach prevents duplicate notifications and ensures escalation across distributed services.

How do I configure in-agent messages for on-call teams during a production service spike?

Configuring in-agent messages for on-call teams during a production service spike involves setting threshold-based event subscriptions. The skill automatically surfaces incident details in the agent inbox and delivers webhook notifications.