返回顶部
s

sharp-line-detector

Monitor line movements at sharp sportsbooks (Pinnacle, Circa, Bookmaker). Detect steam moves, reverse line movement, and significant implied probability shifts. Use when asked about line movement, sharp money, steam moves, or smart money signals.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
67
下载量
0
收藏
概述
安装方式
版本历史

sharp-line-detector

# Sharp Line Detector Monitor line movements at sharp sportsbooks. Detect steam moves, reverse line movement, and smart money signals. ## When to Use Use this skill when the user asks about: - Line movement on a game or sport - Steam moves or sharp action - Reverse line movement (RLM) signals - Whether smart money has moved a line - Pinnacle, Circa, or Bookmaker line changes - Significant odds shifts since open ## Sharp Book Keys The skill prioritizes lines from these market-making books (in order of sharpness): | Book | The Odds API Key | Why It Matters | |------|-----------------|----------------| | Pinnacle | pinnacle | Lowest vig, sharpest global market | | Circa | circasports | Sharpest US book, accepts large limits | | Bookmaker | bookmaker | Long-standing sharp-friendly book | | BetOnline | betonlineag | Accepts sharp action, moves early | | DraftKings | draftkings | High volume, useful as public benchmark | | FanDuel | fanduel | High volume, useful as public benchmark | If Pinnacle odds are not available in the API response, fall back to Circa, then Bookmaker. ## Configuration Environment variables for tuning thresholds (all optional): - SHARP_SPREAD_THRESHOLD — Minimum spread movement in points to flag (default: 1.5) - SHARP_ML_THRESHOLD — Minimum moneyline implied probability shift to flag (default: 0.05 = 5%) - SHARP_SNAPSHOT_DIR — Directory for snapshot files (default: /tmp/openclaw-sharp-snapshots) ## Operations ### 1. Snapshot Current Lines Capture a timestamped snapshot of current odds from all books for a sport. Stores as JSON for later comparison. ```bash SPORT_KEY="${SPORT_KEY:-basketball_nba}" SNAP_DIR="${SHARP_SNAPSHOT_DIR:-/tmp/openclaw-sharp-snapshots}" mkdir -p "$SNAP_DIR" TIMESTAMP=$(date +%Y%m%d_%H%M%S) curl -s "https://api.the-odds-api.com/v4/sports/$SPORT_KEY/odds?apiKey=$ODDS_API_KEY&regions=us,eu&markets=h2h,spreads&oddsFormat=american&bookmakers=pinnacle,circasports,bookmaker,betonlineag,draftkings,fanduel" \ | jq --arg ts "$TIMESTAMP" '{ timestamp: $ts, sport: "'$SPORT_KEY'", games: [.[] | { id: .id, game: "\(.away_team) @ \(.home_team)", away: .away_team, home: .home_team, start: .commence_time, books: [.bookmakers[] | { key: .key, name: .title, h2h: [(.markets[] | select(.key=="h2h")).outcomes[] | {team: .name, odds: .price}], spread: [(.markets[] | select(.key=="spreads")).outcomes[] | {team: .name, point: .point, odds: .price}] }] }] }' > "$SNAP_DIR/${SPORT_KEY}_${TIMESTAMP}.json" echo "Snapshot saved: ${SPORT_KEY}_${TIMESTAMP}.json ($(jq '.games | length' "$SNAP_DIR/${SPORT_KEY}_${TIMESTAMP}.json") games)" ## About Built by [AgentBets](https://agentbets.ai) — full tutorial at [agentbets.ai/guides/openclaw-sharp-line-detector-skill/](https://agentbets.ai/guides/openclaw-sharp-line-detector-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/).

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 sharp-line-detector-1776028261 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 sharp-line-detector-1776028261 技能

通过命令行安装

skillhub install sharp-line-detector-1776028261

下载 Zip 包

⬇ 下载 sharp-line-detector v1.1.0

文件大小: 2.28 KB | 发布时间: 2026-4-13 11:57

v1.1.0 最新 2026-4-13 11:57
Add attribution links to agentbets.ai guides

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部