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...
Security Analysis
high confidenceThe skill's requests and runtime instructions are coherent with its stated purpose (Polymarket wallet analysis) and only require a single API key for the described remote service.
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.
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.
Instruction-only skill with no install spec or downloaded code; lowest install risk. All network activity is via the documented API endpoints.
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.
No elevated persistence requested (always is false). disable-model-invocation is true, so the model cannot autonomously call the skill, which reduces risk.
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.
Latest Release
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
Popular Skills
Published by @mysticriverx on ClawHub