Loading...
Loading...
Use this skill whenever the user wants to browse, search, scan, or explore Polymarket prediction markets. This includes finding markets by topic or category, checking current prices and order books, getting market data, viewing trading volumes, looking up prediction market odds, or fetching live Polymarket data. Trigger on: polymarket, prediction market, browse markets, scan markets, market data, trading prices, order book, market odds, betting odds, event contracts, binary options, crypto prices polymarket, polymarket volume, market liquidity, polymarket search, find markets.
npx skill4agent add mjunaidca/polymarket-skills polymarket-scannerscripts//home/verticalclaw/.venvsource /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/scan_markets.py --limit 10source /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/scan_markets.py --category "crypto" --limit 20
source /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/scan_markets.py --search "trump" --limit 10source /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/scan_markets.py --min-volume 100000 --sort-by volume24hrsource /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/get_orderbook.py --token-id <TOKEN_ID># Single token
source /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/get_prices.py --token-id <TOKEN_ID>
# Multiple tokens
source /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/get_prices.py --token-id <ID1> --token-id <ID2>--limit N--category TEXT--search TEXT--min-volume N--sort-by FIELDvolume24hrliquidityendDatestartDate--ascendingquestionslugoutcomesoutcome_pricestoken_idsvolume_24hvolume_totalliquidityspreadend_dateactiveaccepting_orders--token-id ID--depth Nmarketasset_idbidsasksspreadmidpointbid_depthask_depth--token-id ID--market-slug SLUGtoken_idmidpointbest_bidbest_askspreadlast_trade_pricelast_trade_sidescan_markets.pyget_prices.pyget_orderbook.pyreferences/api-guide.mdreferences/market-types.md