← 返回 Skills 市场
3510
总下载
4
收藏
26
当前安装
1
版本数
在 OpenClaw 中安装
/install webhook
功能描述
Implement secure webhook receivers and senders with proper verification and reliability.
安全使用建议
This skill is a set of developer best practices — it itself does nothing and doesn't ask for credentials or install code. It's safe to read and use as guidance. If you implement these recommendations in your code, be careful to: (1) store webhook secrets and processed-event IDs securely (e.g., protected DB/Redis), (2) redact sensitive fields before logging, (3) limit log retention and access, and (4) validate any third-party IP allowlist/rotation flows before trusting them. Because the skill is instruction-only, there is low inherent risk; review any code you write based on these instructions for secure handling of secrets and logs.
功能分析
Type: OpenClaw Skill
Name: webhook
Version: 1.0.0
The skill bundle contains a `_meta.json` file with standard metadata and a `SKILL.md` file that provides comprehensive best practices for implementing secure webhooks. The `SKILL.md` content is purely informational and instructional regarding webhook security, without any executable commands, prompt injection attempts, or instructions that would lead an AI agent to perform malicious or unauthorized actions. No high-risk behaviors or indicators of compromise were found.
能力评估
Purpose & Capability
Name/description match the SKILL.md content: the document contains best-practice guidance for receiving, verifying, deduplicating, and sending webhooks. No unrelated environment variables, binaries, or install steps are requested.
Instruction Scope
Instructions stay within webhook design and operational concerns (signature verification, replay prevention, idempotency, retries, logging). They recommend storing event IDs, logging payloads, and using databases/Redis — this is appropriate for the stated purpose, but implementers must ensure logs and stored payloads are redacted/secured as the doc itself notes.
Install Mechanism
No install spec or code files are present (instruction-only). This is the lowest-risk approach — nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The guidance mentions secrets and databases as expected implementation details but does not request access to any credentials, which is proportionate.
Persistence & Privilege
always:false and normal model invocation are used. The skill does not request persistent system presence or modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webhook - 安装完成后,直接呼叫该 Skill 的名称或使用
/webhook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Webhook 是什么?
Implement secure webhook receivers and senders with proper verification and reliability. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3510 次。
如何安装 Webhook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webhook」即可一键安装,无需额外配置。
Webhook 是免费的吗?
是的,Webhook 完全免费(开源免费),可自由下载、安装和使用。
Webhook 支持哪些平台?
Webhook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Webhook?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills