← 返回 Skills 市场
daniellummis

Stripe Webhook Replay Lab

作者 Daniel Lummis · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
291
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stripe-webhook-replay-lab
功能描述
Replay signed Stripe webhook payloads to a local or staging endpoint for idempotency and retry debugging.
安全使用建议
This script does what it says: it signs a JSON payload with your Stripe webhook secret and posts it to the URL you provide. Before running: (1) Inspect the included script (you already have it) and confirm you are comfortable with it. (2) Do NOT use a production webhook secret or production customer data — prefer test secrets and local/staging endpoints. (3) Be careful what URL you set: the tool will send the payload to any URL, so don't point it at untrusted external endpoints (it could leak test data). (4) Note the registry metadata omission: the package did not declare required env vars; expect to set STRIPE_WEBHOOK_URL and STRIPE_WEBHOOK_SECRET when running. If you need higher assurance, run the script in an isolated environment or container and avoid supplying production secrets.
功能分析
Type: OpenClaw Skill Name: stripe-webhook-replay-lab Version: 1.0.0 The skill is a utility for testing Stripe webhook idempotency by replaying signed JSON payloads to a user-specified endpoint. It correctly implements the Stripe signature scheme using openssl and curl, and uses python3 for safe JSON parsing and input validation. No evidence of data exfiltration, malicious execution, or unauthorized access was found in scripts/replay-stripe-webhook.sh or the accompanying documentation.
能力评估
Purpose & Capability
The script and SKILL.md implement exactly what the name/description promise (generate Stripe-Signature headers and POST the event payload repeatedly). Required binaries are appropriate for the task. However, registry metadata lists no required environment variables while SKILL.md and the script require STRIPE_WEBHOOK_URL and STRIPE_WEBHOOK_SECRET; this mismatch is unexpected and should have been declared in the metadata.
Instruction Scope
Runtime instructions only load a JSON payload (from a file or env var), compute an HMAC signature with the provided webhook secret, and POST to the user-specified endpoint. The script writes temporary response output to /tmp/stripe-webhook-replay-response.$$ and otherwise does not contact any third-party services. There is no hidden exfiltration, but the tool will send whatever payload you provide (which may contain email/IDs) to whichever URL you set, so pointing it at an untrusted external endpoint could leak test data.
Install Mechanism
This is instruction-only with an included shell script; there is no install step and nothing is downloaded from the network. No archive extraction or remote installs are present.
Credentials
The script legitimately needs STRIPE_WEBHOOK_URL and STRIPE_WEBHOOK_SECRET (and optional env vars for payload, counts, timeouts). The registry metadata, however, declares no required env vars — and the skill package does not list STRIPE_WEBHOOK_SECRET as a primary credential. The SKILL.md uses environment variables not listed in the metadata, which can mislead users about what secrets they must provide. Aside from that mismatch, the number and scope of env vars requested are proportional to the functionality.
Persistence & Privilege
The skill does not request persistent privileges, does not set always:true, and does not modify other skills or system-wide config. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stripe-webhook-replay-lab
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stripe-webhook-replay-lab 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Stripe Webhook Replay Lab: - Replay signed Stripe webhook payloads to a specified endpoint for idempotency and retry debugging. - Supports loading event data from a JSON file or inline input. - Generates valid Stripe-Signature headers with your webhook secret. - Allows customizing replay count, delay, timeout, and accepted HTTP status codes. - Prints per-attempt HTTP status, latency, and a pass/fail summary for debugging. - Exits successfully only if all replay attempts meet the success criteria.
元数据
Slug stripe-webhook-replay-lab
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stripe Webhook Replay Lab 是什么?

Replay signed Stripe webhook payloads to a local or staging endpoint for idempotency and retry debugging. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。

如何安装 Stripe Webhook Replay Lab?

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

Stripe Webhook Replay Lab 是免费的吗?

是的,Stripe Webhook Replay Lab 完全免费(开源免费),可自由下载、安装和使用。

Stripe Webhook Replay Lab 支持哪些平台?

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

谁开发了 Stripe Webhook Replay Lab?

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

💬 留言讨论