Polymarket Screener ๐ฏ
version: "2.0.0"
by bytesagain1 ยท published 2026-03-22
$ claw add gh:bytesagain1/bytesagain1-polymarket-screener---
version: "2.0.0"
name: Polymarket Screener
description: "Filter Polymarket prediction markets and track probabilities. Use when screening bets, drafting analyses, outlining trends, tracking price movements."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# Polymarket Screener ๐ฏ
Filter and analyze prediction markets on Polymarket using their public API. Find undervalued bets, track probability movements, and discover high-opportunity markets.
Comparison: Polymarket Screener vs Manual Browsing
| Capability | Manual Browsing | Polymarket Screener |
|-----------|----------------|-------------------|
| Filter by probability range | โ Limited | โ Exact range (e.g., 20%-40%) |
| Filter by liquidity | โ No | โ Min/max liquidity filters |
| Track probability changes | โ Manual checking | โ Automated tracking with delta |
| Multi-category scan | โ One at a time | โ All categories at once |
| Probability movement alerts | โ No | โ Configurable thresholds |
| Historical probability data | โ Limited chart | โ Exportable time series |
| Bulk opportunity scoring | โ No | โ Automated scoring |
| Custom watchlists | โ No | โ JSON watchlist with tracking |
| Export to HTML report | โ No | โ Professional report output |
| Sort by expected value | โ No | โ Built-in EV calculator |
Getting Started
No API key needed โ Polymarket's public API is free.
# List active markets
bash scripts/polymarket-screener.sh list --limit 20
# Filter by category
bash scripts/polymarket-screener.sh list --category politics --limit 50
# Find high-opportunity markets (low probability, high liquidity)
bash scripts/polymarket-screener.sh opportunities --min-liquidity 50000 --prob-range "5-30"
# Track probability changes
bash scripts/polymarket-screener.sh track --market-id MARKET_SLUG --hours 48
# Generate full screening report
bash scripts/polymarket-screener.sh report --output polymarket-report.htmlMarket Categories
Opportunity Scoring
Markets are scored based on:
Score = (Liquidity Factor ร 0.3) + (Probability Edge ร 0.3) + (Time Value ร 0.2) + (Movement ร 0.2)
Liquidity Factor: Higher liquidity = higher score (easier to enter/exit)
Probability Edge: Markets with probabilities far from 50% but trending = opportunity
Time Value: Markets resolving soon with high uncertainty = valuable
Movement: Recent probability shifts indicate new informationWhat Makes a Good Opportunity?
1. **Probability between 15-35% or 65-85%** โ Enough edge without extreme odds
2. **Liquidity > $50K** โ Can enter meaningful position
3. **Recent movement > 5%** โ Market is actively repricing
4. **Resolution within 30 days** โ Time value is concrete
5. **Your own knowledge edge** โ You know something the market doesn't
Output Formats
| Command | Description |
|---------|-------------|
| `markets` | Markets |
| `odds` | Odds |
| `value-bets` | Value Bets |
| `watchlist` | Watchlist |
API Rate Limits
Polymarket's public API has rate limits. The screener respects these automatically:
Disclaimer
โ ๏ธ Prediction markets involve real money and financial risk. This tool provides analysis only โ it does not place bets or manage positions. Always do your own research.
---
๐ฌ Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
Commands
Run `polymarket-screener help` to see all available commands.
More tools from the same signal band
Order food/drinks (็น้ค) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...