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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/esdb:pingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check if an EventSourcingDB instance is reachable.
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."}}
npx claudepluginhub thenativeweb/claude-plugins --plugin esdbProvides 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.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.