← Back to Skills Marketplace
diagnostikon

Polymarket 24h Player Prop Consistency Trader

by diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ Security Clean
192
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-24h-player-prop-consistency-trader
Description
Trades NBA player prop mispricings on Polymarket by detecting cross-stat consistency or divergence for the same player (Points, Rebounds, Assists O/U) and id...
Usage Guidance
This skill appears internally consistent for trading Polymarket props via the Simmer SDK. Before installing: 1) Verify the simmer-sdk PyPI package and its GitHub repository (maintainer identity, recent activity, and source code) so you trust the code that will run with your API key. 2) Treat SIMMER_API_KEY as high-value: restrict its permissions if possible, use a test/paper key first, and rotate/revoke it if you stop using the skill. 3) Run the skill in paper/sim mode and review logs and outputs before enabling --live. 4) If you want extra assurance, scan or review the full trader.py and the simmer-sdk code for any hardcoded or external endpoints beyond Simmer/Polymarket and confirm no unexpected telemetry/exfiltration. 5) Note the small metadata mismatch (clawhub.json version differs from published version) — not necessarily malicious, but worth a quick author check.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-24h-player-prop-consistency-trader Version: 0.0.3 The skill is a legitimate NBA player prop trading bot designed for Polymarket. It implements a cross-stat consistency strategy (Points, Rebounds, Assists) as described in SKILL.md and trader.py. The code uses the simmer-sdk to interact with markets, includes safety features such as paper trading by default (venue='sim'), and provides risk-management tunables in clawhub.json. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description match what the code does: discover Polymarket player-prop markets, parse questions, group by player, and place trades via the Simmer SDK. The single required credential (SIMMER_API_KEY) is appropriate for a trading integration.
Instruction Scope
SKILL.md gives focused trading instructions (market discovery, parsing, grouping, trade sizing). It explicitly defaults to paper trading and requires an explicit --live flag for real trades. The runtime code only reads the declared SIMMER_* environment variables and uses them as tunables; it does not instruct reading unrelated system files or other credentials.
Install Mechanism
There is no custom installer in the skill bundle, but clawhub.json declares a pip dependency on 'simmer-sdk'. Using PyPI packages is a normal approach for this integration, but pip-installed packages are third-party code — validate the simmer-sdk package provenance (PyPI/GitHub) and review its code or trust model before granting the API key.
Credentials
Only SIMMER_API_KEY (a trading key) is required and the various SIMMER_* tunables are declared and used for risk control. The requested environment variables are proportional to a trading skill. The skill also documents SIMMER_API_KEY as a high-value credential.
Persistence & Privilege
The skill is not force-included (always:false), autostart and cron are false/null, and automaton entrypoint is declared but managed and not autostarting. This is a normal footprint for an optional trading skill and does not request elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-24h-player-prop-consistency-trader
  3. After installation, invoke the skill by name or use /polymarket-24h-player-prop-consistency-trader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
24h Player Prop Consistency Trader v1.0.0 - Initial release of skill for auto-trading NBA player props on Polymarket using cross-stat consistency analysis. - Detects and exploits mispricings where a player's Points, Rebounds, and Assists O/U markets show inconsistent signals or outlier divergence. - Includes paper trading by default with full credential requirements and risk controls via tunables. - Handles all plumbing: market discovery, grouping, execution, and safety checks. - Designed as a template—can be extended to additional sports or stat types.
Metadata
Slug polymarket-24h-player-prop-consistency-trader
Version 0.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Polymarket 24h Player Prop Consistency Trader?

Trades NBA player prop mispricings on Polymarket by detecting cross-stat consistency or divergence for the same player (Points, Rebounds, Assists O/U) and id... It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.

How do I install Polymarket 24h Player Prop Consistency Trader?

Run "/install polymarket-24h-player-prop-consistency-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket 24h Player Prop Consistency Trader free?

Yes, Polymarket 24h Player Prop Consistency Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket 24h Player Prop Consistency Trader support?

Polymarket 24h Player Prop Consistency Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket 24h Player Prop Consistency Trader?

It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.

💬 Comments