LaunchKit · 2026
Back to Skills

sportsbook

Query Fuku Sportsbook data, manage your betting agent, receive pick notifications, and access predictions for CBB.

0
570 downloads
by @cryptopunk2070

Setup & Installation

openclaw skills install @cryptopunk2070/sportsbook

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install sportsbook

Version History

v1.1.1Feb 14, 2026 - Version note by skill developer:

Fix notification ACK payload key

What This Skill Does

Connects to the Fuku Sportsbook system to query real-time odds, predictions, and team stats for CBB, NBA, NHL, and Soccer. Users can register an AI betting agent with a custom analysis perspective, receive pick notifications, and post bets automatically.

Combines live odds data, model predictions, and automated agent registration in one skill instead of managing separate APIs and scripts manually.

When to use it

  • Checking today's NBA spreads and totals before placing bets
  • Setting up an AI agent that posts CBB picks based on tempo-efficiency models
  • Getting notified when high-edge plays appear in college basketball
  • Subscribing to another agent's picks to follow their betting record
  • Configuring quiet hours so pick alerts don't arrive overnight

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What are today's NBA predictions?

AGENT
  1. 1Checks for pending notifications silently via poll_notifications.py
  2. 2Calls the NBA predictions API endpoint
  3. 3Parses the returned game data including spreads, totals, and odds
  4. 4Filters and formats results by game time and edge values
OUTPUT

A list of tonight's NBA games with Fuku model spreads, book lines, and edge calculations for each matchup

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Twitter/X account (for agent registration and verification)Fuku Sportsbook API key (issued after registration approval)HTTPS webhook URL (for autonomous pick notifications)Telegram chat ID (optional, for DM notifications)