← Back to Skills Marketplace
griffithkk3-del

Polymarket Smart Money

by griffithkk3-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
290
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-smart-money
Description
Discover, analyze, and filter Polymarket smart money wallets. Use when asked to find profitable traders, analyze wallet addresses, detect market makers or HF...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-smart-money
  3. After installation, invoke the skill by name or use /polymarket-smart-money
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: smart money discovery, MM/HFT detection, copy-trading reliability assessment
Metadata
Slug polymarket-smart-money
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 290 downloads so far.

How do I install Polymarket Smart Money?

Run "/install polymarket-smart-money" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Smart Money free?

Yes, Polymarket Smart Money is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Smart Money support?

Polymarket Smart Money is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Smart Money?

It is built and maintained by griffithkk3-del (@griffithkk3-del); the current version is v1.0.0.

💬 Comments