← 返回 Skills 市场
Pagerduty
作者
aiwithabidi
· GitHub ↗
· v1.0.0
344
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pagerduty
功能描述
PagerDuty incident management — manage incidents, services, schedules, escalation policies, and on-call via REST API
安全使用建议
This skill appears to do what it claims: a small Python CLI that calls the PagerDuty API and requires a PAGERDUTY_API_KEY. Before installing, verify you are comfortable providing a PagerDuty API token and prefer to give a token scoped with least privilege. Be aware the script will try to read WORKSPACE (if set) or ~/.openclaw/workspace/.env to find the key if PAGERDUTY_API_KEY isn't exported — the SKILL.md does not document that .env lookup. If you want to be cautious, review the included scripts/pagerduty.py yourself, run it in an isolated environment, and ensure the API key you provide has minimal necessary permissions. Finally, the skill's source is listed as unknown and the homepage is a third-party vendor; if provenance matters, confirm the publisher before widespread use.
功能分析
Type: OpenClaw Skill
Name: pagerduty
Version: 1.0.0
The PagerDuty skill bundle is a standard API wrapper for incident management using the Python standard library. It handles authentication via the PAGERDUTY_API_KEY environment variable or a local .env file and communicates exclusively with the official PagerDuty API (api.pagerduty.com) in scripts/pagerduty.py. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name, description, and commands map to PagerDuty REST API operations. The declared primaryEnv is PAGERDUTY_API_KEY and the code uses that token to call api.pagerduty.com; required binaries and install footprint are minimal and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python CLI which only issues PagerDuty API requests. The runtime code does attempt to read an optional .env file (see environment detail), which is reasonable for finding the API key but is not documented in SKILL.md. The request code can accept a full URL if given a path starting with 'http', but the provided CLI subcommands do not expose a generic path argument that would let arbitrary URLs be supplied in normal usage.
Install Mechanism
No install spec; this is instruction-only plus a single Python script that uses only the standard library. Nothing is downloaded or extracted, and no binaries are created on disk by an install step.
Credentials
Declared requirement is a single PAGERDUTY_API_KEY which is appropriate. However, the script also checks WORKSPACE (an undocumented env var) and will read a .env file under that workspace (~/.openclaw/workspace/.env by default) to find the key. SKILL.md does not declare WORKSPACE or mention the .env lookup; this mismatch should be noted because it means the script may read a local file to obtain the token if the env var isn't set.
Persistence & Privilege
The skill is not forced-always, does not request system-wide changes, and does not modify other skills or global agent settings. It runs a CLI script on demand and does not persist credentials beyond reading them from environment or a local .env file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pagerduty - 安装完成后,直接呼叫该 Skill 的名称或使用
/pagerduty触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — enables PagerDuty incident management via CLI.
- Manage incidents, services, schedules, escalation policies, on-calls, users, and more using PagerDuty's REST API.
- Single script CLI: list, create, update, and fetch resources such as incidents and services.
- All commands output JSON, with optional human-readable format.
- Requires only Python 3.10+ and a PagerDuty API key (no external dependencies).
- Designed for integration with OpenClaw agents.
元数据
常见问题
Pagerduty 是什么?
PagerDuty incident management — manage incidents, services, schedules, escalation policies, and on-call via REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。
如何安装 Pagerduty?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pagerduty」即可一键安装,无需额外配置。
Pagerduty 是免费的吗?
是的,Pagerduty 完全免费(开源免费),可自由下载、安装和使用。
Pagerduty 支持哪些平台?
Pagerduty 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pagerduty?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills