stingray
Installation
SKILL.md
Stingray
Quantitative research and data infrastructure for crypto markets, operated by the user's AI agent: composable alerts, backtests, and a knowledge graph spanning Hyperliquid, Lighter, Polymarket, Kalshi, and 100+ venues. Stingray ingests, correlates, and serves the data; the agent runs the loop end-to-end so the user can test more hypotheses faster.
Credentials
Check first, set up only if missing. Prefer STINGRAY_PAT from the environment if present (no file write needed):
if [ -n "$STINGRAY_PAT" ]; then
echo "configured via env (...${STINGRAY_PAT: -4})"
elif [ -f ~/.stingray/credentials ]; then
source ~/.stingray/credentials 2>/dev/null
echo "configured (...${STINGRAY_PAT: -4})"
else
echo "not configured"
fi