Toolverse
All skills

pagerduty

by openclaw

Manage incidents, on-call schedules, and alerts via PagerDuty API. Trigger and resolve incidents programmatically.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Mobile

About this skill

Manage incidents, on-call schedules, and alerts via PagerDuty API. Trigger and resolve incidents programmatically.

How to use

  1. Przygotuj dane dostępowe: pobierz klucz API PagerDuty (PAGERDUTY_API_KEY), identyfikator usługi (PAGERDUTY_SERVICE_ID) i klucz routingu dla Events API (PAGERDUTY_ROUTING_KEY) z panelu administracyjnego PagerDuty. 2. Skonfiguruj zmienne środowiskowe w swoim systemie, eksportując PAGERDUTY_API_KEY, PAGERDUTY_SERVICE_ID i PAGERDUTY_ROUTING_KEY z wartościami z kroku 1. 3. Aby wyzwolić incydent, użyj Events API v2 z akcją trigger, podając routing_key, dedup_key (unikalny identyfikator zdarzenia), oraz payload zawierający summary, severity i source. 4. Aby rozwiązać incydent, wyślij żądanie z tą samą routing_key i dedup_key, ale zmień event_action na resolve. 5. Aby wyświetlić aktywne incydenty, wykonaj zapytanie do endpointu incidents z filtrem statusów triggered i acknowledged, uwierzytelniając się tokenem API. 6. Aby sprawdzić, kto jest na dyżurze, zapytaj endpoint oncalls, a aby zobaczyć dostępne usługi, użyj endpointu services — oba wymagają nagłówka Authorization z tokenem API.

Related skills

swift-best-practices

by sammcj

This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6

Mobile
36140

sequential-thinking

by mrgoonie

Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.

Mobile
60238

build-iphone-apps

by glittercowboy

Build professional native iPhone apps in Swift with SwiftUI and UIKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode. Targets iOS 26 with iOS 18 compatibility.

Mobile
1182

garmin-connect

by openclaw

Syncs daily health and fitness data from Garmin Connect into markdown files. Provides sleep, activity, heart rate, stress, body battery, HRV, SpO2, and weight data.

Mobile
37119

mobile-android-design

by wshobson

Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.

Mobile
38181

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091