← Back to Skills Marketplace
Polyvision
by
mysticriverx
· GitHub ↗
· v1.0.12
1654
Downloads
10
Stars
3
Active Installs
13
Versions
Install in OpenClaw
/install polyvision
Description
Analyze Polymarket prediction market wallets — get copy trading scores (1-10), P&L, win rate, risk metrics (Sharpe ratio, Sortino ratio, max drawdown), red f...
Usage Guidance
This skill appears internally consistent, but verify the PolyVision service before installing: confirm the domain (https://polyvisionx.com), read its privacy/terms to understand how wallet data and API keys are used, never provide private keys (only public wallet addresses), store the pv_live_* API key securely as an env var, and consider using a scoped/revocable key if available. Because the skill relies on an external API, review the service reputation and TLS certificate and be cautious about sharing sensitive account details.
Capability Analysis
Type: OpenClaw Skill
Name: polyvision
Version: 1.0.12
The OpenClaw skill 'polyvision' is designed to analyze Polymarket prediction market wallets via an external API (api.polyvisionx.com). The `SKILL.md` clearly defines its purpose, usage, and API interactions, requiring a `POLYVISION_API_KEY` for authentication. All described operations are read-only analysis of public blockchain data. Crucially, `disable-model-invocation: true` is set, preventing the agent from generating arbitrary commands. There is no evidence of prompt injection attempts, malicious execution, data exfiltration beyond the necessary API key, persistence mechanisms, or obfuscation within the provided files. The skill's behavior aligns with its stated purpose and lacks high-risk indicators.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: a single POLYVISION_API_KEY and network calls to api.polyvisionx.com are appropriate for a remote wallet-analysis service. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md confines runtime behavior to calling the PolyVision MCP/REST API for wallet analysis and describes only wallet-address inputs. It does not instruct reading local files, unrelated env vars, or sending data to external endpoints beyond the service domain.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; lowest install risk. All network activity is via the documented API endpoints.
Credentials
Only one env var (POLYVISION_API_KEY) is required and declared as primary; this is proportional to a remote API-backed analysis service. No other secrets or config paths are requested.
Persistence & Privilege
No elevated persistence requested (always is false). disable-model-invocation is true, so the model cannot autonomously call the skill, which reduces risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polyvision - After installation, invoke the skill by name or use
/polyvision - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
Portfolio management via REST API and MCP — users can now manage their tracked wallet portfolios through the API and MCP server
- `GET /v1/portfolio` — paginated portfolio listing with wallet scores, nicknames, and notification settings
- `POST /v1/portfolio` — add wallets with optional nicknames, enforces free (3) / premium (20) limits
- `DELETE /v1/portfolio/{wallet_address}` — remove wallets from portfolio
- MCP tools: `get_portfolio`, `add_to_portfolio`, `remove_from_portfolio` with matching functionality
v1.0.11
- Update in response schema to remove deprecated method
v1.0.10
- API key instructions updated: now generated via the Telegram bot instead of email or REST endpoint.
- Clarified setup steps and added link to [PolyVision Telegram Bot](https://t.me/PolyVisionBot).
- Added link to full API documentation (https://polyvisionx.com/docs).
- No functional or tool interface changes.
v1.0.9
PolyVision 1.0.9 Changelog
- Added support for viewing recent trade history for any Polymarket wallet via `get_recent_trades`.
- Updated documentation and skill description to include recent trade activity as a core feature.
- Expanded use cases to cover trade history and latest trader activity queries.
v1.0.8
No user-facing changes detected in version 1.0.8.
- Removal of regenerate and deactivating key from SKILL.md to mitigate against possible prompt injections
- All features, documentation, and usage instructions remain unchanged.
v1.0.7
- Added the get_strategy tool, providing daily-updated copy trading strategy profiles and backtests for conservative, moderate, and aggressive risk levels.
- Expanded "When to Use" to cover copy trading strategy and risk profile recommendations.
- Updated documentation to reflect availability and usage of the get_strategy endpoint.
v1.0.6
PolyVision 1.0.6 introduces major feature expansions and trader discovery tools:
- Added wallet discovery features: daily leaderboard of top traders, hot bets from top performers, and random elite wallet discovery.
- Expanded wallet analysis to include detailed open position data (entry/current prices, P&L).
- New API tools: `get_hot_bets` (top open bets), `get_leaderboard` (daily trader ranking), and `discover_wallet` (find random elite wallets).
- Updated use case guidance: now addresses discovering top bets, finding new traders, and viewing individual open positions.
- Documentation enhanced to reflect new endpoints, parameters, and result fields.
v1.0.5
Fix metadata key: use clawdis (registry-parsed) instead of openclaw for env var declarations
v1.0.4
Remove env var declarations from metadata to fix registry mismatch — API key setup documented in SKILL.md body
v1.0.3
Add primaryEnv and disable-model-invocation to resolve ClawhHub scan credential and privilege findings
v1.0.2
Remove orphaned stdio transport section referencing polyvision-mcp binary and DATABASE_URL credentials — resolves ClawhHub suspicious scan findings
v1.0.1
Version 1.0.1
- No code or documentation changes detected in this release.
- Functionality, API, and documentation remain unchanged from the previous version.
- Updated author
v1.0.0
PolyVision 1.0.0 – Polymarket Wallet Analyzer initial release
- Analyze Polymarket prediction market wallets for copy trading potential via MCP or REST API.
- Provides copy trading scores (1-10), P&L breakdown, win rate, Sharpe/Sortino/max drawdown, category stats, and red flag detection.
- Includes quick and full analysis modes, trader comparison, streak analysis, and recommendations.
- Offers robust API key management, usage tracking (no limits), and comprehensive error codes.
- Supports both MCP and REST integration for flexible setup.
Metadata
Frequently Asked Questions
What is 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 f... It is an AI Agent Skill for Claude Code / OpenClaw, with 1654 downloads so far.
How do I install Polyvision?
Run "/install polyvision" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polyvision free?
Yes, Polyvision is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Polyvision support?
Polyvision is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polyvision?
It is built and maintained by mysticriverx (@mysticriverx); the current version is v1.0.12.
More Skills