Observe events in real time from an EventSourcingDB instance. Use when the user wants to watch, monitor, or stream live events as they are written.
Ping an EventSourcingDB instance to check if it is reachable. Use when the user wants to verify connectivity or check if EventSourcingDB is running.
Read details about a single event type from an EventSourcingDB instance. Use when the user wants to inspect a specific event type, check if it has a schema, or see its details.
Read all event types from an EventSourcingDB instance. Use when the user wants to list or discover all event types that exist in the event store.
Read events from an EventSourcingDB instance. Use when the user wants to fetch, list, or view events for a subject, with optional filtering, ordering, and bounds.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugins by the native web GmbH.
| Plugin | Description |
|---|---|
| esdb | Interact with EventSourcingDB using its HTTP API |
Add the marketplace to Claude Code:
/plugin marketplace add thenativeweb/claude-plugins
Then install any plugin listed above.
Interact with EventSourcingDB using its HTTP API.
/plugin install esdb@thenativeweb
Set the following environment variables:
ESDB_URL – Base URL of your EventSourcingDB instance (default: http://localhost:3000)ESDB_API_TOKEN – API token for authentication (you will be asked if not set)/esdb:ping
/esdb:verify-api-token
/esdb:write-events
/esdb:read-events
/esdb:observe-events
/esdb:read-subjects
/esdb:read-event-type
/esdb:read-event-types
/esdb:run-eventql-query
/esdb:register-event-schema
npx claudepluginhub thenativeweb/claude-plugins --plugin esdbImplement event-driven APIs with message queues and event streaming
Elasticsearch and Kibana REST API expertise for querying, indexing, managing indices, cluster health, aggregations, ES|QL, and dashboard deployment
Editorial "DDD & Evented Architecture" bundle for Claude Code from Antigravity Awesome Skills.
Ecto skills for database interactions in Elixir
Interactive YAML config and Bloblang authoring for Redpanda Connect
Claude skill for the domaindriven Haskell event sourcing and CQRS library