Polymarket Analysis

Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.

lukebaze

@lukebaze

What This Skill Does

Multi-strategy analysis tool for Polymarket prediction markets. Detects pair cost arbitrage, tracks whale trades, analyzes momentum and sentiment, and profiles user wallet positions. No trade execution.

Replaces manual monitoring of multiple Polymarket data sources by combining arbitrage detection, whale tracking, momentum signals, and sentiment analysis into a single automated analysis pipeline.

When to Use It

  • Identify YES+NO pair cost arbitrage opportunities below $0.98
  • Track large trades over $5,000 from whale wallets
  • Monitor price movements exceeding 5% within one hour
  • Analyze momentum signals using RSI and moving averages
  • Fetch a user's Polymarket position history and P&L
  • Set up 24/7 alerts for volume spikes exceeding 2x the average

Install

$ openclaw skills install @lukebaze/polymarket-analysis

Polymarket Analysis

Identify trading advantages in Polymarket prediction markets through multi-modal analysis.

Scope: Analysis and opportunity identification only. No trade execution.

Modes

ModeDescriptionReference
AnalyzeOne-time market analysisThis file
Monitor24/7 market monitoringreferences/market-monitoring-setup.md
ProfileTrack user wallet positionsscripts/fetch-polymarket-user-profile.py

Scripts

# Monitor market for alerts
python3 scripts/monitor-polymarket-market.py <market_url_or_id>

# Fetch user profile/positions
python3 scripts/fetch-polymarket-user-profile.py <wallet_address> [--trades] [--pnl]

Quick Start

Market Analysis

  1. Get market URL from user
  2. Fetch via https://gamma-api.polymarket.com/markets?slug={slug}
  3. Run multi-strategy analysis

User Profile

# From profile URL: polymarket.com/profile/0x...
python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5

Core Strategies

StrategyDescriptionReference
Pair Cost ArbitrageYES+NO < $1.00references/pair-cost-arbitrage.md
MomentumRSI, MA signalsreferences/momentum-analysis.md
Whale TrackingLarge tradesreferences/whale-tracking.md
SentimentNews/socialreferences/sentiment-analysis.md

Alert Thresholds

EventThreshold
Price change±5% in 1h
Large trade>$5,000
Pair cost<$0.98
Volume spike>2x avg

APIs

APIBase URLUse
Gammagamma-api.polymarket.comMarkets, prices
Datadata-api.polymarket.comUser positions, trades, P&L
CLOBclob.polymarket.comOrder books, trading

See references/polymarket-api.md for full endpoint reference.

References

  • references/polymarket-api.md - API endpoints (Gamma, Data, CLOB)
  • references/market-monitoring-setup.md - 24/7 cron monitoring
  • references/pair-cost-arbitrage.md - Arbitrage detection
  • references/momentum-analysis.md - Technical analysis
  • references/whale-tracking.md - Smart money tracking
  • references/sentiment-analysis.md - Sentiment aggregation

Related skills

Polymarket Arbitrage

@johny0920

Monitor and execute arbitrage opportunities on Polymarket prediction markets. Detects math arbitrage (multi-outcome probability mismatches), cross-market arbitrage (same event different prices), and orderbook inefficiencies. Use when user wants to find or trade Polymarket arbitrage, monitor prediction markets for opportunities, or implement automated trading strategies. Includes risk management, P&L tracking, and alerting.

134.9k

Polymarket Auto-Trader

@srikanthbellary

Autonomous Polymarket prediction market trading agent. Scans markets, evaluates probabilities with LLM, sizes positions with Kelly criterion, and executes trades via CLOB API. Use when user wants to trade on Polymarket, set up automated prediction market trading, or build a trading bot. Supports cron-based autonomous operation, P&L tracking, and budget management.

103.5k

Binance Spot Trader

@srikanthbellary

Autonomous Binance spot trading bot with LLM-powered market analysis. Supports momentum trading, mean reversion, and DCA strategies on any Binance spot pair. Use when user wants to trade on Binance, set up automated crypto trading, build a spot trading bot, or automate DCA buying. Features technical analysis, LLM sentiment evaluation, position sizing, and portfolio tracking.

104.7k

Polymarket Agent

@andretuta

Research Polymarket markets, whale flow and smart money; optionally trade a Polygon wallet behind deterministic risk guard-rails.

267.7k

Trading Research

@fpsjago

Binance cryptocurrency trading research, technical analysis, and position management. Triggers on requests for crypto prices, market data, trading analysis, DCA planning, position sizing, whale activity, or any trading research questions about Bitcoin, altcoins, or crypto markets.

55.6k

Kalshi Trading

@ghsmc

Trade on Kalshi prediction markets: check portfolio, search markets, analyze orderbooks, place/cancel orders, and manage binary contract positions.

72.3k