Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

pagerduty-apipagerduty API 搜索

Agent Skill

用于辅助 API 设计、接口文档、请求响应结构和服务集成说明。它适合让 Agent 梳理 endpoint、生成 OpenAPI 草稿、检查字段命名、整理错误码或辅助前后端联调。使用时需要确认真实业务语义、鉴权方式、分页和错误处理规则;涉及生成接口文档时,应避免凭空补字段,最好从现有代码、schema 或接口样例中提取事实。

总安装

192

周安装

8

GitHub Stars

18

下载量

64
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pagerduty-api(pagerduty API 搜索)
来源仓库:https://github.com/yuyz0112/public-api-skills
仓库路径:skills/pagerduty-api
安装命令:
npx skills add https://github.com/yuyz0112/public-api-skills --skill pagerduty-api
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yuyz0112/public-api-skills --skill pagerduty-api

简介

pagerduty-api 辅助 API 设计和接口文档整理,支持 OpenAPI 草稿生成。

  • 适用于梳理 endpoint、检查字段命名和错误码,辅助前后端联调。
  • 使用时需确认业务语义、鉴权方式和分页规则,避免凭空补字段。
  • 建议从现有代码或接口样例中提取事实,确保接口定义准确。
  • 涉及错误处理时,应区分不同场景和返回格式。

SKILL.md

PagerDuty API

This document describes the PagerDuty REST APIs.

How to Use This Skill

This API documentation is split into multiple files for on-demand loading.

Directory structure:

references/
├── resources/      # 40 resource index files
├── operations/     # 390 operation detail files
└── schemas/        # 89 schema groups, 244 schema files

Navigation flow:

  1. Find the resource you need in the list below
  2. Read references/resources/<resource>.md to see available operations
  3. Read references/operations/<operation>.md for full details
  4. If an operation references a schema, read references/schemas/<prefix>/<schema>.md

Base URL

  • https://api.pagerduty.com - PagerDuty V2 API.

Authentication

Supported methods: api_key. See references/authentication.md for details.

Resources

  • Event Orchestrationsreferences/resources/Event-Orchestrations.md (39 ops) - Event Orchestrations allow you to route events to
  • Usersreferences/resources/Users.md (35 ops) - Users are members of a PagerDuty account that have
  • Incidentsreferences/resources/Incidents.md (28 ops) - An incident represents a problem or an issue that
  • Status Pagesreferences/resources/Status-Pages.md (27 ops) - Status Pages can be public or private read-only pa
  • Automation Actionsreferences/resources/Automation-Actions.md (25 ops) - Automation Actions invoke jobs that are staged in
  • Servicesreferences/resources/Services.md (19 ops) - A Service may represent an application, component,
  • Analyticsreferences/resources/Analytics.md (16 ops) - Provides enriched incident data.
  • Business Servicesreferences/resources/Business-Services.md (16 ops) - Business services model capabilities that span mul
  • Incident Workflowsreferences/resources/Incident-Workflows.md (15 ops) - An Incident Workflow is a sequence of configurable
  • Incident Typesreferences/resources/Incident-Types.md (14 ops) - Incident Types are a feature which will allow cust
  • Teamsreferences/resources/Teams.md (14 ops) - A team is a collection of Users and Escalation Pol
  • Webhooksreferences/resources/Webhooks.md (12 ops) - A webhook is a way to receive events that occur on
  • Schedulesreferences/resources/Schedules.md (11 ops) - A Schedule determines the time periods that users
  • Rulesetsreferences/resources/Rulesets.md (10 ops) - Rulesets allow you to route events to an endpoint
  • Service Custom Fieldsreferences/resources/Service-Custom-Fields.md (10 ops) - Custom fields allow you to enrich PagerDuty servic
  • Incident Custom Fieldsreferences/resources/Incident-Custom-Fields.md (9 ops) - Custom fields allow you to enrich PagerDuty incide
  • Workflow Integrationsreferences/resources/Workflow-Integrations.md (8 ops) - Workflow Integrations are a way to connect PagerDu
  • Tagsreferences/resources/Tags.md (7 ops) - A Tag is applied to Escalation Policies, Teams or
  • Templatesreferences/resources/Templates.md (7 ops) - Templates is a new feature which will allow custom
  • Change Eventsreferences/resources/Change-Events.md (6 ops) - Change Events enable you to send informational eve
  • Escalation Policiesreferences/resources/Escalation-Policies.md (6 ops) - Escalation policies define which user should be al
  • Extensionsreferences/resources/Extensions.md (6 ops) - Extensions are representations of Extension Schema
  • Add-onsreferences/resources/Add-ons.md (5 ops) - Developers can write their own functionality to in
  • Alert Grouping Settingsreferences/resources/Alert-Grouping-Settings.md (5 ops) - Alert Grouping Settings allow you to configure how
  • Maintenance Windowsreferences/resources/Maintenance-Windows.md (5 ops) - A Maintenance Window is used to temporarily disabl
  • Status Dashboardsreferences/resources/Status-Dashboards.md (5 ops) - Status Dashboards represent user-defined views for
  • Service Dependenciesreferences/resources/Service-Dependencies.md (4 ops) - Services are categorized into technical and busine
  • Standardsreferences/resources/Standards.md (4 ops) - Standards help provide a clear understanding of wh
  • Log Entriesreferences/resources/Log-Entries.md (3 ops) - A log of all the events that happen to an Incident
  • Session Configurationsreferences/resources/Session-Configurations.md (3 ops)
  • Abilitiesreferences/resources/Abilities.md (2 ops) - This describes your account's abilities by feature
  • Extension Schemasreferences/resources/Extension-Schemas.md (2 ops) - A PagerDuty extension vendor represents a specific
  • Licensesreferences/resources/Licenses.md (2 ops) - Licenses are allocated to Users to allow for per-U
  • OAuth Delegationsreferences/resources/OAuth-Delegations.md (2 ops)
  • Paused Incident Reportsreferences/resources/Paused-Incident-Reports.md (2 ops) - Provides paused Incident reporting data on service
  • Vendorsreferences/resources/Vendors.md (2 ops) - A PagerDuty Vendor represents a specific type of i
  • Auditreferences/resources/Audit.md (1 ops) - Provides audit record data.
  • Notificationsreferences/resources/Notifications.md (1 ops) - A Notification is created when an Incident is trig
  • On-Callsreferences/resources/On-Calls.md (1 ops) - An on-call represents a contiguous unit of time fo
  • Prioritiesreferences/resources/Priorities.md (1 ops) - A priority is a label representing the importance

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.7%
按下载量换算25

Claude

28.53%
按下载量换算18

Cursor

19.83%
按下载量换算13

Gemini CLI

8.68%
按下载量换算6

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills