← Back to Skills Marketplace
diagnostikon

Polymarket Copy Size Conviction Trader

by diagnostikon · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
125
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-copy-size-conviction-trader
Description
Weights copytrading by portfolio concentration -- a whale committing 30% of capital to one market signals far more conviction than 2% spread across many. Cop...
Usage Guidance
This skill appears to do what it says: it scrapes predicting.top and Polymarket data, computes concentration signals, and uses the Simmer SDK to paper- or live-trade. Before installing: 1) Confirm you are comfortable granting SIMMER_API_KEY to this skill and check what permissions that API key has (it can place orders when live). 2) Start in paper mode (default) and review logs/output to verify behavior. 3) Note the metadata inconsistency: the registry summary omitted required env vars but clawhub.json requires SIMMER_API_KEY and a pip dependency (simmer-sdk). 4) Review Simmer account settings and revoke the API key if you later decide to stop using the skill. If you need me to, I can point out the exact lines in trader.py where network calls and Simmer usage occur.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-copy-size-conviction-trader Version: 1.0.1 The skill implements a legitimate Polymarket copy-trading strategy based on whale portfolio concentration. It fetches data from public APIs (predicting.top and polymarket.com) and executes trades via the simmer-sdk, with clear safety mechanisms like a default paper-trading mode and configurable risk parameters in trader.py and clawhub.json.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill implements a copy-trading strategy that fetches leaderboards and on-chain activity, computes portfolio concentration, and uses a Simmer client to paper- or live-trade. The declared runtime dependency (simmer-sdk) and the required API key (SIMMER_API_KEY in clawhub.json) are appropriate for that purpose. Minor inconsistency: top-level registry metadata earlier listed no required env vars, but clawhub.json requires SIMMER_API_KEY.
Instruction Scope
SKILL.md and trader.py limit actions to: scraping predicting.top leaderboard, calling Polymarket data API, computing concentrations, and interacting with the Simmer service. The instructions and implementation do not read unrelated system files or credentials. Note: SKILL.md documents many SIMMER_* tunables but does not explicitly mention the required SIMMER_API_KEY; the code does require it to instantiate the SimmerClient.
Install Mechanism
The registry summary claimed 'no install spec', but clawhub.json lists a pip dependency (simmer-sdk). Using pip to install a single SDK is proportionate for this skill. No downloads from arbitrary URLs or extracted archives were found.
Credentials
The only sensitive credential required is SIMMER_API_KEY (declared in clawhub.json) which is proportionate because the skill can place trades via the Simmer API. Tunables are exposed as SIMMER_* environment vars as expected. Again, top-level metadata omitting SIMMER_API_KEY is an inconsistency to be aware of.
Persistence & Privilege
The skill is not always:on, not autostarted, and allows user invocation; autonomous model invocation is permitted (platform default) but the skill does not request elevated system privileges or modify other skills. It can execute live trades only when explicitly run in live mode (and with a valid SIMMER_API_KEY).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-copy-size-conviction-trader
  3. After installation, invoke the skill by name or use /polymarket-copy-size-conviction-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 with signal_data for backtest support
Metadata
Slug polymarket-copy-size-conviction-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 Size Conviction Trader?

Weights copytrading by portfolio concentration -- a whale committing 30% of capital to one market signals far more conviction than 2% spread across many. Cop... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install Polymarket Copy Size Conviction Trader?

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

Is Polymarket Copy Size Conviction Trader free?

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

Which platforms does Polymarket Copy Size Conviction Trader support?

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

Who created Polymarket Copy Size Conviction Trader?

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

💬 Comments