CLV Tracker — Closing Line Value
/install clv-tracker
CLV Tracker — Closing Line Value
Track and measure your betting edge by comparing placement odds against closing lines.
When to Use
Use this skill when the user asks about:
- Logging a bet with placement odds for CLV tracking
- Checking closing line value for recent bets
- Generating a CLV performance report
- Whether their betting edge is real or variance
- Exporting bet history for analysis
- "Am I beating the close?"
Database Location
All bet data is stored in: ~/.openclaw/data/clv.db
Operations
1. Log a Bet
Record a new bet with placement odds for future CLV calculation. Replace the values in caps:
python3 -c "
odds = PLACEMENT_ODDS
prob = abs(odds)/(abs(odds)+100) if odds \x3C 0 else 100/(odds+100)
print(f'{prob:.6f}')
" | xargs -I{} sqlite3 ~/.openclaw/data/clv.db \
"INSERT INTO clv_bets (game_id, sport, selection, bet_type, placement_odds, placement_prob)
VALUES ('GAME_ID', 'SPORT_KEY', 'TEAM_OR_SELECTION', 'BET_TYPE', PLACEMENT_ODDS, {});"
## About
Built by [AgentBets](https://agentbets.ai) — full tutorial at [agentbets.ai/guides/openclaw-clv-tracker-skill/](https://agentbets.ai/guides/openclaw-clv-tracker-skill/).
Part of the [OpenClaw Skills series](https://agentbets.ai/guides/#openclaw-skills) for the [Agent Betting Stack](https://agentbets.ai/guides/agent-betting-stack/).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clv-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/clv-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CLV Tracker — Closing Line Value 是什么?
Track Closing Line Value — the gold standard for measuring betting edge. Log placement odds, fetch closing lines, compute CLV, and generate performance repor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 CLV Tracker — Closing Line Value?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clv-tracker」即可一键安装,无需额外配置。
CLV Tracker — Closing Line Value 是免费的吗?
是的,CLV Tracker — Closing Line Value 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CLV Tracker — Closing Line Value 支持哪些平台?
CLV Tracker — Closing Line Value 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CLV Tracker — Closing Line Value?
由 rsquaredsolutions2026(@rsquaredsolutions2026)开发并维护,当前版本 v1.1.0。