← 返回 Skills 市场
476
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install polymarket-sports-edge
功能描述
Find odds divergence between sportsbook consensus and Polymarket sports markets, then trade the gap.
安全使用建议
This skill is functionally coherent but exercise caution before installing and giving it live credentials. Prior to enabling LIVE=true or adding your SIMMER_API_KEY to a production agent: 1) Review the Simmer account/API key permissions — ensure the key scope is limited and use a dedicated account if possible. 2) Start with dry-run (LIVE unset or false) and observe several cycles to confirm matching and trade logic. 3) Inspect the included Python files (there are duplicate copies and some truncated/buggy-looking code fragments/typos) — run static tests and unit tests locally to ensure behavior matches expectations. 4) Confirm which clawhub.json/cron will be used (there are conflicting cron entries) so you know when the skill will run automatically. 5) Consider rate limits for The Odds API (free tier) and monitor for unexpected HTTP errors. If you are not comfortable reviewing code or limiting API key privileges, do not provide the SIMMER_API_KEY to this skill or enable LIVE mode.
功能分析
Type: OpenClaw Skill
Name: polymarket-sports-edge
Version: 1.2.0
The skill is a sports betting arbitrage tool designed to trade odds divergence between Polymarket and traditional sportsbooks. The logic in 'sports_edge.py' uses The Odds API and the Simmer SDK to identify mispriced markets and execute trades based on user-defined thresholds. The code is well-documented, lacks obfuscation, and contains no evidence of data exfiltration, unauthorized access, or malicious intent.
能力评估
Purpose & Capability
The skill claims to compare The Odds API prices to Polymarket via the Simmer SDK and to trade when a divergence threshold is met. The declared dependencies (simmer-sdk, requests) and required env vars (SIMMER_API_KEY, THE_ODDS_API_KEY) are exactly what you would expect for that behavior. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs only to fetch sportsbook odds and Simmer/Polymarket markets and run trades (dry-run by default). It does not instruct reading unrelated files or exfiltrating data. However the instructions assume the Simmer API key can be used to place orders: that is sensitive (financial) functionality and should be confirmed with the user before enabling LIVE mode.
Install Mechanism
No external binary downloads or archive extraction are used. Runtime requires pip packages (simmer-sdk, requests) declared in clawhub.json — a low-to-moderate risk install path consistent with the skill's purpose.
Credentials
Only SIMMER_API_KEY and THE_ODDS_API_KEY are required; optional env vars control thresholds and dry-run vs live behavior. These credentials are proportional to the purpose, but SIMMER_API_KEY grants the ability to transact on the user's account (potentially with real funds), so its privileges should be explicitly checked before enabling live trading.
Persistence & Privilege
The packaging includes automaton/managed entrypoint configuration and a cron schedule (so the skill can run periodically). There are two clawhub.json files with different cron schedules (root: "0 * * * *" vs nested: "55 * * * *") and mismatched metadata versions (1.1.0 vs 1.2.0). These inconsistencies suggest sloppy packaging and make it unclear how/when automated runs will occur — important because automated runs can place trades.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-sports-edge - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-sports-edge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Spread-based exits, resolution date filter, setup guide
v1.1.0
Add futures scanning for NBA, NFL, NHL, MLB
v1.0.0
Polymarket Sports Edge 1.0.0
- Initial release focusing on identifying and trading pricing gaps between Polymarket and sportsbook consensus for sports markets.
- Supports multiple sports, customizable divergence threshold, and trading amounts via environment variables.
- Dry run mode enabled by default; can switch to live trading.
- Connects to The Odds API and Simmer to fetch market and odds data.
- Matches events by teams and dates, computes implied probabilities, and logs all trade decisions.
- Sample output and setup instructions included for easy onboarding.
元数据
常见问题
Polymarket Sports Edge 是什么?
Find odds divergence between sportsbook consensus and Polymarket sports markets, then trade the gap. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 476 次。
如何安装 Polymarket Sports Edge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-sports-edge」即可一键安装,无需额外配置。
Polymarket Sports Edge 是免费的吗?
是的,Polymarket Sports Edge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Sports Edge 支持哪些平台?
Polymarket Sports Edge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Sports Edge?
由 0xjims(@0xjims)开发并维护,当前版本 v1.2.0。
推荐 Skills