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), and streak analysis. 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, or researching a trader's risk profile before following their positions. Free API key, no daily limits, 6-hour result caching.
Why use this skill?
Analyze Polymarket prediction market wallets with PolyVision. Get copy trading scores, P&L, risk metrics, and win rates to find elite traders and minimize risk.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pryorx/polyvisionWhat This Skill Does
PolyVision is a specialized analytical engine designed specifically for the Polymarket ecosystem. It transforms raw blockchain activity into actionable intelligence by generating comprehensive trader profiles. The tool calculates a proprietary copy-trading score (1-10) based on historical performance, consistency, and risk management. Beyond simple P&L tracking, PolyVision computes sophisticated metrics including Sharpe and Sortino ratios, maximum drawdown, and detailed streak analysis. By breaking down performance across specific market categories and time windows (7d, 30d, 90d), it allows users to distinguish between skilled market makers and lucky gamblers. The agent operates via a seamless MCP server integration or a REST API, providing a standardized way to vet any Ethereum wallet address involved in prediction markets.
Installation
To integrate PolyVision into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/pryorx/polyvision
For MCP users, add the PolyVision server to your configuration file:
{
"mcpServers": {
"polyvision": {
"type": "streamable-http",
"url": "https://api.polyvisionx.com/mcp",
"headers": {
"Authorization": "Bearer ${POLYVISION_API_KEY}"
}
}
}
}
Ensure you have registered for your free API key via the PolyVision registration endpoint and saved it as an environment variable POLYVISION_API_KEY.
Use Cases
PolyVision is ideal for users who want to move beyond hearsay when selecting traders to follow. Key use cases include:
- Copy-Trading Due Diligence: Evaluating if a trader's "elite" status is backed by sustainable risk-adjusted returns or high-variance gambling.
- Portfolio Diversification: Identifying traders who specialize in different prediction categories, such as politics, crypto-events, or sports.
- Risk Mitigation: Detecting bot-like repetitive patterns or wallets that exhibit unsustainable drawdown levels before committing capital.
- Market Research: Comparing performance between competing wallets side-by-side to find the most consistent performers in specific markets.
Example Prompts
- "Analyze wallet 0x123... and tell me if they are a reliable trader to follow for the upcoming election markets."
- "Compare these two Polymarket traders [0xAddress1] and [0xAddress2]. Who has a better risk-adjusted return over the last 90 days?"
- "Run a full profile check on 0x... and identify any red flags or hidden losses that suggest they are over-leveraged."
Tips & Limitations
- Caching Strategy: PolyVision results are cached for 6 hours. If you need the absolute latest data, be aware that results might reflect the last cached state.
- Timing: Use the 'quick' mode (~5s) for general queries and the 'full' mode (~30-60s) when you need granular timing data for deeper analysis.
- Scope: PolyVision is strictly for Polymarket-specific wallet analysis. It cannot provide DeFi insights, NFT tracking, or direct order execution. It is a read-only decision-support tool.
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-pryorx-polyvision": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access