← 返回 Skills 市场
Polymarket Bundle Esports Tempo Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
194
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-bundle-esports-tempo-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-bundle-esports-tempo-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 194 次。
如何安装 Polymarket Bundle Esports Tempo Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-bundle-esports-tempo-trader」即可一键安装,无需额外配置。
Polymarket Bundle Esports Tempo Trader 是免费的吗?
是的,Polymarket Bundle Esports Tempo Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Bundle Esports Tempo Trader 支持哪些平台?
Polymarket Bundle Esports Tempo Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Bundle Esports Tempo Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills