·shopify-webhooks
</>

shopify-webhooks

toilahuongg/google-antigravity-kit

Guide for handling Shopify Webhooks, including configuration, verification, and processing. Use this skill when the user needs to set up webhook subscriptions, verify authentic requests, or handle event payloads.

4Installs·0Trend·@toilahuongg

Installation

$npx skills add https://github.com/toilahuongg/google-antigravity-kit --skill shopify-webhooks

SKILL.md

Webhooks are the preferred way to stay in sync with Shopify data. They allow your app to receive real-time notifications when events occur in a shop (e.g., orders/create, app/uninstalled).

ALL webhook requests must be verified to ensure they came from Shopify.

Shopify includes an X-Shopify-Hmac-Sha256 header in every webhook request. This is a base64-encoded HMAC-SHA256 digest of the request body, using your Client Secret (API Secret Key) as the signing key.

Guide for handling Shopify Webhooks, including configuration, verification, and processing. Use this skill when the user needs to set up webhook subscriptions, verify authentic requests, or handle event payloads. Source: toilahuongg/google-antigravity-kit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/toilahuongg/google-antigravity-kit --skill shopify-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is shopify-webhooks?

Guide for handling Shopify Webhooks, including configuration, verification, and processing. Use this skill when the user needs to set up webhook subscriptions, verify authentic requests, or handle event payloads. Source: toilahuongg/google-antigravity-kit.

How do I install shopify-webhooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/toilahuongg/google-antigravity-kit --skill shopify-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/toilahuongg/google-antigravity-kit