with one click
polymarket-analysis
// Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
// Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
Scan HTML and JSX for accessibility issues with AI-powered fix suggestions
Multi-channel ABM automation that turns LinkedIn URLs into coordinated outbound campaigns. Scrapes profiles, enriches with Apollo (email + phone), gets mailing addresses via Skip Trace, then orchestrates email sequences, LinkedIn touches, and handwritten letters via Scribeless. The secret weapon for standing out in crowded inboxes.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
| name | polymarket-analysis |
| description | Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution. |
| version | 2.1.0 |
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 aggregation