← 返回 Skills 市场
Polymarket 48h Sports Line Curve Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
208
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-48h-sports-line-curve-trader
功能描述
Trades structural mispricings in sports over/under markets by reconstructing the implied probability curve across multiple O/U line values for the same game...
安全使用建议
This skill appears internally consistent: it needs a single trading API key (SIMMER_API_KEY) and a PyPI SDK (simmer-sdk) which match its purpose. Before installing: 1) Treat SIMMER_API_KEY as high-value — keep it in a secure secrets store and do not reuse a key with wider privileges. 2) Run only in paper mode first (default) and review logs and simulated trades to verify behavior. 3) If you enable live trading, start with conservative tunables (small SIMMER_MAX_POSITION, low concurrency) and rotate the API key after initial tests. 4) Vet the simmer-sdk PyPI package and its homepage/repos for trustworthiness and recent maintenance. 5) If you need deeper assurance, inspect the remainder of trader.py (trade-execution code paths) and any network calls inside simmer-sdk to confirm no unexpected endpoints or credential forwarding occur.
功能分析
Type: OpenClaw Skill
Name: polymarket-48h-sports-line-curve-trader
Version: 0.0.3
The skill bundle implements a legitimate sports arbitrage trading strategy for Polymarket, focusing on detecting mathematical inconsistencies in over/under line curves. The code in trader.py is well-structured, lacks obfuscation, and includes safety features such as a default paper-trading mode and slippage safeguards. No evidence of data exfiltration, malicious execution, or prompt injection was found; the logic strictly follows the stated purpose in SKILL.md.
能力标签
能力评估
Purpose & Capability
Name/description claim trading Polymarket O/U curve violations. The skill requires SIMMER_API_KEY and the simmer-sdk Python package (declared in clawhub.json and SKILL.md) which is appropriate for a trading client; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md describes market discovery, curve construction, signal thresholds, and a clear default to paper trading; trader.py implements parsing, curve building, violation detection, and uses SimmerClient for market and trade interactions. Instructions do not ask the agent to read unrelated files or exfiltrate data. Live trading requires an explicit --live flag.
Install Mechanism
No install spec included in the package itself; clawhub.json lists a pip dependency on simmer-sdk (PyPI). Pulling a public PyPI package for a trading SDK is expected for this purpose and is proportionate; no arbitrary URL downloads or archive extraction are present.
Credentials
Only SIMMER_API_KEY is required (declared). The code also reads tunable parameters from environment but these are optional and used for risk limits. No unrelated secrets (cloud keys, tokens) are requested.
Persistence & Privilege
autostart is false and always is not set; the skill will not run automatically unless explicitly started or configured. The code does call apply_skill_config when available, but this is limited to the Simmer runtime and is not a cross-skill/system modification.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-48h-sports-line-curve-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-48h-sports-line-curve-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
polymarket-48h-sports-line-curve-trader v1.0.0
- Initial release!
- Trades sports over/under markets by detecting and arbitraging mathematical inconsistencies in implied probability curves across multiple O/U lines.
- Flags and trades on two violation types: monotonicity breaks (all sports) and set-vs-match inconsistencies (tennis).
- Offers safety features: defaults to paper trading, requires explicit live mode to risk real USDC, and is fully tunable via Simmer UI.
- Fully automatic market discovery, curve construction, violation ranking, and smart trade sizing.
元数据
常见问题
Polymarket 48h Sports Line Curve Trader 是什么?
Trades structural mispricings in sports over/under markets by reconstructing the implied probability curve across multiple O/U line values for the same game... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Polymarket 48h Sports Line Curve Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-48h-sports-line-curve-trader」即可一键安装,无需额外配置。
Polymarket 48h Sports Line Curve Trader 是免费的吗?
是的,Polymarket 48h Sports Line Curve Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket 48h Sports Line Curve Trader 支持哪些平台?
Polymarket 48h Sports Line Curve Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket 48h Sports Line Curve Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills