This gives you command-line access to Polymarket screeners through Nansen's API. You can pull trending events, sort markets by 24-hour volume or liquidity, search for specific questions like "bitcoin", and filter by status (open vs. resolved). It's solid for quickly scanning what's hot on prediction markets without opening a browser, or if you're building workflows that need to track volume spikes or new market creation. The sorting options are practical (volume_24hr, liquidity, open_interest, unique_traders_24h), and it defaults to active markets which is what you usually want. Requires a Nansen API key and installs via npm.
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-prediction-markets