← Back to Skills Marketplace
Polymarket Bundle Esports Tempo Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
194
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-bundle-esports-tempo-trader
Description
Trades tempo inconsistencies across Dota2 and esports game props on Polymarket. Within the same game first blood timing correlates with kill pace and Ends in...
Usage Guidance
This skill appears to be what it says: a Polymarket tempo-bundling trading bot that needs a Simmer API key and the simmer-sdk Python package. Before installing or providing credentials: 1) Verify provenance — the package has no homepage/source and metadata versions mismatch; prefer skills with a public repo and release history. 2) Inspect/validate the simmer-sdk package source (PyPI owner, recent changes) to avoid supply-chain risk. 3) Keep SIMMER_API_KEY secret and only supply it after testing in paper mode; do not run with --live until you’ve validated trade logic and sizing. 4) Consider creating a limited test API key (if Simmer supports it) or rotating the key after testing. 5) If you want higher assurance, ask the author for the source repo and a signed release, and review the rest of trader.py (the truncated portion) to confirm there are no unexpected network calls or secret exfiltration paths.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-bundle-esports-tempo-trader
Version: 0.0.3
The skill bundle implements a legitimate trading strategy for esports prediction markets on Polymarket, specifically targeting Dota2 'tempo' inconsistencies. The code in trader.py uses the simmer-sdk to analyze correlations between different game props (e.g., First Blood vs. Total Kills) and executes trades based on identified mispricings. It follows security best practices for trading bots, such as a 'safe by default' paper-trading mode and configurable risk parameters in clawhub.json, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description, SKILL.md, clawhub.json, and trader.py all describe a Polymarket tempo-bundling trading strategy and require a Simmer client; requiring SIMMER_API_KEY and the simmer-sdk dependency is proportionate to that purpose. Small inconsistencies exist: the top-level registry summary listed no required env/credential, but clawhub.json and SKILL.md both declare SIMMER_API_KEY as required. Also the published package version (registry 0.0.3) differs from clawhub.json version 0.0.2—this suggests sloppy metadata or packaging issues, not necessarily malicious behavior.
Instruction Scope
SKILL.md and trader.py limit runtime actions to market discovery, parsing, bundle construction, tempo scoring, and trade execution via the Simmer SDK. The skill explicitly defaults to paper trading and only performs real trades when run with an explicit --live flag; it does not instruct reading unrelated system files or exfiltrating data in the provided instructions. The agent-provided alpha requirement is expected for a strategy template.
Install Mechanism
This is instruction+code (no complex install spec). clawhub.json declares a pip dependency on 'simmer-sdk', which is expected for using SimmerClient. Installing a third-party Python package is a moderate-risk action but appropriate for this skill's functionality. The simmer-sdk package origin should be verified before installation.
Credentials
The only runtime secret the skill requires is SIMMER_API_KEY (declared in both SKILL.md and clawhub.json), which is appropriate for a trading client. However, the provided registry metadata above incorrectly showed 'Required env vars: none' and 'Primary credential: none' — that mismatch is a red flag in the packaging/metadata. Treat SIMMER_API_KEY as a high-value credential: it grants trading authority and could be used to place real USDC trades if the skill is run with --live.
Persistence & Privilege
autostart is false and always is false, so the skill is not force-enabled for all agents. It is automaton-managed with an entrypoint (trader.py), which is expected for an executable trading skill. Autonomous model invocation is allowed (the platform default) but not combined with 'always:true' or extra credentials here, so no elevated persistent privilege is evident in the files provided.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-bundle-esports-tempo-trader - After installation, invoke the skill by name or use
/polymarket-bundle-esports-tempo-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.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
Initial release of Bundle Esports Tempo Trader
- Detects and trades tempo inconsistencies across Dota2/esports game props on Polymarket (first blood, kills O/U, daytime ending, rampage, ultra kill).
- Groups all game props into bundles, analyzes correlated signals, and targets mispricings when tempo indicators contradict each other.
- Built-in safeguards: defaults to paper trading, requires explicit --live flag for real trades, risk and market parameters are fully tunable.
- Template-ready: supports plugin logic for draft data, hero picks, and live match feeds for advanced signal development.
- Seamless integration with simmer-sdk for automated market discovery, trading, and position management.
Metadata
Frequently Asked Questions
What is Polymarket Bundle Esports Tempo Trader?
Trades tempo inconsistencies across Dota2 and esports game props on Polymarket. Within the same game first blood timing correlates with kill pace and Ends in... It is an AI Agent Skill for Claude Code / OpenClaw, with 194 downloads so far.
How do I install Polymarket Bundle Esports Tempo Trader?
Run "/install polymarket-bundle-esports-tempo-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Bundle Esports Tempo Trader free?
Yes, Polymarket Bundle Esports Tempo Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Bundle Esports Tempo Trader support?
Polymarket Bundle Esports Tempo Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Bundle Esports Tempo Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills