8004scan-webhooks

Register and manage 8004scan webhooks with HMAC-SHA256 verification and retry logic.

32|5|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiayaoqijia/Ottie --skill 8004scan-webhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 8004scan-webhooks
Source: https://github.com/jiayaoqijia/Ottie/tree/main/workspace/skills/identity/8004scan-webhooks
Command: npx skills add https://github.com/jiayaoqijia/Ottie --skill 8004scan-webhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Webhook subscriptions and real-time event delivery for 8004scan when you need auditable, secure notifications of agent registrations, feedback, validations, and stars.

Core Features & Use Cases

  • Webhook CRUD management (register, list, update, delete) for 8004scan events.
  • Support for event types: validation.requested, validation.completed, feedback.received, feedback.revoked, star.received, star.removed.
  • Signature verification with HMAC-SHA256, delivery monitoring, and retry behavior to ensure reliability.
  • Use Case: notify your system when an agent is registered or feedback is submitted, and monitor delivery status for reliability.

Quick Start

Register a webhook to start receiving validation.completed and feedback.received events.

Frequently Asked Questions about 8004scan-webhooks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up real-time webhook notifications for agent validations and feedback?

To set up real-time webhook notifications, register a webhook endpoint specifying your desired event types like validation.requested and feedback.received, then configure HMAC-SHA256 signature verification to ensure secure event delivery to your system.

What event types are supported by 8004scan webhook subscriptions?

Supported webhook event types include validation.requested, validation.completed, feedback.received, feedback.revoked, star.received, and star.removed, allowing you to monitor agent registrations, feedback, validations, and stars across environments.

How does webhook delivery retry logic work for failed event notifications?

Failed webhook event deliveries are handled using exponential retry logic to ensure reliability, with delivery monitoring tracking the status of each notification attempt until successful reception by your endpoint is confirmed.

Can I manage webhook CRUD operations for multiple 8004scan event subscriptions?

Yes, you can perform full CRUD management to register, list, update, and delete webhook subscriptions, allowing you to dynamically manage which 8004scan events trigger notifications to your integrated systems.

Do I need HMAC-SHA256 verification to secure webhook event delivery?

HMAC-SHA256 signature verification is required to secure webhook event delivery, ensuring that received notifications for agent registrations, feedback, validations, and stars genuinely originate from the 8004scan platform.

Why are my webhook notifications not reaching my API integration endpoint?

If webhook notifications are not reaching your endpoint, verify your HMAC-SHA256 signature verification configuration and check delivery monitoring logs, as exponential retry logic will attempt to resend failed events until successful.