← Back to Skills Marketplace
Polymarket 48h Nba Game Structure Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
187
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-48h-nba-game-structure-trader
Description
Trades structural inconsistencies across correlated NBA game markets on Polymarket by grouping moneyline, spread, O/U (full-game and 1H), and 1H moneyline ma...
Usage Guidance
This skill appears to do what it says: parse Polymarket NBA markets and paper-trade by default. Before enabling live trading, ensure you (1) set SIMMER_API_KEY only on environments you trust, (2) test extensively in paper mode to validate parsing rules and edge cases, and (3) review tunables (min trade size, max position, thresholds) to limit real financial exposure. Note the pip dependency (simmer-sdk) will be installed — verify the package source if you require stricter supply-chain controls.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-48h-nba-game-structure-trader
Version: 0.0.3
The skill is a legitimate trading bot designed to exploit structural inconsistencies in NBA betting markets on Polymarket. It uses the 'simmer-sdk' to interact with the platform and includes robust logic in 'trader.py' for market parsing and arbitrage detection. The code follows security best practices by defaulting to a simulation (paper trading) mode and requires an explicit '--live' flag for real financial transactions, with no evidence of data exfiltration or malicious execution.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (Polymarket NBA structural arbitrage) align with the code and metadata. The skill declares a single trading credential (SIMMER_API_KEY) and depends on simmer-sdk, both of which are reasonable and expected for interacting with Polymarket via the Simmer platform.
Instruction Scope
SKILL.md and trader.py describe market discovery, parsing, grouping, consistency checks, and trade execution. The skill defaults to paper trading and requires an explicit --live flag for real trades. The instructions ask the agent to provide the trading signal (alpha) — be aware that giving an agent authority to generate or modify live trade signals can lead to real financial actions if --live is used.
Install Mechanism
clawhub.json lists a pip dependency (simmer-sdk). Installing a package from PyPI is moderate-risk but expected for an SDK. There is no opaque download URL or archive extract. (Minor metadata inconsistency: top-level registry summary stated 'No install spec' while clawhub.json includes pip requirements; this is not harmful but worth noting.)
Credentials
Only SIMMER_API_KEY is required as a credential (declared and used in trader.py). Other tunables are numeric environment variables (non-secrets). No unrelated secrets or credentials are requested.
Persistence & Privilege
The skill is not force-enabled (always: false) and autostart/cron are false/null. The code calls apply_skill_config if available but does not modify other skills or system-wide config. Autonomous invocation is allowed (platform default) but not combined with unusual privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-48h-nba-game-structure-trader - After installation, invoke the skill by name or use
/polymarket-48h-nba-game-structure-trader - 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.2
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.1
No changes detected in this version.
- No file changes were made since the previous release.
- Functionality, documentation, and configuration remain the same.
Metadata
Frequently Asked Questions
What is Polymarket 48h Nba Game Structure Trader?
Trades structural inconsistencies across correlated NBA game markets on Polymarket by grouping moneyline, spread, O/U (full-game and 1H), and 1H moneyline ma... It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.
How do I install Polymarket 48h Nba Game Structure Trader?
Run "/install polymarket-48h-nba-game-structure-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket 48h Nba Game Structure Trader free?
Yes, Polymarket 48h Nba Game Structure Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket 48h Nba Game Structure Trader support?
Polymarket 48h Nba Game Structure Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket 48h Nba Game Structure Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills