install · quickstart

Install in 30 seconds.

sports-workbench is a single-binary CLI. Try it with npx, or set it up properly with one curl | bash. Node 20+ required.

fast · try it now (no setup)
one command · fetches + runs the binary · nothing installed
10s
npx -p @srivtx/sports-workbench sports-workbench --version

Then try any command. To run the live agent on devnet, you'll still need to subscribe once (step 2 below).

proper · full setup for live signals
3 steps · ~5 min · devnet is free
5 min
1install the binary
curl -fsSL https://sports-workbench.srivtx.xyz/install.sh | bash

no sudo, no PATH issues. writes to ~/.npm-global/bin.

2subscribe on-chain (one-time, ~0.002 SOL)
sports-workbench subscribe --devnet --level 1 --weeks 4
export TXLINE_API_TOKEN=<apiToken>

mints a Token-2022 subscription. valid for 30 days. copy the apiToken from output.

3run the live signal agent
sports-workbench signal --devnet --strategy sharpDetector --threshold 0.5 --state ./signals.json

connects to the free World Cup SSE feed. fires verifiable signals on every sharp move. Ctrl+C to stop.

troubleshoot
8 env issues detected and fixed automatically
optional
sports-workbench doctor --fix