← 返回 Skills 市场
clawdbotworker

PagerDuty Agent

作者 clawdbotworker · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
276
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pagerduty-agent
功能描述
Manage PagerDuty incidents, on-call schedules, services, and maintenance windows directly from your agent.
安全使用建议
This skill largely does what it says, but note two mismatches: SKILL.md asks you to export PAGERDUTY_FROM_EMAIL (a valid PagerDuty user email) for write operations, yet the registry metadata only lists PAGERDUTY_API_KEY. The code also honors PAGERDUTY_BASE_URL which can redirect API calls — if you set that to a non-PagerDuty host it would send your API key there. Before installing: (1) verify you only provide a PagerDuty API key scoped to the minimum permissions needed, (2) set PAGERDUTY_FROM_EMAIL to a valid user if you need write actions, (3) do not set PAGERDUTY_BASE_URL unless you intend to use a test endpoint, and (4) review the bundled pagerduty.js source (it’s included) to confirm behavior. If you need stronger assurance, run the skill in an isolated environment and rotate the API key after testing.
功能分析
Type: OpenClaw Skill Name: pagerduty-agent Version: 1.0.0 The pagerduty-agent skill is a standard integration for managing PagerDuty incidents and schedules. The implementation in pagerduty.js uses native Node.js HTTPS modules with no external dependencies and follows the stated purpose without any signs of malicious intent, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
Name, description, required binaries (node), and the presence of pagerduty.js align with a PagerDuty REST API client that creates/queries incidents, schedules, services, and maintenance windows.
Instruction Scope
SKILL.md limits runtime actions to calling node pagerduty.js with JSON commands and only references PagerDuty operations. It does instruct setting PAGERDUTY_FROM_EMAIL for write operations (which the code uses), but that env var is not listed in the registry metadata—an inconsistency. The instructions do not ask the agent to read unrelated files or external endpoints beyond PagerDuty.
Install Mechanism
There is no install spec (instruction-only install) and the skill requires only node; the shipped pagerduty.js has no external dependencies and uses Node's built-in https/http modules. This is proportional for the stated purpose.
Credentials
Registry metadata declares only PAGERDUTY_API_KEY (primary) but SKILL.md and code also use PAGERDUTY_FROM_EMAIL (required for POST/PUT) and PAGERDUTY_BASE_URL (optional override). Those additional env vars are not declared in requires.env. The BASE_URL override can redirect requests (and the API key) to an arbitrary host if set, which raises an exfiltration risk if misconfigured or if an attacker can set that variable.
Persistence & Privilege
always:false, user-invocable:true, and no required config paths. The skill does not request persistent system privileges or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pagerduty-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pagerduty-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — trigger/acknowledge/resolve incidents, on-call schedules, services, maintenance windows. Zero deps, native REST, structured JSON, human-readable errors.
元数据
Slug pagerduty-agent
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PagerDuty Agent 是什么?

Manage PagerDuty incidents, on-call schedules, services, and maintenance windows directly from your agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。

如何安装 PagerDuty Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pagerduty-agent」即可一键安装,无需额外配置。

PagerDuty Agent 是免费的吗?

是的,PagerDuty Agent 完全免费(开源免费),可自由下载、安装和使用。

PagerDuty Agent 支持哪些平台?

PagerDuty Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PagerDuty Agent?

由 clawdbotworker(@clawdbotworker)开发并维护,当前版本 v1.0.0。

💬 留言讨论