openclaw-webhooks

Installation
SKILL.md

OpenClaw Webhooks

When to Use This Skill

  • Receiving webhook calls from an OpenClaw Gateway
  • Verifying Authorization: Bearer <token> or x-openclaw-token headers
  • Handling /hooks/agent and /hooks/wake event payloads
  • Building external services that react to OpenClaw agent activity

Essential Code (USE THIS)

OpenClaw Token Verification (JavaScript)

const crypto = require('crypto');
Related skills
Installs
3
GitHub Stars
70
First Seen
2 days ago