← Back to Skills Marketplace
860
Downloads
0
Stars
8
Active Installs
9
Versions
Install in OpenClaw
/install polymarket-wallet-xray
Description
X-ray any Polymarket wallet — skill level, entry quality, bot detection, and edge analysis. Queries Polymarket's public APIs, no authentication needed. Inspi...
Usage Guidance
This package mixes two things: a public-wallet forensics tool (which appears to use Polymarket's public data endpoints and does not require auth) and a Simmer account helper that requires a SIMMER_API_KEY. Before installing or providing credentials: 1) Confirm whether you need to set SIMMER_API_KEY — it's only necessary for scripts/status.py (account info), not necessarily for wallet_xray.py. 2) Inspect wallet_xray.py yourself (it uses data-api.polymarket.com) and verify it doesn't call any private endpoints. 3) If you must provide SIMMER_API_KEY, create a limited/rotatable API key and avoid storing it in a long-lived global environment variable; prefer to supply it at runtime or in a restricted environment. 4) Run the analysis in an isolated environment (container/VM) first and monitor outbound connections to ensure it only talks to Polymarket/Simmer endpoints. 5) Ask the publisher to clarify the intended data sources and to correct the manifest/docs mismatch (either make SIMMER_API_KEY optional or document why it's required). If you cannot confirm those points, treat the credential request as unnecessary risk and avoid supplying your Simmer API key.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-wallet-xray
Version: 1.1.3
The skill provides legitimate tools for analyzing Polymarket trading wallets and checking Simmer account status. It utilizes public Polymarket data APIs and the official Simmer API for its operations. While the documentation in SKILL.md references some command-line arguments (like --top-wallets) not present in the provided wallet_xray.py script, this appears to be a documentation oversight or incomplete implementation rather than malicious intent. No evidence of data exfiltration, unauthorized access, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
The skill advertises analysis of public Polymarket wallets (no auth needed). However clawhub.json and SKILL.md's setup flow require a SIMMER_API_KEY and pip-install of simmer-sdk. The main analysis file (wallet_xray.py) calls Polymarket's public data API directly and does not import simmer-sdk, while scripts/status.py does call the Simmer API and requires an API key. The required env var in the bundle is disproportionate to the advertised primary purpose (public wallet forensics).
Instruction Scope
SKILL.md alternates between saying it uses Polymarket public APIs and the Simmer API to fetch trades. It instructs installation of simmer-sdk and storing SIMMER_API_KEY. The analysis script itself uses public data-api.polymarket.com (no auth) while scripts/status.py requires an API key and queries simmer.markets. This expands the skill's scope (account-level actions) beyond the stated 'public, no auth' functionality.
Install Mechanism
No custom install script or remote downloads are present; the package requests a pip dependency (simmer-sdk) in clawhub.json and SKILL.md suggests pip install simmer-sdk. That's a normal dependency install (moderate trust). There are no downloads from unknown URLs or extracted archives.
Credentials
The bundle (clawhub.json + SKILL.md) requires SIMMER_API_KEY, yet the core analysis script appears to operate without credentials. Requesting a credential that is unnecessary for the advertised public-data functionality is disproportionate and raises risk: supplying SIMMER_API_KEY grants the skill access to account-level Simmer APIs (balance, positions) via scripts/status.py.
Persistence & Privilege
The skill does not request always:true, has no install-time modifications beyond a pip dependency, and does not declare system-wide config paths or other skills' configs. Autonomous invocation is allowed by default (normal) but does not combine with other high privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-wallet-xray - After installation, invoke the skill by name or use
/polymarket-wallet-xray - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.3
Doc-only update: Gamma API reference now points at /markets/keyset (Polymarket deprecation deadline May 1, 2026). No code changes.
v1.1.2
Add Setup Flow section with pip install simmer-sdk
v1.1.1
Add auto_redeem() call at start of each cycle for external wallet support
v1.1.0
polymarket-wallet-xray 1.1.0 Changelog
- Updated configuration: clawhub.json modified.
- No user-facing features or documentation changes in this release.
v1.0.4
AgentSkills format — moved platform config to clawhub.json for cross-agent compatibility
v1.0.3
Version 1.0.3
- Added "difficulty: beginner" to the skill metadata for clearer audience targeting.
- No other functional or content changes.
v1.0.2
Version 1.0.2
- Updated documentation in SKILL.md to clarify that a hedge check showing a combined average < $1.00 indicates a potential structural edge that depends on execution, fees, and spread.
- Adjusted risk warning language for hedge/arbitrage to be more precise regarding actual profitability.
- No changes to code or external APIs; update is documentation-only.
v1.0.1
Polymarket Wallet X-Ray v1.0.1
- Updated version number to 1.0.1 in documentation.
- No functional changes; documentation (SKILL.md) only.
v1.0.0
Initial release of Polymarket Wallet X-Ray:
- Analyze any Polymarket wallet with skill level, entry quality, bot detection, and edge assessment
- Fetches trading data via Polymarket's public APIs; no authentication required
- Inspired by "Autopsy of a Polymarket Whale" forensic trading framework
- Returns detailed metrics (profitability, behavior, risk, and recommendations) for education and research
- Provides quick command examples for wallet analysis, comparison, and research on trading behavior
- Includes comprehensive documentation on interpreting results and responsible use
Metadata
Frequently Asked Questions
What is Polymarket Wallet Xray?
X-ray any Polymarket wallet — skill level, entry quality, bot detection, and edge analysis. Queries Polymarket's public APIs, no authentication needed. Inspi... It is an AI Agent Skill for Claude Code / OpenClaw, with 860 downloads so far.
How do I install Polymarket Wallet Xray?
Run "/install polymarket-wallet-xray" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Wallet Xray free?
Yes, Polymarket Wallet Xray is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Wallet Xray support?
Polymarket Wallet Xray is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Wallet Xray?
It is built and maintained by AD88 (@adlai88); the current version is v1.1.3.
More Skills