anth-webhooks-events

Installation
SKILL.md

Anthropic Events & Async Processing

Overview

The Claude API does not use traditional webhooks. Instead it provides two event-driven patterns: Server-Sent Events (SSE) for real-time streaming and the Message Batches API for async bulk processing. This skill covers both.

SSE Streaming Events

import anthropic

client = anthropic.Anthropic()
Installs
1
GitHub Stars
2.3K
First Seen
May 19, 2026
anth-webhooks-events — jeremylongshore/claude-code-plugins-plus-skills