← 返回 Skills 市场
Polymarket Bundle Dota2 Bo3 Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
178
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-bundle-dota2-bo3-trader
功能描述
Trades structural inconsistencies between Dota 2 BO3 winner, individual game winners, and game handicap markets on Polymarket. P(BO3 win) must equal f(P(Game...
安全使用建议
This skill appears to do what it says: structural-arbitrage detection and trading on Polymarket via the Simmer SDK. Before installing, consider: 1) Treat SIMMER_API_KEY as a high-value trading credential — ensure its scope and rotate it if possible. 2) Test thoroughly in paper mode (default) and only use --live when you intend to place real USDC trades. 3) Review the simmer-sdk package and your organization's policy for third‑party Python dependencies. 4) The skill mentions optional remixes that would add external data sources (OpenDota, PandaScore, etc.); adding those will likely require additional API keys and increase the attack surface, so only enable them intentionally. 5) Note that missing SIMMER_API_KEY will cause the script to error (it expects the env var). If you need higher assurance, inspect simmer-sdk and the full trader.py file for any logging or unexpected outbound endpoints before providing credentials.
功能分析
Type: OpenClaw Skill
Name: polymarket-bundle-dota2-bo3-trader
Version: 0.0.3
The bundle implements a specialized trading strategy for Dota 2 betting markets on Polymarket, focusing on structural arbitrage between Best-of-3 (BO3) winners and individual game winners. The code in trader.py is well-documented, follows the logic described in SKILL.md, and includes safety features such as paper-trading by default (venue='sim') and risk-management tunables. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力标签
能力评估
Purpose & Capability
Name/description (structural arbitrage on Polymarket) aligns with declared requirements: a single SIMMER_API_KEY and a simmer-sdk pip dependency. The code uses a SimmerClient to discover markets and submit trades, which is proportionate to a trading skill.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, parsing, consistency checks, and trade execution. There are no instructions or code paths that read unrelated system files, collect arbitrary host data, or send data to endpoints outside the trading/market data context. The README warns that live trading requires an explicit --live flag and the default mode is sim.
Install Mechanism
No custom download/install script; clawhub.json declares a pip dependency on 'simmer-sdk'. Using pip is expected for this type of skill and is moderate-risk but appropriate. There are no downloads from unknown URLs or archive extraction.
Credentials
Only one required environment variable (SIMMER_API_KEY) is declared and actually used. That is expected for a trading agent. The SKILL.md explicitly calls this a high-value credential. No unrelated secrets or system config paths are requested.
Persistence & Privilege
The skill is not forced-always (always: false) and autostart/cron are disabled by default. The automaton entrypoint exists but autostart is false. Autonomous model invocation is allowed (platform default) but does not combine with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-bundle-dota2-bo3-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-bundle-dota2-bo3-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 Dota 2 BO3 Structure Trader for Polymarket.
- Detects and trades on structural inconsistencies between Dota 2 BO3 winner, individual game winners, and handicap markets.
- Automatically computes implied BO3 and handicap probabilities from individual game markets and compares to market prices.
- Executes trades only when inconsistency exceeds a configurable threshold.
- Risk parameters and safeguards adjustable via Simmer UI; defaults to paper trading for safety.
- All plumbing handled—ready to customize with advanced signal logic or data sources.
元数据
常见问题
Polymarket Bundle Dota2 Bo3 Trader 是什么?
Trades structural inconsistencies between Dota 2 BO3 winner, individual game winners, and game handicap markets on Polymarket. P(BO3 win) must equal f(P(Game... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。
如何安装 Polymarket Bundle Dota2 Bo3 Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-bundle-dota2-bo3-trader」即可一键安装,无需额外配置。
Polymarket Bundle Dota2 Bo3 Trader 是免费的吗?
是的,Polymarket Bundle Dota2 Bo3 Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Bundle Dota2 Bo3 Trader 支持哪些平台?
Polymarket Bundle Dota2 Bo3 Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Bundle Dota2 Bo3 Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills