Skip to content

feat: add replicate-webhooks skill#18

Draft
leggetter wants to merge 1 commit intomainfrom
feat/replicate-webhooks
Draft

feat: add replicate-webhooks skill#18
leggetter wants to merge 1 commit intomainfrom
feat/replicate-webhooks

Conversation

@leggetter
Copy link
Collaborator

Summary

Add webhook skill for Replicate with complete implementation including:

  • SKILL.md with signature verification code and prediction event handling
  • Express, Next.js, and FastAPI examples with comprehensive tests
  • Reference documentation for overview, setup, and verification

What's Included

  • SKILL.md - Main skill file with essential webhook handler code
  • references/ - overview.md, setup.md, verification.md
  • examples/ - Express, Next.js, FastAPI with test suites

Notes

Uses Hookdeck CLI for local development (intentional choice for webhook inspection UI and consistency with other skills in this repository).

Testing

cd skills/replicate-webhooks/examples/express && npm test
cd skills/replicate-webhooks/examples/nextjs && npm test
cd skills/replicate-webhooks/examples/fastapi && pytest test_webhook.py -v

Documentation Reference

Made with Cursor

Add webhook skill for Replicate with:
- SKILL.md with verification code and event handling
- Express, Next.js, and FastAPI examples with tests
- References for overview, setup, and verification

Uses Hookdeck CLI for local development (intentional choice for
webhook inspection UI and consistency with other skills).

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant