← Back to Skills Marketplace
diagnostikon

Polymarket Copy Consensus Trader

by diagnostikon · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
137
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-copy-consensus-trader
Description
Only trades Polymarket markets where 3+ top whale wallets independently agree on direction. Filters out noisy single-wallet signals and focuses on high-convi...
Usage Guidance
This skill appears internally consistent with its goal of consensus-based trading: it fetches public data from predicting.top and Polymarket, computes consensus, and uses the Simmer SDK to place trades. Before installing or running it, consider the following: - Keep SIMMER_API_KEY secret: this key authorizes trades. Running with --live will execute real USDC trades. Test thoroughly in paper mode first. - Dependency review: clawhub.json lists simmer-sdk. Ensure you install a vetted version of that package (review its source) before running to avoid supply-chain surprises. - Network calls: the skill makes outbound HTTP requests to predicting.top and data-api.polymarket.com. If you require stricter network controls, review/whitelist those endpoints. - Review the full trader.py: I reviewed the large portions provided, but the file was truncated in the supplied content. Inspect the entire file yourself for any unexpected network endpoints, obfuscated code, or credential exfiltration before granting production access. - Operational controls: use paper mode and limit API key scopes if possible; enable monitoring/alerts on live trading and restrict autostart unless you intend continuous operation. If you want, I can (1) scan the remainder of trader.py for anything unusual if you provide the full file, (2) produce a concise checklist of items to verify in simmer-sdk, or (3) help craft minimal IAM/scoped permissions for the SIMMER_API_KEY.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-copy-consensus-trader Version: 1.0.1 The skill implements a legitimate consensus-based trading strategy for Polymarket using the Simmer SDK. It fetches public leaderboard data from predicting.top and wallet activity from the official Polymarket data API (data-api.polymarket.com) to identify trades where multiple 'whale' wallets agree. The code in trader.py is transparent, follows the stated logic, and includes safety features such as defaulting to paper trading unless a live flag is explicitly provided.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description match what the code and SKILL.md do: fetch a predicting.top leaderboard, pull wallet activity from data-api.polymarket.com, build a consensus map, and place trades via a Simmer SDK client. The single required secret (SIMMER_API_KEY) is proportional — it is the trading authority. The pip dependency (simmer-sdk) declared in clawhub.json is consistent with the SimmerClient usage in trader.py.
Instruction Scope
SKILL.md instructs the agent to fetch leaderboard and wallet activity, aggregate consensus, and optionally execute live trades only when --live is passed. The instructions and the code both restrict default behavior to paper trading and document the same APIs and env variables. The instructions do not ask for unrelated files, system secrets, or unexpected external endpoints.
Install Mechanism
There is no explicit install script (instruction-only style), which minimizes install-time risk. clawhub.json lists a pip requirement (simmer-sdk) but no automated installer — ensure your environment will install that dependency before running. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requires SIMMER_API_KEY (declared) and reads a set of SIMMER_* tunables; these are all declared in clawhub.json and are reasonable for a trading skill. No unrelated credentials or high-privilege system paths are requested. The code uses only public third-party HTTP APIs (predicting.top and Polymarket data API).
Persistence & Privilege
The skill is not marked always:true, autostart is false, and it defaults to paper mode. It does not request to modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but it is not paired with elevated persistence or unexplained credential access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-copy-consensus-trader
  3. After installation, invoke the skill by name or use /polymarket-copy-consensus-trader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
SDK resilience: try/except runt apply_skill_config
v1.0.0
Initial release
Metadata
Slug polymarket-copy-consensus-trader
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Polymarket Copy Consensus Trader?

Only trades Polymarket markets where 3+ top whale wallets independently agree on direction. Filters out noisy single-wallet signals and focuses on high-convi... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.

How do I install Polymarket Copy Consensus Trader?

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

Is Polymarket Copy Consensus Trader free?

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

Which platforms does Polymarket Copy Consensus Trader support?

Polymarket Copy Consensus Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Copy Consensus Trader?

It is built and maintained by diagnostikon (@diagnostikon); the current version is v1.0.1.

💬 Comments