build-webhook-publisher
OfficialEmit AdCP-compliant signed webhooks reliably
Software Engineering#webhooks#adcp#go sdk#idempotency key#rfc 9421#publisher retries#push notification config
Authoradcontextprotocol
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you send Ad Context Protocol (AdCP) asynchronous notifications from a Go agent so subscribers can reliably receive task updates, list changes, artifact batches, and revocations without retry duplicates.
Core Features & Use Cases
- RFC 9421 webhook signing for AdCP 3.0: Emits signed POST requests using the correct webhook-signing profile and key material.
- idempotency_key–based retry safety: Ensures receivers can dedupe retries by using the required
idempotency_key. - push_notification_config decoding: Extracts subscriber URLs from
req.PushNotificationConfigand clearly handles missing or malformed configs. - Publisher vs Deliver guidance: Provides correct selection and operational gotchas for production retry behavior.
Quick Start
Use a single webhook Publisher created at startup with your private PEM, then in each event handler decode the subscriber URL from req.PushNotificationConfig and emit the appropriate webhook payload with Publisher.Emit.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: build-webhook-publisher Download link: https://github.com/adcontextprotocol/adcp-go/archive/main.zip#build-webhook-publisher Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.