replicate-webhooks

Installation
SKILL.md

Replicate Webhooks

When to Use This Skill

  • Setting up Replicate webhook handlers
  • Debugging signature verification failures
  • Understanding Replicate event types and payloads
  • Handling prediction lifecycle events (start, output, logs, completed)

Essential Code (USE THIS)

Express Webhook Handler

const express = require('express');
const crypto = require('crypto');

const app = express();
Installs
113
GitHub Stars
72
First Seen
Feb 5, 2026
replicate-webhooks — hookdeck/webhook-skills