From esdb
Ping an EventSourcingDB instance to check if it is reachable. Use when the user wants to verify connectivity or check if EventSourcingDB is running.
npx claudepluginhub thenativeweb/claude-plugins --plugin esdbThis skill is limited to using the following tools:
Check if an EventSourcingDB instance is reachable.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Check if an EventSourcingDB instance is reachable.
Read the base URL from the environment variable ESDB_URL. If it is not set, default to http://localhost:3000.
echo "ESDB_URL: ${ESDB_URL:-http://localhost:3000}"
No authentication is required for this endpoint.
curl -s -i "${ESDB_URL:-http://localhost:3000}/api/v1/ping"
Check that the response contains HTTP status 200 OK and the Server header starts with EventSourcingDB/.
The response body is JSON in CloudEvents format and contains:
{"data":{"message":"My God, it's full of stars."}}