← Back to Skills Marketplace
diagnostikon

Polymarket 48h Player Prop Consistency Trader

by diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ Security Clean
188
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-48h-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 coherent and behaves as described, but take usual precautions before enabling live trading: (1) keep autostart disabled and test thoroughly in paper mode first, (2) only supply SIMMER_API_KEY if you trust the Simmer SDK and the Simmer/Polymarket service, (3) review the simmer-sdk package source on GitHub/PyPI yourself (or run it in an isolated environment) to confirm it does only expected API calls, (4) limit deposited funds and use a dedicated API key with minimal permissions if possible, and (5) verify that using such trading software complies with your regional laws and platform terms.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-48h-player-prop-consistency-trader Version: 0.0.3 The skill bundle implements a legitimate NBA player prop trading strategy for Polymarket using the Simmer SDK. The code in trader.py follows the logic described in SKILL.md, utilizing regex to parse market data and identifying statistical outliers across different prop lines for the same player. It includes safety features such as a default paper-trading mode (venue='sim') and explicit threshold checks, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (Polymarket player-prop trader) matches the code and metadata: it imports simmer_sdk, looks up player prop markets, analyzes cross-stat divergence, and places trades. The declared dependency (simmer-sdk) and required credential (SIMMER_API_KEY) are appropriate for a trading integration.
Instruction Scope
SKILL.md and trader.py instruct the agent to discover markets, parse questions, group by player, analyze divergences, and trade via the SimmerClient. There are no instructions to read unrelated files, exfiltrate arbitrary data, or call unexpected external endpoints in the provided code. Live trading requires an explicit --live flag and the README emphasizes paper mode by default.
Install Mechanism
There is no special install script; the package declares a pip dependency on 'simmer-sdk' (PyPI + GitHub referenced in SKILL.md). This is a standard package install vector and is proportionate to the skill's needs. No downloads from obscure URLs or archive extraction are present.
Credentials
Only SIMMER_API_KEY (the trading API key) and a set of tunable SIMMER_* env vars are used. Those tunables are documented in clawhub.json and used in the code. No unrelated secrets or system credentials are requested.
Persistence & Privilege
autostart is false, cron is null, and always:false — the skill does not request forced or persistent execution. disable-model-invocation is the platform default and not a unique privilege here. The code calls apply_skill_config if available (harmless in Simmer runtime).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-48h-player-prop-consistency-trader
  3. After installation, invoke the skill by name or use /polymarket-48h-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
- Initial release of the 48h Player Prop Consistency Trader skill for Polymarket. - Implements strategy to detect and trade on cross-stat consistency or divergence in NBA player props (Points, Rebounds, Assists O/U) for the same player. - Identifies and exploits outlier stat markets that disagree with the consensus direction across a player’s props. - Includes robust market discovery, grouping, signal calculation, and safe trade execution with tunable risk parameters. - Defaults to paper trading for user safety; live trading enabled with explicit flag. - Requires SIMMER_API_KEY credential and offers configuration via Simmer UI.
Metadata
Slug polymarket-48h-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 48h 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 188 downloads so far.

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

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

Is Polymarket 48h Player Prop Consistency Trader free?

Yes, Polymarket 48h 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 48h Player Prop Consistency Trader support?

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

Who created Polymarket 48h Player Prop Consistency Trader?

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

💬 Comments