openclaw-webhooks
Installation
SKILL.md
OpenClaw Webhooks
When to Use This Skill
- Receiving webhook calls from an OpenClaw Gateway
- Verifying
Authorization: Bearer <token>orx-openclaw-tokenheaders - Handling
/hooks/agentand/hooks/wakeevent payloads - Building external services that react to OpenClaw agent activity
Essential Code (USE THIS)
OpenClaw Token Verification (JavaScript)
const crypto = require('crypto');
Related skills