Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/fastproxy:check-health base-urlThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run `./bin/health-check.sh $ARGUMENTS` (default base URL: `http://localhost:8000`). Report: - Overall proxy status - Storage backend status - Active session count - Per-upstream-server health If status is not `ok`, diagnose: - `storage: error` → check Redis connectivity: `docker compose ps redis` - `server <alias>: down` → check the upstream server process or URL - Proxy unreachable (curl error) → check if `fastproxy serve` is running and the base URL is correct
Run ./bin/health-check.sh $ARGUMENTS (default base URL: http://localhost:8000).
Report:
If status is not ok, diagnose:
storage: error → check Redis connectivity: docker compose ps redisserver <alias>: down → check the upstream server process or URLfastproxy serve is running and the base URL is correctnpx claudepluginhub jmagar/fastproxy --plugin fastproxy