polyvision
Analyze Polymarket prediction market wallets — get copy trading scores (1-10), P&L, win rate, risk metrics (Sharpe ratio, Sortino ratio, max drawdown), red flags, position sizing, market category performance, recent performance (7d/30d/90d), streak analysis, individual open positions with entry/current prices, and recent trade history. Also discover elite traders via daily leaderboard, hot bets from top traders, and random wallet discovery. Connects via MCP server or REST API. Use when evaluating whether to copy trade a Polymarket trader, comparing multiple wallets side-by-side, screening for elite prediction market performers, checking if a wallet has bot-like trading patterns or hidden losses, researching a trader's risk profile, viewing recent trade activity, finding today's best open bets, or discovering new traders to follow. Free API key, no daily limits, 6-hour result caching.
Why use this skill?
Analyze Polymarket wallets with PolyVision. Get copy trading scores, P&L, risk metrics, and top trader leaderboards for intelligent prediction market insights.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mysticriverx/polyvisionWhat This Skill Does
PolyVision is a specialized analytical engine designed specifically for the Polymarket prediction market ecosystem. It transforms raw blockchain transaction data into actionable insights by calculating sophisticated risk and performance metrics for individual wallets. The skill provides a comprehensive 'copy trading score' (rated 1-10) by evaluating a trader's win rate, P&L history, Sharpe and Sortino ratios, and maximum drawdown metrics. Beyond static reporting, PolyVision monitors active positions, identifying 'hot bets' and providing transparency into an elite trader's market category preferences and specific position sizing strategies. Whether you are conducting deep due diligence on a specific wallet or scanning for high-performing traders to emulate, PolyVision acts as your institutional-grade dashboard for the decentralized prediction market landscape.
Installation
To integrate PolyVision into your environment, follow the standard MCP (Model Context Protocol) integration steps. Add the configuration block to your client's settings file (e.g., claude_desktop_config.json):
{ "mcpServers": { "polyvision": { "type": "streamable-http", "url": "https://api.polyvisionx.com/mcp", "headers": { "Authorization": "Bearer ${POLYVISION_API_KEY}" } } } }
Additionally, install the plugin using the OpenClaw command-line interface: clawhub install openclaw/skills/skills/mysticriverx/polyvision. Ensure you obtain your free API key from the PolyVision portal and store it in your environment variables to enable authentication.
Use Cases
PolyVision is designed for power users and traders looking for an edge in Polymarket. Primary use cases include:
- Copy Trading Due Diligence: Evaluating whether a trader's performance is driven by skill or luck by reviewing their streak analysis and risk-adjusted returns.
- Portfolio Screening: Comparing multiple wallets side-by-side to find those with consistent, low-volatility returns in specific market categories like politics or crypto prices.
- Elite Discovery: Accessing the daily leaderboard to identify consistent winners and monitoring their latest 'hot bets' to uncover high-conviction positions.
- Risk Management: Checking a wallet for 'red flags' such as bot-like trading patterns, excessive leverage, or hidden deep losses.
Example Prompts
- "Analyze this wallet 0x123... and tell me if they are worth copy trading. What is their win rate and maximum drawdown?"
- "Who are the top 5 traders on the daily leaderboard today, and what are their most profitable open positions?"
- "Show me the 90-day performance of this wallet and identify any red flags in their recent trade history."
Tips & Limitations
- Caching: Results are cached for 6 hours; for extremely time-sensitive data, be aware that minor delays may exist in the API response.
- Read-Only: This skill is strictly for analysis. It cannot execute trades or move funds; it is designed to inform your decision-making process.
- Context Matters: A low Sharpe ratio doesn't always mean a bad trader—some high-frequency market makers have different risk profiles. Always review the 'red flags' section to distinguish between legitimate strategies and aggressive, high-risk gambling.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mysticriverx-polyvision": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access