← 返回 Skills 市场
mibayy

Polymarket Sports Arbitrage

作者 Mibayy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
171
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sports-arbitrage
功能描述
Scans sports odds from traditional bookmakers (via The Odds API) to detect arbitrage opportunities — situations where two bookmakers offer contradictory odds...
安全使用建议
This skill appears internally consistent and does what it says: pull odds from The Odds API (or use demo data), detect arbs, and save results. Before installing: (1) confirm you trust the source since the code will make outbound HTTP requests; (2) if you supply an ODDS_API_KEY, ensure it has only the permissions you expect and rotate it if shared; (3) be aware it writes results to RESULTS_FILE (default /tmp) which is world-readable on many systems—point RESULTS_FILE to a safer location if needed; (4) clawhub.json schedules runs every 30 minutes—verify you want periodic scanning and network usage; (5) review the full sports_arbitrage.py locally if you need higher assurance (the presented portions are consistent, but always-audit code from unknown sources). Finally, consider legal/regulatory and personal-responsibility aspects of interacting with betting APIs in your jurisdiction.
能力评估
Purpose & Capability
Name/description match the implementation: the skill fetches odds (The Odds API), computes implied probabilities and stake splits, and logs/arbs results. Declared dependency (requests) and optional ODDS_API_KEY are appropriate for this purpose.
Instruction Scope
SKILL.md instructions describe fetching odds, using demo data when no API key is present, filtering by MIN_PROFIT_PCT, and writing results to RESULTS_FILE (default /tmp). The code follows this behaviour and does not request unrelated files, secrets, or hidden network endpoints in the visible sources.
Install Mechanism
No custom install script is present. clawhub.json declares a pip dependency on 'requests', which is proportionate to the task (HTTP requests). No third-party binaries, unusual downloads, or archive extraction steps are present.
Credentials
Only optional environment variables declared (ODDS_API_KEY, MIN_PROFIT_PCT, TOTAL_STAKE, SPORTS, RESULTS_FILE). These directly map to the skill's behaviour; no unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
The skill is an automaton with a cron schedule in clawhub.json (*/30 * * * *) so it will run periodically if installed. always:true is not set and there is no code that modifies other skills or system-wide configs. Note: autonomous invocation is enabled (platform default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sports-arbitrage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sports-arbitrage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix metadata: clarify no Polymarket connection, add The Odds API source URL, improve description accuracy
v1.0.0
Initial release: multi-bookmaker arb detection, Kelly stake split, The Odds API
元数据
Slug sports-arbitrage
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Polymarket Sports Arbitrage 是什么?

Scans sports odds from traditional bookmakers (via The Odds API) to detect arbitrage opportunities — situations where two bookmakers offer contradictory odds... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 Polymarket Sports Arbitrage?

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

Polymarket Sports Arbitrage 是免费的吗?

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

Polymarket Sports Arbitrage 支持哪些平台?

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

谁开发了 Polymarket Sports Arbitrage?

由 Mibayy(@mibayy)开发并维护,当前版本 v1.0.1。

💬 留言讨论