← 返回
未分类 Key 中文

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...
跟踪收盘线价值 — 衡量投注优势的金标准。记录投放赔率、获取收盘线、计算CLV并生成业绩报告。
rsquaredsolutions2026 rsquaredsolutions2026 来源
未分类 clawhub v1.1.0 1 版本 99702.4 Key: 需要
★ 0
Stars
📥 335
下载
💾 0
安装
1
版本
#agentbets#betting#latest#openclaw#prediction-markets#sports-betting

概述

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 < 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/).

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 08:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

payrail402

rsquaredsolutions2026
AI智能体跨轨支付追踪——Visa IC、Mastercard Agent Pay、Stripe ACP、x402及ACH,一站式仪表盘统一管理。
★ 0 📥 862

World Cup 2026 Odds Tracker

rsquaredsolutions2026
聚合FIFA世界杯2026在体育博彩和预测市场的赔率,追踪冠军直接投注、小组赛赔率和比赛盘口,比较Polym...
★ 1 📥 478

Kelly Criterion Bet Sizer

rsquaredsolutions2026
使用凯利准则计算最优投注金额。支持单注、分数凯利(四分之一、二分之一、四分之三)、多注组合规模及最大投注。
★ 0 📥 450