This is a crypto trading scanner that watches all 521 perpetuals on Hyperliquid without burning through your token budget. It runs a four-stage filter starting with BTC macro context, then bulk screens by volume (default $500K minimum), and only hands off real opportunities to the LLM. The clever bit is doing all the technical indicator math in Python so you're not spending 500k+ tokens just to compute candles. If you're building trading tools with Claude and need to scan hundreds of assets without going broke on API costs, this is the approach. Fair warning though, it failed the Gen Agent Trust Hub audit, so check the security reports before you run it with real money.
npx -y skills add senpi-ai/senpi-skills --skill opportunity-scanner --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mattpocock/skills