← 返回 Skills 市场
Polymarket Smart Money
作者
griffithkk3-del
· GitHub ↗
· v1.0.0
· MIT-0
290
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-smart-money
功能描述
Discover, analyze, and filter Polymarket smart money wallets. Use when asked to find profitable traders, analyze wallet addresses, detect market makers or HF...
安全使用建议
This skill appears to implement what it describes, but there are important mismatches you should address before using it: (1) The SKILL.md expects a local project at {baseDir}/../../agents/polymarket-bot/PolyAnalysis and a .venv — the registry entry provides no code or install steps. Do you actually have that repository and virtualenv? (2) The instructions reference POLYGON_RPC_URL (an Alchemy key) in .env but the skill manifest does not declare any required credentials — do not paste secrets into .env without reviewing the code. (3) Because the skill runs arbitrary Python scripts, inspect the PolyAnalysis code (fetcher.py, analyzer.py, etc.) before running to ensure there is no hidden exfiltration or network calls beyond the documented APIs. Recommended safe steps: run the code in an isolated sandbox or container, provide only a read-only RPC key (if needed), audit the repository for any network/HTTP calls that send data to unknown endpoints, and ensure .env does not contain other secrets. If you cannot review the code, treat this skill as untrusted and avoid supplying private credentials.
功能分析
Type: OpenClaw Skill
Name: polymarket-smart-money
Version: 1.0.0
The skill bundle provides a structured framework for analyzing Polymarket trader performance and identifying 'smart money' by filtering out market makers and high-frequency trading bots. It utilizes standard Polymarket APIs and Alchemy RPC for data retrieval, with logic documented in SKILL.md and reference files (e.g., mm-score-details.md) focusing on legitimate trading metrics like PnL/Volume ratios and holding times. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
The name/description align with the instructions: it fetches Polymarket leaderboard and activity data, scores wallets, and detects market makers/HFT. However the SKILL.md assumes an existing local project at {baseDir}/../../agents/polymarket-bot/PolyAnalysis and a virtualenv/.venv, which is not reflected in the manifest (no code files required, no install steps). Expectation of local code/runtime is a meaningful mismatch.
Instruction Scope
Runtime instructions require the agent (or user) to cd into a relative project path, activate a virtualenv, and run python scripts (analyze.py, discovery commands). They also reference a .env with POLYGON_RPC_URL for Alchemy RPC access. These instructions therefore implicitly require reading and using local files (project code, .venv, .env) and running arbitrary Python scripts — scope is broader than an 'instruction-only' skill that declares no code or env dependencies.
Install Mechanism
No install spec is present (instruction-only). That is low-risk from automatic installation perspective, but because the instructions expect a local repo and virtualenv, the user/agent will need to obtain and run external code separately — review that code before execution.
Credentials
The manifest declares no required environment variables or primary credential, yet SKILL.md explicitly references POLYGON_RPC_URL=https://polygon-mainnet.g.alchemy.com/v2/<key> in .env for Phase 2 on-chain analysis. This is an undeclared sensitive dependency (a private RPC key). The skill may also require other credentials for trading endpoints (CLOB) though not declared. Missing declaration of these secrets is disproportionate and suspicious.
Persistence & Privilege
The skill does not request always:true or system-wide persistence and is user-invocable (normal). However, it instructs running local Python scripts from a repo path and activating a virtualenv — executing those scripts gives them whatever privileges the agent/user account has. That risk is operational (run-time), not manifest-level, so treat as a caution rather than a manifest privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-smart-money - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-smart-money触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: smart money discovery, MM/HFT detection, copy-trading reliability assessment
元数据
常见问题
Polymarket Smart Money 是什么?
Discover, analyze, and filter Polymarket smart money wallets. Use when asked to find profitable traders, analyze wallet addresses, detect market makers or HF... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。
如何安装 Polymarket Smart Money?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-smart-money」即可一键安装,无需额外配置。
Polymarket Smart Money 是免费的吗?
是的,Polymarket Smart Money 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Smart Money 支持哪些平台?
Polymarket Smart Money 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Smart Money?
由 griffithkk3-del(@griffithkk3-del)开发并维护,当前版本 v1.0.0。
推荐 Skills