Scans Polymarket prediction markets for trading edges using their public APIs. The four scripts cover the basics: finding arbitrage (when YES + NO prices don't sum to $1), analyzing order book depth to see if an edge is actually tradable, detecting volume and price momentum, and tracking correlated exposure across your positions. No authentication needed since it's all read-only analysis. The fee awareness is solid, especially the note about dynamic fees on crypto short-term markets. Honest about limitations and includes a reference doc on strategies that still work. If you're actively trading prediction markets or just curious about market inefficiencies, this gives you the scanning infrastructure without having to write it yourself.
npx skills add https://github.com/mjunaidca/polymarket-skills --skill polymarket-analyzer