polymarket-analysis
Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
Best use case
polymarket-analysis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
Teams using polymarket-analysis should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/polymarket-analysis/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How polymarket-analysis Compares
| Feature / Agent | polymarket-analysis | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
# Polymarket Analysis
Identify trading advantages in Polymarket prediction markets through multi-modal analysis.
**Scope:** Analysis and opportunity identification only. No trade execution.
## Modes
| 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` |
## Scripts
```bash
# 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
```bash
# From profile URL: polymarket.com/profile/0x...
python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5
```
## Core Strategies
| 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` |
## Alert Thresholds
| Event | Threshold |
|-------|-----------|
| Price change | ±5% in 1h |
| Large trade | >$5,000 |
| Pair cost | <$0.98 |
| Volume spike | >2x avg |
## APIs
| 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
- `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 aggregationRelated Skills
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
polymarket-traiding-bot
No description provided.
polymarket-agent
Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities
polymarket-5
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
polymarket-4
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
polymarket-3
Query Polymarket prediction market odds and events via CLI. Search for markets, get current prices, list events by category. Supports sports betting (NFL, NBA, soccer/EPL, Champions League), politics, crypto, elections, geopolitics. Real money markets = more accurate than polls. No API key required. Use when asked about odds, probabilities, predictions, or "what are the chances of X".
polymarket-2
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
financial-market-analysis
Precision Financial Insights - Analyze stocks, companies, and market sentiment using authoritative data. Powered by Yahoo Finance and enhanced with intelligent news synthesis by we-crafted.com/agents/financial-market-analysis - Buy CRAFTED_API_KEY in our website to start using
a-stock-analysis
A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。
portfolio-watcher
Monitor stock/crypto holdings, get price alerts, track portfolio performance
portainer
Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.
portable-tools
Build cross-device tools without hardcoding paths or account names