From sundial-org-awesome-openclaw-skills-4
Analyzes Polymarket prediction markets for trading edges using pair cost arbitrage, whale tracking, sentiment analysis, and momentum signals. No trade execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:polymarket-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify trading advantages in Polymarket prediction markets through multi-modal analysis.
Identify trading advantages in Polymarket prediction markets through multi-modal analysis.
Scope: Analysis and opportunity identification only. No trade execution.
| Mode | Description | Reference |
|---|---|---|
| Analyze | One-time market analysis | This file |
| Monitor | 24/7 market monitoring | references/market-monitoring-setup.md |
| Profile | Track user wallet positions | scripts/fetch-polymarket-user-profile.py |
# 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]
https://gamma-api.polymarket.com/markets?slug={slug}# From profile URL: polymarket.com/profile/0x...
python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5
| Strategy | Description | Reference |
|---|---|---|
| Pair Cost Arbitrage | YES+NO < $1.00 | references/pair-cost-arbitrage.md |
| Momentum | RSI, MA signals | references/momentum-analysis.md |
| Whale Tracking | Large trades | references/whale-tracking.md |
| Sentiment | News/social | references/sentiment-analysis.md |
| Event | Threshold |
|---|---|
| Price change | ±5% in 1h |
| Large trade | >$5,000 |
| Pair cost | <$0.98 |
| Volume spike | >2x avg |
| API | Base URL | Use |
|---|---|---|
| Gamma | gamma-api.polymarket.com | Markets, prices |
| Data | data-api.polymarket.com | User positions, trades, P&L |
| CLOB | clob.polymarket.com | Order books, trading |
See references/polymarket-api.md for full endpoint reference.
references/polymarket-api.md - API endpoints (Gamma, Data, CLOB)references/market-monitoring-setup.md - 24/7 cron monitoringreferences/pair-cost-arbitrage.md - Arbitrage detectionreferences/momentum-analysis.md - Technical analysisreferences/whale-tracking.md - Smart money trackingreferences/sentiment-analysis.md - Sentiment aggregationnpx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Analyzes Polymarket prediction markets, researches real-world news, and identifies trading opportunities. Executes trades via the poly CLI.
Analyzes top Polymarket traders for copy trading signals using Dune analytics and Polymarket Data API. Scores wallets by win rate, PnL, and risk.
Reads live Polymarket prediction-market data: market discovery, details, orderbook, and recent trades on Polygon mainnet. Useful for checking election odds, betting prices, or any 'will X happen?' market.