← 返回 Skills 市场
Polyvision
作者
mysticriverx
· GitHub ↗
· v1.0.12
1654
总下载
10
收藏
3
当前安装
13
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polyvision - 安装完成后,直接呼叫该 Skill 的名称或使用
/polyvision触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1654 次。
如何安装 Polyvision?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polyvision」即可一键安装,无需额外配置。
Polyvision 是免费的吗?
是的,Polyvision 完全免费(开源免费),可自由下载、安装和使用。
Polyvision 支持哪些平台?
Polyvision 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polyvision?
由 mysticriverx(@mysticriverx)开发并维护,当前版本 v1.0.12。
推荐 Skills