← 返回 Skills 市场
diagnostikon

Polymarket Bundle Cs2 Maps Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ⚠ suspicious
179
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-bundle-cs2-maps-trader
功能描述
Trades CS2 BO3 Winner markets when individual map winner probabilities imply a different BO3 outcome on Polymarket. Uses the binomial BO3 model to calculate...
安全使用建议
Before installing or providing credentials: 1) Note that SIMMER_API_KEY is required by the code and SKILL.md even though the top-level registry summary omitted it—do not supply the key unless you intend the skill to trade on your behalf. 2) Inspect and vet the simmer-sdk PyPI project (source repo, recent commits, maintainers) because the bot depends on it to access Polymarket. 3) Run the skill in paper/sim mode first (default) and review logs and API calls before using --live. 4) Limit the SIMMER_API_KEY scope (use a key with restricted permissions if possible) and rotate it after testing. 5) Confirm the platform's UI will not auto-enable live trading; autostart is false but double-check any deployment automation. 6) If you need higher assurance, request the full, untruncated trader.py and verify there are no hidden network endpoints, credential exfiltration, or eval/exec patterns.
功能分析
Type: OpenClaw Skill Name: polymarket-bundle-cs2-maps-trader Version: 0.0.3 The bundle implements a legitimate arbitrage trading strategy for Counter-Strike 2 matches on Polymarket. The logic in `trader.py` uses a binomial model to identify mispriced Best-of-3 markets based on individual map probabilities, and it includes safety features such as a default simulation mode (paper trading) and configurable risk limits. No evidence of data exfiltration, malicious prompt injection, or unauthorized access was found across the code or documentation.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's stated purpose (detect map-vs-BO3 mispricings and trade them) matches the included code (uses simmer-sdk to discover markets, build bundles, compute implied BO3 probability, and place trades). However the registry summary at the top of the package report lists "Required env vars: none" whereas both SKILL.md and clawhub.json declare SIMMER_API_KEY as required and the code reads os.environ['SIMMER_API_KEY']. This mismatch between registry metadata and the actual manifests is an incoherence to surface.
Instruction Scope
SKILL.md describes market discovery, bundle construction, paper-vs-live modes, and requires a Simmer API key. The runtime instructions and trader.py appear scoped to Polymarket/Simmer interactions and trading logic; they do not instruct arbitrary filesystem reads or exfiltration of unrelated data in the provided content.
Install Mechanism
No explicit install script is present (instruction-only install), but clawhub.json lists a pip dependency on 'simmer-sdk' (PyPI). Using a third-party PyPI package is expected for this skill, but it increases the trust surface—verify the simmer-sdk project and version before installing.
Credentials
The code and SKILL.md require a single high-value credential (SIMMER_API_KEY) which is appropriate for a trading/skimmer client. The concern is metadata inconsistency: the package-level summary initially reported no required env vars while the actual manifests and code require SIMMER_API_KEY. Ensure the platform will prompt for this credential and it won't be supplied inadvertently. No other credentials or unrelated env vars are requested.
Persistence & Privilege
autostart: false and cron: null are set; the skill does not request always:true. It declares an automaton entrypoint (trader.py) but defaults to paper trading and does not request elevated platform-wide privileges or modify other skills. Autonomous invocation (disable-model-invocation=false) is the default platform behavior and is not in itself flagged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-bundle-cs2-maps-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-bundle-cs2-maps-trader 触发
  4. 根据 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 CS2 Maps BO3 Arbitrage Trader. - Trades Polymarket BO3 winner markets when individual map winner probabilities imply a mispricing. - Uses binomial BO3 model to calculate implied probability from Map 1, Map 2, and Map 3 prices. - Signal spots violations above a minimum threshold and sizes trades by conviction. - Defaults to paper trading for safety; live trading requires explicit flag. - Key risk parameters and tunables are adjustable from Simmer UI.
元数据
Slug polymarket-bundle-cs2-maps-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket Bundle Cs2 Maps Trader 是什么?

Trades CS2 BO3 Winner markets when individual map winner probabilities imply a different BO3 outcome on Polymarket. Uses the binomial BO3 model to calculate... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。

如何安装 Polymarket Bundle Cs2 Maps Trader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-bundle-cs2-maps-trader」即可一键安装,无需额外配置。

Polymarket Bundle Cs2 Maps Trader 是免费的吗?

是的,Polymarket Bundle Cs2 Maps Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket Bundle Cs2 Maps Trader 支持哪些平台?

Polymarket Bundle Cs2 Maps Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket Bundle Cs2 Maps Trader?

由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。

💬 留言讨论