LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

azure-eventhub-py - Azure Event Hubs SDK for Python

Provides Azure Event Hubs SDK for Python for high-throughput event ingestion, producing, consuming, and checkpointing.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Send event batches
  • Send events to specific partitions
  • Receive events from Event Hub
  • Track consumer progress with checkpoints
  • Retrieve Event Hub properties
  • Execute async event operations

Inputs

  • Event Hub namespace
  • Event Hub name
  • Azure credentials
  • Blob storage account URL
  • Checkpoint container name

Outputs

  • Sent event batches
  • Received event data
  • Updated checkpoint state
  • Event Hub partition properties

Requirements

  • Python environment
  • azure-eventhub package
  • azure-identity package
  • azure-eventhub-checkpointstoreblob-aio package
  • Azure Event Hub access permissions

Source

  • Spec: SKILL.md
azure
event-hubs
python
streaming
checkpointing
Send event batches
Send events to specific partitions
Receive events from Event Hub
Track consumer progress with checkpoints
Event Hub namespace
Event Hub name
Azure credentials
Sent event batches
Received event data
Updated checkpoint state