
Opportunity Capture
polymarket-user-analyzer
Polymarket User Analyzer automatically profiles a Polymarket account by username or wallet address, extracting the wallet from a public profile and fetching full trade history via the Polymarket Data API.
總覽
Polymarket User Analyzer automatically profiles a Polymarket account by username or wallet address, extracting the wallet from a public profile and fetching full trade history via the Polymarket Data API.
Polymarket User Analyzer automatically profiles a Polymarket account by username or wallet address, extracting the wallet from a public profile and fetching full trade history via the Polymarket Data API. It computes exhaustive metrics — total trades, capital deployed, average position size, trading frequency, market-type distribution, asset focus, time-of-day behavior, entry-price distributions, direction bias, position-sizing rules, P&L, ROI, win rate and risk-adjusted returns — and classifies strategy archetypes (value investor, momentum trader, arbitrageur, scalper, conviction trader). Use cases include competitive/trader research, portfolio risk assessment, compliance and moderation, and community transparency. Core advantages are API-driven reproducibility, support for username or address input, exportable detailed reports (JSON/CSV), customizable analysis windows, and clear, actionable summaries for decision-making.
Skill.md
這個 Skill 如何運作
Polymarket User Analyzer automatically profiles a Polymarket account by username or wallet address, extracting the wallet from a public profile and fetching full trade history via the Polymarket Data API.
Polymarket User Analyzer
Analyze any Polymarket user's trading strategy by their username or wallet address.
What This Skill Does
- Extracts wallet address from Polymarket username
- Fetches complete trading history via Polymarket Data API
- Analyzes trading patterns and strategy characteristics
- Generates comprehensive performance reports
Quick Start
# Analyze by username
node scripts/analyze_user.js @vague-sourdough
# Analyze by wallet address
node scripts/analyze_user.js 0x8c74b4eef9a894433B8126aA11d1345efb2B0488
# Save detailed report
node scripts/analyze_user.js @username --output report.json
Analysis Metrics
The analyzer provides:
Basic Statistics
- Total trades executed
- Total capital deployed
- Average position size
- Trading frequency
Market Preferences
- Market type distribution (politics, sports, crypto, etc.)
- Specific asset focus (BTC, ETH, SOL, etc.)
- Market duration preferences (5-min, hourly, daily, long-term)
Trading Patterns
- Direction bias (bullish/bearish)
- Entry price distribution (contrarian vs momentum)
- Position sizing strategy (fixed vs dynamic)
- Time-of-day patterns
Performance Metrics
- Total P&L (profit/loss)
- ROI (return on investment)
- Win rate (if calculable from redeems)
- Risk-adjusted returns
Strategy Classification
The analyzer identifies common strategy types:
- Value Investor: Buys underpriced outcomes (low entry prices)
- Momentum Trader: Follows market trends (high entry prices)
- Arbitrageur: Exploits pricing inefficiencies
- Scalper: High-frequency small positions
- Conviction Trader: Large positions, low frequency
API Reference
Polymarket Data API
Get wallet address from username:
// Fetch user profile page and extract address
const response = await fetch(`https://polymarket.com/@${username}`);
const html = await response.text();
const address = html.match(/0x[a-fA-F0-9]{40}/)[0];
Get trading history:
GET https://data-api.polymarket.com/activity?user={address}&limit={limit}
Response format:
{
"proxyWallet": "0x...",
"timestamp": 1234567890,
"type": "TRADE" | "REDEEM",
"side": "BUY" | "SELL",
"price": 0.45,
"size": 10.5,
"usdcSize": 5.0,
"outcome": "Yes" | "No",
"title": "Market title",
"slug": "market-slug"
}
Output Format
The analyzer generates a structured report:
Strategy Analysis: @username
Overview
- Total Trades: X
- Capital Deployed: $X
- ROI: X%
- Strategy Type: [Classification]
Market Focus
- Primary Markets: [List]
- Asset Distribution: [Breakdown]
Trading Characteristics
- Average Entry Price: X
- Position Sizing: [Fixed/Dynamic]
- Direction Bias: [Neutral/Bullish/Bearish]
Performance
- Total P&L: $X
- Win Rate: X%
- Best Trade: [Details]
- Worst Trade: [Details]
Strategy Insights
[Key observations and patterns]
Privacy & Ethics
Important: This skill only analyzes publicly available on-chain data. All Polymarket trades are public by design. This tool does not:
- Access private information
- Require authentication
- Store or transmit data to external servers
- Violate any terms of service
Users should be aware that their Polymarket activity is public and can be analyzed by anyone.
Limitations
- Only analyzes completed trades (on-chain data)
- Cannot see pending orders or private strategies
- REDEEM events may not always indicate wins (market could resolve to 0)
- Historical data limited by API (typically last 100-1000 trades)
- Does not account for gas fees or slippage
Use Cases
- Learning: Study successful traders' strategies
- Research: Analyze market participant behavior
- Due Diligence: Verify claimed trading performance
- Strategy Development: Identify profitable patterns
- Market Analysis: Understand trader sentiment and positioning
最適合用於
何時使用
Polymarket User Analyzer automatically profiles a Polymarket account by username or wallet address, extracting the wallet from a public profile and fetching full trade history via the Polymarket Data API.

01 · 會前準備
準備決策簡報
在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作
統一交接標準
讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新
更新投資邏輯
出現新催化劑、KPI 發布或財報結果後,更新情境假設。
社群回饋
越用越好用。
隨著 Skill 被使用與評審,回饋將顯示在這裡。
探索更多
相關 Skills
查看全部Thematic Investment Mapping
Map companies to a theme by revenue exposure, transmission channels, and second-order effects, then rank the best expressions of the theme. Use when building a thematic basket or researching idea…
alpha-finder
Alpha Finder is an AI-powered Market Oracle that researches prediction markets (Polymarket, Kalshi) and traditional sources to produce probability assessments, sentiment, event analysis, and…
capacitr
Capacitr provides single-call market discovery and paid analysis: paste a URL or free-text query and receive ranked Polymarket, Hyperliquid, and Deribit markets augmented with Quotient intelligence…